Discover and explore top open-source AI tools and projects—updated daily.
GUI manager for mass AI art creation
Top 62.1% on SourcePulse
Dream Factory is a multi-threaded GUI manager designed for the mass creation of AI-generated art, targeting users who need to produce numerous images efficiently. It leverages the Automatic1111 Stable Diffusion backend, offering extensive customization and automation for batch image generation.
How It Works
Dream Factory acts as a sophisticated front-end and automation layer for the Automatic1111 Stable Diffusion repository. It manages multiple GPUs concurrently, allowing users to define complex generation workflows through a custom prompt file format. This format supports templating, random combinations, and conditional logic, enabling the creation of thousands of image variations from a single configuration. The system integrates directly with Automatic1111's features, including ControlNet, ADetailer, and various upscaling extensions.
Quick Start & Requirements
conda create --name dream-factory python=3.10
, conda activate dream-factory
, conda install -c anaconda git urllib3
, git clone https://github.com/rbbrdckybk/dream-factory
, cd dream-factory
, python setup.py
.setup.py
, and configuring config.txt
with the path to the Automatic1111 installation. First run downloads ~2GB of files.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
git checkout
hash is provided for a known-compatible version.1 year ago
Inactive