AI art generator for local batch creation
Top 53.3% on sourcepulse
This project automates the creation of large batches of AI-generated artwork locally, targeting users who want to generate art at scale using their own hardware. It offers flexibility in combining subjects and styles, providing a powerful tool for artists and hobbyists.
How It Works
The generator supports Stable Diffusion, CLIP-guided Diffusion (Disco Diffusion), and VQGAN+CLIP. It processes user-defined prompt files, allowing for batch generation by combining multiple subjects and styles. Advanced directives within prompt files enable fine-grained control over generation parameters like image size, model choice, and upscaling.
Quick Start & Requirements
conda create --name ai-art python=3.9
), activate it (conda activate ai-art
), install PyTorch with CUDA 11.3, and then install other required Python packages via pip and conda. Clone additional required repositories (CLIP, taming-transformers, guided-diffusion, ResizeRight, latent-diffusion). Download pre-trained model checkpoints.Highlighted Details
Maintenance & Community
The project's primary developer has launched a successor, "Dream Factory," and will only provide bug fixes for this repository, not new features.
Licensing & Compatibility
The repository itself is licensed under the MIT License. However, it utilizes and requires models from other projects, which may have different licenses. Compatibility for commercial use depends on the licenses of the underlying models used.
Limitations & Caveats
The project is in maintenance mode, with new features directed to "Dream Factory." Keyboard shortcuts for pausing and reloading are Windows-specific. The README notes that AMD GPU support is untested.
2 years ago
1 week