Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,18 @@ tags:
|
|
16 |
|
17 |
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/sd3.png)
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
### Workflows
|
20 |
- example workflow for [gguf](https://github.com/calcuis/comfy/blob/main/workflow-sd3.5-gguf.json) (demo picture shown above: Q4_0 - 4.77GB)
|
21 |
- example workflow for the original [safetensors](https://github.com/calcuis/comfy/blob/main/workflow-sd3.5-safetensors.json) (16.5GB)
|
|
|
16 |
|
17 |
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/sd3.png)
|
18 |
|
19 |
+
## Setup
|
20 |
+
- sd3.5_large-q4_0.gguf (4.77GB) > ./ComfyUI/models/unet
|
21 |
+
- drag clip_g.safetensors (1.39GB) > ./ComfyUI/models/clip
|
22 |
+
- drag clip_l.safetensors (234MB) > ./ComfyUI/models/clip
|
23 |
+
- drag t5xxl_fp8_e4m3fn.safetensors (4.55GB) > ./ComfyUI/models/clip
|
24 |
+
- drag diffusion_pytorch_model.safetensors (168MB) > ./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)
|
28 |
+
- drag the workflow file (you can find it below) > your browser
|
29 |
+
- generate your first picture with sd3, awesome!
|
30 |
+
|
31 |
### Workflows
|
32 |
- example workflow for [gguf](https://github.com/calcuis/comfy/blob/main/workflow-sd3.5-gguf.json) (demo picture shown above: Q4_0 - 4.77GB)
|
33 |
- example workflow for the original [safetensors](https://github.com/calcuis/comfy/blob/main/workflow-sd3.5-safetensors.json) (16.5GB)
|