Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ tags:
|
|
17 |
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/sd3.png)
|
18 |
|
19 |
## Setup (once)
|
20 |
-
- drag
|
21 |
-
- drag
|
22 |
-
- drag
|
23 |
-
- drag
|
24 |
-
- drag
|
25 |
|
26 |
## Run it straight (no installation needed way)
|
27 |
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
|
|
|
17 |
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/sd3.png)
|
18 |
|
19 |
## Setup (once)
|
20 |
+
- drag sd3.5_large-q4_0.gguf ([4.77GB](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/sd3.5_large-q4_0.gguf)) to > ./ComfyUI/models/unet
|
21 |
+
- drag clip_g.safetensors ([1.39GB](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_g.safetensors)) to > ./ComfyUI/models/clip
|
22 |
+
- drag clip_l.safetensors ([246MB](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_l.safetensors)) to > ./ComfyUI/models/clip
|
23 |
+
- drag t5xxl_fp8_e4m3fn.safetensors ([4.89GB](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/t5xxl_fp8_e4m3fn.safetensors)) to > ./ComfyUI/models/clip
|
24 |
+
- drag diffusion_pytorch_model.safetensors ([168MB](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/diffusion_pytorch_model.safetensors)) to > ./ComfyUI/models/vae
|
25 |
|
26 |
## Run it straight (no installation needed way)
|
27 |
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
|