calcuis commited on
Commit
cec014d
·
verified ·
1 Parent(s): d4f4cbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -70,6 +70,12 @@ locate **gguf** from Add Node > extension dropdown menu (between 3d and api; sec
70
  - drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
71
  - select the gguf model; click `Queue` (run); track the progress from console
72
  - the reverse converted safetensors file will be saved to the output folder (./ComfyUI/output)
 
 
 
 
 
 
73
 
74
  ### **disclaimer**
75
  - some models (original files) as well as part of the codes are obtained from somewhere or provided by someone else and we might not easily spot out the creator/contributor(s) behind, unless it was specified in the source; rather let it blank instead of anonymous/unnamed/unknown
 
70
  - drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
71
  - select the gguf model; click `Queue` (run); track the progress from console
72
  - the reverse converted safetensors file will be saved to the output folder (./ComfyUI/output)
73
+ -
74
+ ### **convertor (zero)**
75
+ - drag safetensors file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
76
+ - select the safetensors model; click `Queue` (run); track the progress from console
77
+ - the converted gguf file will be saved to the output folder (./ComfyUI/output)
78
+ - zero means no restrictions (different from alpha); any form of safetensors can be converted; pig architature will be applied for the output gguf
79
 
80
  ### **disclaimer**
81
  - some models (original files) as well as part of the codes are obtained from somewhere or provided by someone else and we might not easily spot out the creator/contributor(s) behind, unless it was specified in the source; rather let it blank instead of anonymous/unnamed/unknown