docs(z-image) add Z-Image requirements and starter bundle (#8734)

* docs(z-image) add minimum requirements for Z-Image and create Z-Image starter bundle

* fix(model manager) add flux VAE to Z-Image bundle

* docs(model manager) remove out-of-date model info link

* chore: fix frontendchecks

* chore: lint:prettier

* docs(model manager): clarify minimum hardware for z-image turbo

* (fix) add flux VAE to ZIT starter dependencies & tweak UI docs
This commit is contained in:
Lincoln Stein
2026-01-04 10:17:26 -05:00
committed by GitHub
parent 9f8f9965f9
commit 56fd7bc7c4
7 changed files with 41 additions and 15 deletions

View File

@@ -31,6 +31,12 @@ Hardware requirements vary significantly depending on model and image output siz
- Memory: At least 32GB RAM.
- Disk: 10GB for base installation plus 200GB for models.
=== "Z-Image Turbo - 1024x1024"
- GPU: Nvidia 20xx series or later, 8GB+ VRAM for the Q4_K quantized model. 16GB+ needed for the Q8 or BF16 models.
- Memory: At least 16GB RAM.
- Disk: 10GB for base installation plus 35GB for models.
More detail on system requirements can be found [here](./requirements.md).
## Step 2: Download and Set Up the Launcher

View File

@@ -31,6 +31,11 @@ The requirements below are rough guidelines for best performance. GPUs with less
- Memory: At least 32GB RAM.
- Disk: 10GB for base installation plus 200GB for models.
=== "Z-Image Turbo - 1024x1024"
- GPU: Nvidia 20xx series or later, 8GB+ VRAM for the Q4_K quantized model. 16GB+ needed for the Q8 or BF16 models.
- Memory: At least 16GB RAM.
- Disk: 10GB for base installation plus 35GB for models.
!!! info "`tmpfs` on Linux"
If your temporary directory is mounted as a `tmpfs`, ensure it has sufficient space.