calcuis commited on
Commit
c94d1c9
·
verified ·
1 Parent(s): a23540d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -67,6 +67,11 @@ locate **gguf** from Add Node > extension dropdown menu (between 3d and api; sec
67
  - select the safetensors model; click `Queue` (run); track the progress from console
68
  - the converted gguf file will be saved to the output folder (./ComfyUI/output)
69
 
 
 
 
 
 
70
  ### **disclaimer**
71
  - 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
72
  - we hope we are able to make more effort to trace the source; if it is your work, do let us know; we will address it back properly and probably; thanks for everything
 
67
  - select the safetensors model; click `Queue` (run); track the progress from console
68
  - the converted gguf file will be saved to the output folder (./ComfyUI/output)
69
 
70
+ ### **convertor (reverse)**
71
+ - drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
72
+ - select the gguf model; click `Queue` (run); track the progress from console
73
+ - the reverse converted safetensors file will be saved to the output folder (./ComfyUI/output)
74
+
75
  ### **disclaimer**
76
  - 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
77
  - we hope we are able to make more effort to trace the source; if it is your work, do let us know; we will address it back properly and probably; thanks for everything