calcuis commited on
Commit
71fcebe
·
verified ·
1 Parent(s): 6c4e354

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -35,16 +35,20 @@ locate **gguf** from Add Node > extension dropdown menu (between 3d and api; sec
35
  [<img src="https://raw.githubusercontent.com/calcuis/comfy/master/gguf.gif" width="128" height="128">](https://github.com/calcuis/gguf)
36
 
37
  ### **setup (in general)**
38
- - drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
39
- - drag clip or encoder(s) to text_encoders folder (./ComfyUI/models/text_encoders)
40
- - drag controlnet adapter(s), if any, to controlnet folder (./ComfyUI/models/controlnet)
41
- - drag lora adapter(s), if any, to loras folder (./ComfyUI/models/loras)
42
- - drag vae decoder(s) to vae folder (./ComfyUI/models/vae)
43
 
44
- ## **run it straight (no installation needed way)**
45
  - get the comfy pack with the new gguf-node ([beta](https://github.com/calcuis/gguf/releases))
46
  - run the .bat file in the main directory
47
 
 
 
 
 
48
  ### **workflow**
49
  - drag any workflow json file to the activated browser; or
50
  - drag any generated output file (i.e., picture, video, etc.; which contains the workflow metadata) to the activated browser
 
35
  [<img src="https://raw.githubusercontent.com/calcuis/comfy/master/gguf.gif" width="128" height="128">](https://github.com/calcuis/gguf)
36
 
37
  ### **setup (in general)**
38
+ - drag gguf file(s) to diffusion_models folder (`./ComfyUI/models/diffusion_models`)
39
+ - drag clip or encoder(s) to text_encoders folder (`./ComfyUI/models/text_encoders`)
40
+ - drag controlnet adapter(s), if any, to controlnet folder (`./ComfyUI/models/controlnet`)
41
+ - drag lora adapter(s), if any, to loras folder (`./ComfyUI/models/loras`)
42
+ - drag vae decoder(s) to vae folder (`./ComfyUI/models/vae`)
43
 
44
+ ## **run it straight (no installation needed way; recommended)**
45
  - get the comfy pack with the new gguf-node ([beta](https://github.com/calcuis/gguf/releases))
46
  - run the .bat file in the main directory
47
 
48
+ ## **or, for existing user (alternative method)**
49
+ - you could git clone the node to your `./ComfyUI/custom_nodes` (more details [here](https://github.com/calcuis/gguf/))
50
+ - either navigate to `./ComfyUI/custom_nodes` first or drag and drop the node clone (gguf repo) there
51
+
52
  ### **workflow**
53
  - drag any workflow json file to the activated browser; or
54
  - drag any generated output file (i.e., picture, video, etc.; which contains the workflow metadata) to the activated browser