local-image-generation
SKILL.md
Model: snake7gun/Z-Image-Turbo-int4-ov (ModelScope INT4)
SKILL_VERSION: v1.0.2
Network usage: Setup downloads pip dependencies (some pinned to git+https commits) from
github.com, and the model (~10 GB, resume supported) frommodelscope.cn. Inference is fully offline — no network calls once setup is complete.
First time? Before using this skill, run these two scripts once in a terminal:
python setup.py # creates venv, installs dependencies (~5 min) python download_model.py # downloads the model (~10 GB, resumable)Both scripts are in the skill directory alongside this SKILL.md.