calcuis commited on
Commit
4ad7d99
·
verified ·
1 Parent(s): c76dfb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,7 +9,7 @@ license: apache-2.0
9
  ## startup kit for comfy pack
10
  ![screenshot](https://raw.githubusercontent.com/calcuis/gguf-comfy/master/gguf.png)
11
 
12
- get the comfy [pack](https://github.com/calcuis/gguf-comfy/releases):
13
  - decompress the 7z bundle file: Extract All... (it includes everything you need to run a model)
14
  - download [flux1-dev-Q4_0.gguf](https://huggingface.co/city96/FLUX.1-dev-gguf/blob/main/flux1-dev-Q4_0.gguf) (6.32GB); pull it to ./ComfyUI/models/unet
15
  - download [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/clip_l.safetensors) (234MB); pull it to ./ComfyUI/models/clip
@@ -17,4 +17,6 @@ get the comfy [pack](https://github.com/calcuis/gguf-comfy/releases):
17
  - download [ae.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors) (319MB); pull it to ./ComfyUI/models/vae
18
  - run the .bat file in the main directory (it will activate the py backend as well as the js frontend)
19
  - drag [gguf-workflow.json](https://github.com/calcuis/gguf-comfy/blob/main/gguf-workflow.json) to the activated browser
 
 
20
  #### references: [black-forest-labs](https://github.com/black-forest-labs) [comfyanonymous](https://github.com/comfyanonymous/ComfyUI) [city96](https://github.com/city96/ComfyUI-GGUF)
 
9
  ## startup kit for comfy pack
10
  ![screenshot](https://raw.githubusercontent.com/calcuis/gguf-comfy/master/gguf.png)
11
 
12
+ get the comfy [pack*](https://github.com/calcuis/gguf-comfy/releases):
13
  - decompress the 7z bundle file: Extract All... (it includes everything you need to run a model)
14
  - download [flux1-dev-Q4_0.gguf](https://huggingface.co/city96/FLUX.1-dev-gguf/blob/main/flux1-dev-Q4_0.gguf) (6.32GB); pull it to ./ComfyUI/models/unet
15
  - download [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/clip_l.safetensors) (234MB); pull it to ./ComfyUI/models/clip
 
17
  - download [ae.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors) (319MB); pull it to ./ComfyUI/models/vae
18
  - run the .bat file in the main directory (it will activate the py backend as well as the js frontend)
19
  - drag [gguf-workflow.json](https://github.com/calcuis/gguf-comfy/blob/main/gguf-workflow.json) to the activated browser
20
+
21
+ *the latest update supports stable diffusion 3.5; please see details [here](https://huggingface.co/calcuis/sd3.5-large-gguf)
22
  #### references: [black-forest-labs](https://github.com/black-forest-labs) [comfyanonymous](https://github.com/comfyanonymous/ComfyUI) [city96](https://github.com/city96/ComfyUI-GGUF)