textual_inversion
Image generator tweaker
A method to guide text-to-image generation using images and natural language
3k stars
54 watching
280 forks
Language: Jupyter Notebook
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
orpatashnik/styleclip | This project provides an implementation of a method to manipulate images by driving the style with text. | 4,000 |
junyanz/igan | Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,977 |
minimaxir/textgenrnn | A Python module for creating character-level or word-level neural networks for text generation and training on various datasets | 4,943 |
ai-forever/ru-dalle | Generates images from Russian texts using AI models | 1,642 |
jcjohnson/neural-style | An algorithm to combine the content of one image with the style of another, using convolutional neural networks. | 18,312 |
reedscot/icml2016 | Generates synthetic images from text descriptions using a Generative Adversarial Network (GAN) | 913 |
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,339 |
casualganpapers/make-a-scene | PyTorch implementation of a scene-based text-to-image generation system with human priors using Generative Adversarial Networks and semantic segmentation | 333 |
nvlabs/imaginaire | A PyTorch library providing optimized implementations of image and video synthesis methods developed at NVIDIA. | 4,015 |
eladrich/pixel2style2pixel | An implementation of an image-to-image translation framework using StyleGAN encoders and generators. | 3,195 |
nvidia/pix2pixhd | Generates photorealistic images from conditional inputs using deep neural networks | 6,667 |
fantasy-studio/paint-by-example | This project enables precise control over image editing by leveraging diffusion models and self-supervised training to disentangle source images from exemplars. | 1,109 |
awentzonline/image-analogies | This project generates image analogies by matching and blending features from one image to another. | 3,521 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,152 |
borisdayma/dalle-mini | Generates images from text prompts using a variant of the DALL-E model | 14,751 |