How to use embeddings with PyTorch

This page summarizes the projects mentioned and recommended in the original post on /r/StableDiffusion

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • stablediffusion

    High-Resolution Image Synthesis with Latent Diffusion Models

  • So we have FrozenCLIPEmbedder inside the stablediffusion repo, which uses the transformers from huggingface. I do not think the CLIPTokenizer or CLIPTextModel would be perfect, but gives some idea how that works. Possibly the BasicTokenizer as a simpler starting point.

  • transformers

    🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

  • So we have FrozenCLIPEmbedder inside the stablediffusion repo, which uses the transformers from huggingface. I do not think the CLIPTokenizer or CLIPTextModel would be perfect, but gives some idea how that works. Possibly the BasicTokenizer as a simpler starting point.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • textual_inversion

  • Checking out https://github.com/rinongal/textual_inversion, which has some possibly informative examples and scripts.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts