mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user