Sketch-Guided-Stable-Diffusion
min-dalle
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
Sketch-Guided-Stable-Diffusion | min-dalle | |
---|---|---|
1 | 31 | |
55 | 3,472 | |
- | - | |
10.0 | 0.0 | |
11 months ago | about 1 year ago | |
Python | Python | |
MIT License | MIT License |
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.
Sketch-Guided-Stable-Diffusion
We haven't tracked posts mentioning Sketch-Guided-Stable-Diffusion yet.
Tracking mentions began in Dec 2020.
min-dalle
- 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
-
Free/open-source AI Text-To-Image Models that can be run on AWS?
min(DALL·E).
- I'm building a timeline for generative image ML models. What's missing?
-
DALL·E Now Available in Beta
Additionally, it's also open-sourced on GitHub and can be self-hosted, with easy instructions to do so: https://github.com/kuprel/min-dalle
-
dalle update
For CPU, even highly-optimized models like mindalle are prohibitively slow.
- Show HN: Generate webpage summary images with DALL-E mini
-
Show HN: I made a Twitter bot with min-dalle
I really enjoy creating content for the internet, so I decided to make a twitter bot using https://github.com/kuprel/min-dalle which was released a couple days ago.
I also open sourced the code in case it helps other people to quickly generate their own dalle twitter bots or what-have-you.
It isn't production ready, but can be run locally as long as you have the hardware. The code is very specific to my use-case and will continue to evolve as I use it.
The bot is here https://twitter.com/AI_IMAGE_BOT It isn't fully automated (yet).
-
Pictures are a worth a thousand words
# Install min-dalle project from GitHub as it's not available in PyPI git clone https://github.com/kuprel/min-dalle # Install deps pip install torch flax wandb tika txtai # Download models mkdir -p /content/min-dalle/pretrained/vqgan/ curl https://huggingface.co/dalle-mini/vqgan_imagenet_f16_16384/resolve/main/flax_model.msgpack -L --output /content/min-dalle/pretrained/vqgan/flax_model.msgpack wandb login --anonymously wandb artifact get --root=/content/min-dalle/pretrained/dalle_bart_mini dalle-mini/dalle-mini/mini-1:v0
-
[P] DALL-E Mini stripped to its bare essentials and converted to PyTorch
If you just want to play around with it and try some of your own inputs, use the colab notebook included with the repo.
What are some alternatives?
dalle-mini - DALL·E Mini - Generate images from a text prompt
dalle-playground - A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini)
CogVideo - Text-to-video generation. The repo for ICLR2023 paper "CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers"
imagen-pytorch - Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
KoboldAI-Client
DALLE2-pytorch - Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
NUWA - A unified 3D Transformer Pipeline for visual synthesis
mesh-transformer-jax - Model parallel transformers in JAX and Haiku
jax - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
pollinations - Generate Art
metaseq - Repo for external large-scale work
stable-diffusion - A latent text-to-image diffusion model