calcuis commited on
Commit
0889638
·
verified ·
1 Parent(s): e96bac9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -5
README.md CHANGED
@@ -1,5 +1,23 @@
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
+ - Comfy-Org/stable-diffusion-3.5-fp8
9
+ pipeline_tag: text-to-image
10
+ tags:
11
+ - gguf-node
12
+ ---
13
+
14
+ # **gguf quantized version of sd3.5-large (incl. gguf encoder and gguf vae)**
15
+ - drag **sd3.5** to > `./ComfyUI/models/diffusion_models`
16
+ - drag **clip-g, clip-l, t5xxl** to > `./ComfyUI/models/text_encoders`
17
+ - drag **vae** to > `./ComfyUI/models/vae`
18
+
19
+ ### reference
20
+ - base model from [stabilityai](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)
21
+ - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
22
+ - pig architecture from [connector](https://huggingface.co/connector)
23
+ - gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))