Image Artisan Z is a desktop app for generating images with local models. It is made to run on your computer without needing a browser. For the moment it just runs Z-Image models and Flux.2 models
This project is under active development.
- Python 3.12+
- An NVIDIA GPU is recommended for reasonable speed, but it can run on CPU (slow)
- Install
uv: https://docs.astral.sh/uv/ - From the repo folder, install dependencies:
uv syncuv run iartisanzOn first start you will be asked to choose folders for models and outputs.
Run the regular test suite:
uv run --extra test pytest -qOr, using the Makefile:
make testRun the heavier Hugging Face tests (downloads a small test model and may take longer):
IARTISANZ_RUN_HF_TESTS=1 uv run --extra test pytest -q -s -m hfSkip Hugging Face tests:
uv run --extra test pytest -q -m "not hf"Apache License 2.0. See LICENSE.