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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -89,8 +89,8 @@ 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 should 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 were replaced with q3; experimental attempt
94
  - 1.3b t2v works in fp32-f32 standard; for both safetensors and gguf
95
 
96
  ### **reference**
 
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
 
96
  ### **reference**