disco-diffusion
By alembics
discoart
🪩 Create Disco Diffusion artworks in one line (by jina-ai)
disco-diffusion | discoart | |
---|---|---|
22 | 11 | |
7,474 | 3,846 | |
0.0% | 0.2% | |
0.0 | 2.8 | |
over 1 year ago | almost 2 years ago | |
Jupyter Notebook | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
disco-diffusion
Posts with mentions or reviews of disco-diffusion.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-23.
-
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,
discoart
Posts with mentions or reviews of discoart.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-03.
-
Has anyone gotten disco diffusion to run locally
Just look at basic Python syntax and read through the discoart readme and it should all make sense :). If you still get lost, me and other people are always here to help more
- Which AI (Art) Generator is your Favourite?
-
What hardware does Disco Diffusion need to run at speeds like MidJourney, Stable Diffusion or DALL-E?
just install latest Python from official page, then PyTorch from here (make sure it's some of the CUDA versions) and then follow the steps here and you should be good to go
-
Stable Diffusion Interactive Google Colab Notebook for Image Generation
discoart is a python library that significantly simplifies interacting with disco diffusion. Install the library with pip, a single import statement, and call the create() function and you're running. I've used it with a Google Colab sheet set to use a GPU runtime and had a good time generating until I hit Big G's limits.
- Discoart - Create disco diffusion artworks in one line
-
AI painting with the keywords: Universe, Goku, Dragon Ball, Supernova, Mist. Instantly became my favorite wallpaper
try out discoart! Takes a bit of practice though
- Isometric Pinball Island
- First nice portrait on 5.6 running locally on 2070 (comparison untouched / GFPGAN)
- Would DDArt created in one line really work?
- I made DiscoArt package to ease the integration of DD in production system
What are some alternatives?
When comparing disco-diffusion and discoart you can also consider the following projects:
latent-diffusion - High-Resolution Image Synthesis with Latent Diffusion Models
stylegan2-projecting-images - Projecting images to latent space with StyleGAN2.
CLIP - CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
Simple_Prompt_Generator - Simple prompt generator for Midjourney, DALLe, Stable and Disco Diffusion, Flux and etc.
DALLE2-pytorch - Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
Disco_Diffusion_Local - Getting the latest versions of Disco Diffusion to work locally, instead of colab. Including how I run this on Windows, despite some Linux only dependencies ;)