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)
Story2Hallucination
By lots-of-things
big-sleep | Story2Hallucination | |
---|---|---|
62 | 13 | |
2,569 | 144 | |
0.0% | 0.0% | |
0.0 | 0.0 | |
about 3 years ago | almost 4 years ago | |
Python | Jupyter Notebook | |
MIT License | GNU General Public License v3.0 only |
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.
Story2Hallucination
Posts with mentions or reviews of Story2Hallucination.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-03.
-
test
(Added Feb. 5, 2021) Story2Hallucination.ipynb - Colaboratory by bonkerfield. Uses BigGAN to generate images/videos. GitHub.
- Skrev in "Stockholm" i en AI-generator. Fick fram denna. Känns rimligt ändå
-
Some AI tools I've picked up, and tips.
Third which is pretty new to me is the Story2Hallucination. Which takes text, (say your story) and uses Google Deep Sleep to create a visual using AI to generate images for what the story is describing. And example can be found here.
-
Text to Image Generation
I ran some Lovecraft through Story2Hallucination[1] which uses Big Sleep to make videos from text.
The results were quite something - https://m.imgur.com/tfWLsSR
[1] https://github.com/lots-of-things/Story2Hallucination
-
[P] Visualizing evolution of Text-to-Image generation algorithms side by side by generating video from song-lyrics (X-LXMERT v/s AlpehImage/Dall-E)
Using Story2Hallucination: https://boredhumans.com/music_videos/Story2Hallucination_withwords.mp4 (made with https://github.com/lots-of-things/Story2Hallucination). The problem with it was that I had no easy way to match the timing of the lyrics on the screen with the real singing. So I then made a new version at https://boredhumans.com/music_videos/Story2Hallucination_nowords.mp4 where I edited the code so it did not show the words at all. But it is somewhat boring to watch.
-
Story2Hallucination renders a world of dragons from an AI dungeon game
Here you go: https://github.com/lots-of-things/Story2Hallucination/
-
[D] Will machine learning enable a single person to make a blockbuster movie like Avengers: endgame within 6 months?
This is basic attempt at that: https://github.com/lots-of-things/Story2Hallucination . It turns the text you write into a dream-like series of images converted into an animated GIF. It does not look real, but it is a start.
-
Story2Hallucination render of my latest meme (check comments for links)
Story2Hallucination github by u/bonkerfield : GITHUB LINK
-
Story2Hallucination on another AI Dungeon game and now I have a script to visualize to GIF while playing at the same time.
I've added a slightly simpler notebook to Story2Hallucination that can render GIFs on Google Colab. Note that the story text has to be fairly short or it will make a gigantic unrenderable GIF.
-
Short video generated by Story2Hallucination
Credit to https://github.com/lots-of-things/Story2Hallucination/ and onwards - I converted the script to run in regular python, and on windows through WSL+CUDA (Though, the windows tweaks seem to have caused other issues, Will probably have to roll back and dualboot on this device to do more)
What are some alternatives?
When comparing big-sleep and Story2Hallucination you can also consider the following projects:
disco-diffusion
StyleCLIP - Official Implementation for "StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery" (ICCV 2021 Oral)
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
deep-music-visualizer - The Deep Visualizer uses BigGAN (Brock et al., 2018) to visualize music.
DALL-E - PyTorch package for the discrete VAE used for DALL·E.