calcuis commited on
Commit
10beac0
·
verified ·
1 Parent(s): 61a7b0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -69,8 +69,7 @@ widget:
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 them work
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 with different model file(s) here; test which combination works better
75
  - **gguf-node** is available (see details [here](https://github.com/calcuis/gguf)) for running the new features (the point below might not be directly related 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
@@ -78,7 +77,7 @@ widget:
78
  ### **reference**
79
  - base model from [lightricks](https://huggingface.co/Lightricks/LTX-Video)
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
 
 
69
 
70
  ### **review**
71
  - `q2_k` gguf is super fast but not usable; keep it for testing only
72
+ - `0.9_fp8_e4m3fn` and `0.9-vae_fp8_e4m3fn` are working pretty good
 
73
  - mix-and-match possible; you could mix up using the vae(s) available with different model file(s) here; test which combination works better
74
  - **gguf-node** is available (see details [here](https://github.com/calcuis/gguf)) for running the new features (the point below might not be directly related to the model)
75
  - you are able to make your own `fp8_e4m3fn` scaled safetensors and/or convert it to **gguf** with the new node via comfyui
 
77
  ### **reference**
78
  - base model from [lightricks](https://huggingface.co/Lightricks/LTX-Video)
79
  - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
80
+ - comfyui-gguf [city96](https://github.com/city96/ComfyUI-GGUF)
81
  - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)
82
  - gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
83