DALLE2-pytorch
disco-diffusion
DALLE2-pytorch | disco-diffusion | |
---|---|---|
65 | 22 | |
11,205 | 7,474 | |
- | 0.0% | |
4.3 | 0.0 | |
8 months ago | over 1 year ago | |
Python | Jupyter Notebook | |
MIT License | GNU General Public License v3.0 or later |
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.
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.
disco-diffusion
-
Halloween 2022
Disco-diffusion, a framework like Stable, which came out about 13 months ago: https://github.com/alembics/disco-diffusion
-
Which is your favorite text to image model overall?
Runner-ups are Craiyon (for being more "creative" than SD), Disco Diffusion, minDALL-E, and CLIP Guided Diffusion.
-
AI Generated Music Video using Disco Diffusion software
From the Disco Diffusion GitHub, "“A frankensteinian amalgamation of notebooks, models and techniques for the generation of AI Art and Animations.”
- List of open source machine learning AI image generation/text-to-image libraries that can be installed on an Amazon GPU instance? e.g. MinDall-E, Disco Diffusion, Pixray
- Colab notebook "Disco Diffusion v5.6, Inpainting_mode by cut_pow" by kostarion. From the developer: "Inpainting mode in #DiscoDiffusion! I've finally made the parametrised guided inpainting for disco, and applied it for more stable 2D and 3D animations. In the thread i show what's in there".
- I used an AI to create EVE Online themed Art!
-
A good tutorial to get started?
Google Colab is probably the easiest way to run DD. To find the most recent version go to the GitHub page and then open the link to the Colab. Initially, you'll probably just want to experiment with the prompts. But there's also Zippy's Disco Diffusion Cheatsheet v0.3 which can be a useful place to learn more.
-
Free/open-source AI Text-To-Image Models that can be run on AWS?
You can probably port Disco Diffusion pretty easily. It’s available on Google Colab, so should be straightforward. Their GitHub is: https://github.com/alembics/disco-diffusion
-
Protests erupt outside of DALL-E offices after pricing implementation, press photograph
https://www.reddit.com/r/DiscoDiffusion/, https://github.com/alembics/disco-diffusion. As far as I'm aware the only way to use this is via Google Colab. Rather difficult to use because of this.
-
First nice portrait on 5.6 running locally on 2070 (comparison untouched / GFPGAN)
https://github.com/alembics/disco-diffusion,
What are some alternatives?
dalle-mini - DALL·E Mini - Generate images from a text prompt
latent-diffusion - High-Resolution Image Synthesis with Latent Diffusion Models
DALLE-pytorch - Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
dalle-2-preview
DALL-E - PyTorch package for the discrete VAE used for DALL·E.
CLIP - CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
big-sleep - A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun
artroom-stable-diffusion
imagen-pytorch - Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
VQGAN-CLIP - Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.