SaaSHub helps you find the best software and product alternatives Learn more →
Min-dalle Alternatives
Similar projects and alternatives to min-dalle
-
-
dalle-playground
A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini)
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
imagen-pytorch
Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
-
CogVideo
Text-to-video generation. The repo for ICLR2023 paper "CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers"
-
DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
-
mesh-transformer-jax
Model parallel transformers in JAX and Haiku
-
txtai
💡 All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows
-
-
-
Waifu2x-Extension-GUI
Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IFRNet, CAIN, DAIN, and ACNet.
-
-
-
majesty-diffusion
Majesty Diffusion by @Dango233(@Dango233max) and @apolinario (@multimodalart)
-
anthology-of-ml-for-ai-art
like dmarx/anthology-of-machine-learning, but focused on important papers in AI art
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
min-dalle reviews and mentions
- 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.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa1b54430>
www.saashub.com | 1 Dec 2023
Stats
kuprel/min-dalle is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of min-dalle is Python.