pixray
By pixray
disco-diffusion
By alembics
pixray | disco-diffusion | |
---|---|---|
12 | 22 | |
1,040 | 7,474 | |
1.0% | 0.0% | |
0.0 | 0.0 | |
over 1 year ago | over 1 year ago | |
Python | Jupyter Notebook | |
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.
pixray
Posts with mentions or reviews of pixray.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-28.
-
[GPU] ASUS Refurbished GPU's RTX 3070 Dual Fan ($350) RTX 3070 Triple Fan ($380) RTX 3080 10GB ($550) Sold Direct from Asus - Free Shipping
Not sure I ran https://github.com/pixray/pixray, which I think is based off of VQGAN. It would fluctuate from 50-100 -> 300-400 watts every few seconds and my desk lamp on the same power strip would flicker dim every time it hit. I game all the time at that wattage, so I assume it was spiking well over 400 when it would kick up.
- Open source Python libraries for AI image generation that you can install on an Amazon GPU instance, like min(DALL-E) and Pixray?
- 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
- Creating Pixel Art (2010)
-
I used AI to create thematic art to cards of my game
I used code from https://github.com/pixray/pixray. It is not easy to use directly, and you need datacenter GPU to use pixray well. I ended up maintaining the texts at google sheets and running the model training at GCP Vertex AI infrastructure. I might open source the steps to do that later, but now the code is messy. Pixray does have an accessible web UI at https://replicate.com/pixray/text2image if you are interested to try it out. You can't control all parameters there though. The most recent famous AI art generator is https://openai.com/dall-e-2/, which has a wait list.
-
Pixel art + cutting edge AI generation
This is a just-for-fun post. Over on the discord, Mylie and I have been getting heavily into GAN/CLIP style AI image generation, applied to pixel art with the pixeldrawer module of pixray. It has proven to be extremely fun to input Ultica art as a style guide and then use text prompts to generate new images. We've developed a new method for making seamless tiling pixel art, mixing the AI stuff with our own! Check these out:
-
Stay Strong, Ukraine!
This is also hardware-hungry I'm afraid, this uses Pixray here: https://github.com/pixray/pixray
-
I just released my first iOS app! It's a game where you guess what the movie is from the machine-learning generated pixel art image. Here's a playable demo for the iOS app!
Thanks! I'm using Pixray: https://github.com/pixray/pixray
-
I am developing an online game in which you generate artworks using AI and run an art gallery. You can auction/display your art to other players and visit their galleries. These are examples of artworks based on the prompt "hellgate". Which do you like best? All used slightly different settings.
Can you expand? This looks like something generated by pixray (https://github.com/pixray/pixray), is that what you tweaked? Looks really cool.
They are! And you will be able to generate an unlimited number of them in my game. It is based off this implementation. Hope that helps :)
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,
What are some alternatives?
When comparing pixray and disco-diffusion you can also consider the following projects:
DALL-E - PyTorch package for the discrete VAE used for DALL·E.
latent-diffusion - High-Resolution Image Synthesis with Latent Diffusion Models
glide-text2im - GLIDE: a diffusion-based text-conditional image synthesis model
CLIP - CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
pyxelate - Python class that generates pixel art from images
DALLE2-pytorch - Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch