calcuis commited on
Commit
391421e
1 Parent(s): 8c1b0b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -15,3 +15,8 @@ tags:
15
  ## GGUF quantized version of Stable Diffusion 3.5 Large
16
 
17
  ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/sd3.png)
 
 
 
 
 
 
15
  ## GGUF quantized version of Stable Diffusion 3.5 Large
16
 
17
  ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/sd3.png)
18
+
19
+ ### References
20
+ - base model from [stabilityai](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)
21
+ - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
22
+ - gguf node from [city96](https://github.com/city96/ComfyUI-GGUF)