calcuis commited on
Commit
fa430d2
·
verified ·
1 Parent(s): ea3f388

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ widget:
89
  <Gallery />
90
 
91
  ## **review**
92
- - `pig` is a lazy architecture for gguf node; it applies to all model, encoder and vae gguf file(s); if you try to run it in comfyui-gguf node, you might need to manually add `pig` in it's IMG_ARCH_LIST (under loader.py)
93
  - q2 works and usable in this repo; since part/all of the weight(s) were replaced with q3; experimental attempt
94
  - 1.3b t2v works in fp32-f32 standard; for both safetensors and gguf
95
 
 
89
  <Gallery />
90
 
91
  ## **review**
92
+ - `pig` is a lazy architecture for gguf node; it applies to all model, encoder and vae gguf file(s); if you try to run it in comfyui-gguf node, you might need to manually add `pig` in it's IMG_ARCH_LIST (under loader.py); easier than you edit the gguf file itself; btw, model architecture which compatible with comfyui-gguf, including `wan`, should work in gguf node
93
  - q2 works and usable in this repo; since part/all of the weight(s) were replaced with q3; experimental attempt
94
  - 1.3b t2v works in fp32-f32 standard; for both safetensors and gguf
95