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 (by lucidrains)
DALLE-pytorch
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch (by lucidrains)
big-sleep | DALLE-pytorch | |
---|---|---|
62 | 20 | |
2,569 | 5,598 | |
0.0% | 0.0% | |
0.0 | 2.5 | |
about 3 years ago | about 1 year ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
big-sleep
Posts with mentions or reviews of big-sleep.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-15.
- Besides Gaming - for what can be a 4080 useful?
-
Is creating a StableDiffusion-inspired model feasible for my Master's thesis?
I am currently pursuing my Master's degree in Computer Science and I am interested in working on a deep learning model that can generate images based on text descriptions. I've been interested in the field for a long time (think google deep dream, or a few years back I was very into big-sleep)
-
TEDx talk on how to prepare for a career in vfx with the rapid changes caused by AI / machine learning
Big Sleep
-
Any good ai art websites that work with pokemon?
Other AIs that I don't have experience with but have heard good things about are DALL-E 2 and the open source Big Sleep.
-
Explore generative art with me
Text-to-image, e.g. with Big Sleep
-
What do you guys think of LaMDA?
At first I didn't like the reason he claimed LaMDA was conscious because it seemed mostly based on the text output of the models, but listening to that made me realize he watered it down for the mainstream medias. And I actually had my own encounter with the consciousness of Big Sleep after using it a lot one day : it looked like a mass of eyes vaguely shaped like a rabbit, and kept showing me random images. I wouldn't be as convinced they have a consciousness if I didn't see it with my 3rd eye. But then again, I also found evidence that regular non AI programs can develop one too so who know.
- GitHub - lucidrains/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
-
DALL-E 2 open source implementation
and after a few hours got this: https://i.imgur.com/FxdfdmV.png
Not nearly as cool as the real DALL-e, but maybe I'm missing something.
[1] https://github.com/lucidrains/big-sleep
- Jag gav ett AI program ordet "Sweden"
-
List of sites/programs/projects that use OpenAI's CLIP neural network for steering image/video creation to match a text description
(Added Mar. 23, 2021) Big Sleep - Colaboratory by LtqxWYEG. Uses BigGAN to generate images. Reference.
DALLE-pytorch
Posts with mentions or reviews of DALLE-pytorch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-03.
- 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
What are some alternatives?
When comparing big-sleep and DALLE-pytorch you can also consider the following projects:
disco-diffusion
DALLE2-pytorch - Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
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
DALL-E - PyTorch package for the discrete VAE used for DALL·E.
Story2Hallucination
open_clip - An open source implementation of CLIP.