mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Update images.md
This commit is contained in:
parent
1c6a40e6e8
commit
44eb5806cc
@ -81,17 +81,17 @@ COMFYUI_FLUX_FP8_CLIP="true # Enable 8-bit precision for the Flux text encoder.
|
|||||||
**Important Notes:**
|
**Important Notes:**
|
||||||
|
|
||||||
* Flux mode has a completely different workflow that is not compatible with other models. Make sure you understand the implications before enabling it.
|
* Flux mode has a completely different workflow that is not compatible with other models. Make sure you understand the implications before enabling it.
|
||||||
* A recent version of ComfyUI is required.
|
* An updated version of ComfyUI is required.
|
||||||
* Specific model checkpoints and files must be present in your ComfyUI installation.
|
* Specific model checkpoints and files must be present in your ComfyUI installation.
|
||||||
|
|
||||||
### Model Checkpoints and Files
|
### Model Checkpoints and Files
|
||||||
|
|
||||||
The following files are required for Flux mode:
|
The following files are required for Flux mode:
|
||||||
|
|
||||||
* Model checkpoints (sft extension) in both `models/checkpoints` and `models/unet` directories. You can download the Flux variant from the [black-forest-labs HuggingFace page](https://huggingface.co/black-forest-labs).
|
* Model checkpoints in both `models/checkpoints` and `models/unet` directories. You can download the Flux model(s) from the [black-forest-labs HuggingFace page](https://huggingface.co/black-forest-labs).
|
||||||
* `clip_l.safetensors` in the `models/clip` directory. Download from [here](https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main).
|
* `clip_l.safetensors` in the `models/clip` directory. Download from [here](https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main).
|
||||||
* `t5xxl_fp16.safetensors` in the `models/clip` directory, unless `COMFYUI_FLUX_FP8_CLIP` is enabled. Download from [here](https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main).
|
* `t5xxl_fp16.safetensors` in the `models/clip` directory, unless `COMFYUI_FLUX_FP8_CLIP` is enabled. Download from [here](https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main).
|
||||||
* `ae.sft` in the `models/vae` directory. Download from [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors).
|
* `ae.safetensors` in the `models/vae` directory. Download from [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors).
|
||||||
|
|
||||||
**Additional Requirements:**
|
**Additional Requirements:**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user