MayensGuds commited on
Commit
eee0c95
·
verified ·
1 Parent(s): 454728d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65e8ecfb0cda6211647b5d2d/5H1kyOQ68P8Tnr-kSOu3f.png)
19
+
20
+
21
+ Tip: use normal text encoder loader (cliploader)
22
+
23
+
24
  Working on more quants!
25
 
26
  feedback is welcome.