An AI creation web application supporting batch text-to-image and image-to-image generation tasks, with an async background job queue.
- Multi-image upload via drag-and-drop
- Save and apply your favorite prompt templates
- User authentication with isolated user workspaces and images
- Asynchronous batch queue logic
-
Install requirements:
pip install -r requirements.txt
-
Configure users: Copy the
config_example.initoconfig.iniand modify the default secure passwords for the users. (Note:config.iniis ignored in Git for security) -
Run the application:
python run.py
Open http://127.0.0.1:8000 in your web browser. Log in using the credentials defined in config.ini to start generating!