calcuis commited on
Commit
0eeca0d
·
verified ·
1 Parent(s): e1a95a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -68,8 +68,11 @@ widget:
68
  - example workflow for the original [safetensors](https://huggingface.co/calcuis/ltxv-gguf/blob/main/workflow-ltxv-safetensors.json)
69
 
70
  ### **review**
71
- - q2_k is super fast but not usable; keep it for testing only
72
- - gguf-node is available (see [here](https://github.com/calcuis/gguf)) for running the new features (the point below doesn't relate to the model)
 
 
 
73
  - you are able to make your own fp8_e4m3fn scaled safetensors and/or convert it to gguf with the new node via comfyui
74
 
75
  ### **reference**
@@ -77,6 +80,6 @@ widget:
77
  - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
78
  - comfyui-gguf from [city96](https://github.com/city96/ComfyUI-GGUF)
79
  - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)
80
- - gguf-node [beta](https://github.com/calcuis/gguf/releases)
81
 
82
  <Gallery />
 
68
  - example workflow for the original [safetensors](https://huggingface.co/calcuis/ltxv-gguf/blob/main/workflow-ltxv-safetensors.json)
69
 
70
  ### **review**
71
+ - `q2_k` gguf is super fast but not usable; keep it for testing only
72
+ - `0.9.1_fp8_e4m3fn` and `0.9.1-vae_fp8_e4m3fn` are **not working**; but keep them here, see who can figure out how to make it works
73
+ - by the way, 0.9_fp8_e4m3fn and 0.9-vae_fp8_e4m3fn are working pretty good
74
+ - mix-and-match possible; you could mix up using the vae(s) available here with different model file(s)
75
+ - **gguf-node** is available (see [here](https://github.com/calcuis/gguf)) for running the new features (the point below doesn't relate to the model)
76
  - you are able to make your own fp8_e4m3fn scaled safetensors and/or convert it to gguf with the new node via comfyui
77
 
78
  ### **reference**
 
80
  - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
81
  - comfyui-gguf from [city96](https://github.com/city96/ComfyUI-GGUF)
82
  - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)
83
+ - gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
84
 
85
  <Gallery />