calcuis commited on
Commit
1432cee
1 Parent(s): b90330b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -5
README.md CHANGED
@@ -1,5 +1,33 @@
1
- ---
2
- license: other
3
- license_name: stabilityai-ai-community
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: stabilityai-ai-community
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ base_model:
8
+ - stabilityai/stable-diffusion-3.5-medium
9
+ pipeline_tag: text-to-image
10
+ tags:
11
+ - stable-diffusion
12
+ - gguf-comfy
13
+ ---
14
+
15
+ # GGUF quantized version of Stable Diffusion 3.5 Medium
16
+
17
+ ## Setup (once)
18
+ - drag sd3.5_medium-q4_0.gguf (1.62GB) to > ./ComfyUI/models/unet
19
+ - drag clip_g.safetensors ([1.39GB](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_g.safetensors)) to > ./ComfyUI/models/clip
20
+ - drag clip_l.safetensors ([246MB](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/clip_l.safetensors)) to > ./ComfyUI/models/clip
21
+ - 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
22
+ - drag diffusion_pytorch_model.safetensors ([168MB](https://huggingface.co/calcuis/sd3.5-large-gguf/blob/main/diffusion_pytorch_model.safetensors)) to > ./ComfyUI/models/vae
23
+
24
+ ## Run it straight (no installation needed way)
25
+ - run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
26
+ - drag the workflow json file (you can find it below) to > your browser
27
+ - generate your first picture with sd3, awesome!
28
+
29
+ ### References
30
+ - base model from [stabilityai](https://huggingface.co/stabilityai/stable-diffusion-3.5-medium)
31
+ - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
32
+ - gguf node from [city96](https://github.com/city96/ComfyUI-GGUF)
33
+ - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)