Views
No views yet
1# Clone the repository
2git clone https://github.com/leewheel/Z-Image-Pinokio-Special-Edition.git
3cd Z-Image-Pinokio-Special-Edition
4
5# Create virtual environment
6python -m venv env
7source env/bin/activate # Linux/Mac
8# or: env\Scripts\activate # Windows
9
10# Install dependencies
11pip install -r requirements.txt
12pip install git+https://github.com/huggingface/diffusers
13
14# Run the app
15python app.pypython app.pyhttp://localhost:7860 in your browser| Setting | Default | Description |
|---|---|---|
| Width/Height | 1024 | Image dimensions (512-2048px) |
| Inference Steps | 9 | Number of denoising steps (8 actual DiT forwards) |
| Guidance Scale | 0.0 | CFG scale (0.0 recommended for Turbo) |
| Seed | Random | Reproducibility control |