CLI and long-running worker for Z-Image-Turbo image generation with LoRA support, batch comparison, and img2img.
python3.12 -m venv .venv
source .venv/bin/activate
# Install torch (CUDA) and zimage per your environment, then:
pip install -e .
source .env.sh
./cli.py daemon start
./cli.py gen "your prompt"See tips.md for model guidance and batch workflows. See docs/randomness.md for seed diversity options.