Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
quants for LTX video, the original was fp32 but was being loaded as bf16 so this is supposed to not make any difference
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Working on more quants!
|
4 |
|
5 |
feedback is welcome.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
base_model:
|
5 |
+
- Lightricks/LTX-Video
|
6 |
+
pipeline_tag: image-to-video
|
7 |
+
tags:
|
8 |
+
- quants
|
9 |
+
---
|
10 |
quants for LTX video, the original was fp32 but was being loaded as bf16 so this is supposed to not make any difference
|
11 |
|
12 |
+
To run this in ComfyUI
|
13 |
+
install the wrapper using comfy manager
|
14 |
+
https://github.com/Lightricks/ComfyUI-LTXVideo
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
+
|
21 |
+
Tip: use normal text encoder loader (cliploader)
|
22 |
+
|
23 |
+
|
24 |
Working on more quants!
|
25 |
|
26 |
feedback is welcome.
|