Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,11 @@ If you do not have ComfyUI, please follow these installation instructions:
|
|
52 |
|
53 |
https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#installing
|
54 |
|
55 |
-
Once you have loaded the workflow, you must select the appropriate CLIP and “UNET” model. The model should be placed in `(ComfyUI Folder)/models/UNET` and the CLIP model should be placed inside of `(ComfyUI Folder)/models/CLIP`
|
|
|
|
|
|
|
|
|
56 |
|
57 |
If you have placed these files after the interface has already been loaded, please refresh the page, otherwise they will not appear.
|
58 |
|
|
|
52 |
|
53 |
https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#installing
|
54 |
|
55 |
+
**CLIP and "UNET"** Once you have loaded the workflow, you must select the appropriate CLIP and “UNET” model. The model should be placed in `(ComfyUI Folder)/models/UNET` and the CLIP model should be placed inside of `(ComfyUI Folder)/models/CLIP`
|
56 |
+
|
57 |
+
**VAE:** You must also download the VAE for FLUX.1 Dev from here: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/ae.safetensors. You do not need to do this if you have already downloaded the FLUX.1 Dev VAE. The VAE should be placed in `(ComfyUI Folder)/models/VAE`
|
58 |
+
|
59 |
+
**T5:** You must also download T5 from here: https://huggingface.co/comfyanonymous/flux_text_encoders. You do not need to do this if you have already downloaded T5. T5 should be placed in `(ComfyUI Folder)/models/CLIP`
|
60 |
|
61 |
If you have placed these files after the interface has already been loaded, please refresh the page, otherwise they will not appear.
|
62 |
|