DALLE-pytorch
DALLE2-pytorch
DALLE-pytorch | DALLE2-pytorch | |
---|---|---|
20 | 65 | |
5,578 | 11,168 | |
- | - | |
2.5 | 4.3 | |
10 months ago | 7 months ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
DALLE-pytorch
- The Eleuther AI Mafia
-
Thoughts on AI image generators from text
Here you go: https://github.com/lucidrains/DALLE-pytorch
-
[P] DALL·E Mini & Mega demo and production API
Here are some other implementations of Dalle clones in Pytorch by various authors in the ML and DL community: https://github.com/lucidrains/DALLE-pytorch
- New text-to-image network from Google beats DALL-E
-
[Project] DALL-3 - generate better images with fewer tokens through clip guided diffusion
If in general DDPM > GAN > VAE, why do transformer image generators all use VQVAE to decode images? Wouldn't it be better to use a diffusion model? I was wondering about this and started experimenting with different ways to decode vector-quantized embeddings with a diffusion model - see discussion here After a lot of trial and error I got something that works pretty well.
- Still waiting for dall-e
-
Ask HN: Computer Vision Project Ideas?
- "Discrete VAE", used as the backbone for OpenAI's DALL-E, reimplimented here (and other places) https://github.com/lucidrains/DALLE-pytorch (code for training a discrete VAE)
-
Crawling@Home: Help Build The Worlds Largest Image-Text Pair Dataset!
Here's the DALLE-pytorch git repo.
-
(from the discord stream) I'm so hyped for this game. This generation is really good.
I am very excited, when AI Dungeon was released and seeing them filtering stuff, I thought that one day there will be an open source version of this without filters, the same goes for any future open sourced GPT-X. Now if we can get to train an open source DALL-E too and integrate it on NovelAI. Wouldn't that be even more awesome?
-
Wann habt Ihr euch das letzte Mal wie ein Kind über eine Sache gefreut?
Vielleicht bei https://github.com/lucidrains/DALLE-pytorch und https://github.com/kobiso/DALLE-reproduction
DALLE2-pytorch
-
One year ago I got access to closed beta DALL-E 2.
I was showing people Dalle2 last year and telling them how much of an impact an open source solution was going to have on, well, everything to do with art and design. (At the time Stable Diffusion had not released, not even the leak, and all hopes was on https://github.com/lucidrains/DALLE2-pytorch)
- [Machinelearning] [D] Quelqu'un travaille-t-il sur l'open-sourcing de Dall-E 2 ?
-
AMA (Emad here hello)
Stable diffusion is the model, MJ will use a variant and DALL-E is the old version (we have our own implementation from our distinguished fellow Lucidrains here: https://github.com/lucidrains/DALLE2-pytorch)
-
An impressionist painting of an floating raccoon god, 4k, digital painting, trending on artstation
Sadly I don't think so. From what I understand the architecture is fixed to 1024x1024 pictures.
- I asked AI to turn P&R characters into muppets..
-
Comparison of AI text-to-image generators
The code is open source, the model is not I believe. https://github.com/lucidrains/DALLE2-pytorch
- Protests erupt outside of DALL-E offices after pricing implementation, press photograph
-
$15 for 115 “generation increments” Very expensive Beta pricing announcement. Dissapointed
Phil Wang has been fairly prolific at creating open source implementations of these text to image models. For example, here is the dalle-2 repo https://github.com/lucidrains/DALLE2-pytorch
-
DALL·E Now Available in Beta
There's already an open-source implementation of DALL-E 2 (https://github.com/lucidrains/DALLE2-pytorch) and a pretrained model for it should be released within this year.
Also true for Google's Imagen, which should be even better than DALLE-2 (and faster) https://github.com/lucidrains/imagen-pytorch.
This is possible because the original research papers behind both DALLE-2 and Imagen were publicly released.
-
would love to know what portion of this prompt is not allowed
The paper describing the model is public and has been implemented here, but that's not the hard part. The model likely requires months of compute and dozens of gigabytes of VRAM to train and run, likely costing several hundred thousand dollars.
What are some alternatives?
DALL-E - PyTorch package for the discrete VAE used for DALL·E.
dalle-mini - DALL·E Mini - Generate images from a text prompt
deep-daze - Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
disco-diffusion
DALLE-datasets - This is a summary of easily available datasets for generalized DALLE-pytorch training.
CoCa-pytorch - Implementation of CoCa, Contrastive Captioners are Image-Text Foundation Models, in Pytorch
dalle-2-preview
imagen-pytorch - Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
latent-diffusion - High-Resolution Image Synthesis with Latent Diffusion Models
DALLE-reproduction - Reproducing OpenAI's DALLE model