Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ widget:
|
|
| 64 |
<Gallery />
|
| 65 |
|
| 66 |
### workflow
|
| 67 |
-
- full set gguf works right away
|
| 68 |
- drag json or demo video above to browser for workflow
|
| 69 |
|
| 70 |

|
|
@@ -75,3 +75,8 @@ widget:
|
|
| 75 |
|
| 76 |

|
| 77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
<Gallery />
|
| 65 |
|
| 66 |
### workflow
|
| 67 |
+
- full set gguf (model+encoder+vae) works right away
|
| 68 |
- drag json or demo video above to browser for workflow
|
| 69 |
|
| 70 |

|
|
|
|
| 75 |
|
| 76 |

|
| 77 |
|
| 78 |
+
### **reference**
|
| 79 |
+
- base model from [lightricks](https://huggingface.co/Lightricks/LTX-Video)
|
| 80 |
+
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
|
| 81 |
+
- pig architecture from [connector](https://huggingface.co/connector)
|
| 82 |
+
- gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
|