calcuis commited on
Commit
9e166aa
1 Parent(s): b8cd24a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,14 +13,14 @@ tags:
13
  ---
14
  # GGUF quantized version of Stable Diffusion 3.5 Large Turbo
15
 
16
- ## Setup (once)
17
  - drag sd3.5_large_turbo-q4_0.gguf (4.44GB) to > ./ComfyUI/models/unet
18
  - drag [clip_g.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_g.safetensors) (1.39GB) to > ./ComfyUI/models/clip
19
  - drag [clip_l.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_l.safetensors) (234MB) to > ./ComfyUI/models/clip
20
  - drag [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/t5xxl_fp8_e4m3fn.safetensors) (4.89GB) to > ./ComfyUI/models/clip
21
  - drag [diffusion_pytorch_model.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/diffusion_pytorch_model.safetensors) (168MB) to > ./ComfyUI/models/vae
22
 
23
- ## Run it straight (no installation needed way)
24
  - run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
25
  - drag the workflow json file (you can find it below) to > your browser
26
  - generate your first picture with sd3, awesome!
 
13
  ---
14
  # GGUF quantized version of Stable Diffusion 3.5 Large Turbo
15
 
16
+ ## Setup
17
  - drag sd3.5_large_turbo-q4_0.gguf (4.44GB) to > ./ComfyUI/models/unet
18
  - drag [clip_g.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_g.safetensors) (1.39GB) to > ./ComfyUI/models/clip
19
  - drag [clip_l.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_l.safetensors) (234MB) to > ./ComfyUI/models/clip
20
  - drag [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/t5xxl_fp8_e4m3fn.safetensors) (4.89GB) to > ./ComfyUI/models/clip
21
  - drag [diffusion_pytorch_model.safetensors](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/diffusion_pytorch_model.safetensors) (168MB) to > ./ComfyUI/models/vae
22
 
23
+ ## Run it straight (no installation needed)
24
  - run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
25
  - drag the workflow json file (you can find it below) to > your browser
26
  - generate your first picture with sd3, awesome!