Skip to content

asomoza/image_artisan_z

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Artisan Z

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.

Requirements

  • Python 3.12+
  • An NVIDIA GPU is recommended for reasonable speed, but it can run on CPU (slow)

Install (uv only)

  1. Install uv: https://docs.astral.sh/uv/
  2. From the repo folder, install dependencies:
uv sync

Run

uv run iartisanz

On first start you will be asked to choose folders for models and outputs.

Tests

Run the regular test suite:

uv run --extra test pytest -q

Or, using the Makefile:

make test

Run 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 hf

Skip Hugging Face tests:

uv run --extra test pytest -q -m "not hf"

License

Apache License 2.0. See LICENSE.

About

Image generation desktop application centered around Z-Image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages