calcuis commited on
Commit
bec1656
·
verified ·
1 Parent(s): 83471bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,8 +33,8 @@ widget:
33
 
34
  ### **setup (in general)**
35
  - drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
36
- - drag clip or encoder(s) to text_encoders folder (./ComfyUI/models/text_encoders)
37
- - drag vae decoder(s) to vae folder (./ComfyUI/models/vae)
38
 
39
  ### **run it straight (no installation needed way)**
40
  - get the comfy pack with the new gguf-node ([beta](https://github.com/calcuis/gguf/releases))
 
33
 
34
  ### **setup (in general)**
35
  - drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
36
+ - drag clip or encoder(s), i.e., [g-clip](https://huggingface.co/calcuis/pony/blob/main/legacy_clip_g.safetensors) and [l-clip](https://huggingface.co/calcuis/pony/blob/main/legacy_clip_l.safetensors), to text_encoders folder (./ComfyUI/models/text_encoders)
37
+ - drag vae decoder(s), i.e., [legacy-vae](https://huggingface.co/calcuis/pony/blob/main/legacy_vae.safetensors), to vae folder (./ComfyUI/models/vae)
38
 
39
  ### **run it straight (no installation needed way)**
40
  - get the comfy pack with the new gguf-node ([beta](https://github.com/calcuis/gguf/releases))