grmchn commited on
Commit
3b3ce8f
·
verified ·
1 Parent(s): 7b3b9e7
Files changed (1) hide show
  1. LTX-2.3/README.md +28 -0
LTX-2.3/README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LTX-2.3 Workflows
2
+
3
+ A storage for my LTX-2.3 workflows in `ComfyUI_workflow_toybox`.
4
+
5
+ **Environment Note:**
6
+ Tested on WSL (RTX 3090).
7
+ *If you are using native Windows, you might need to change the file path slashes from `/` to `\` in the load nodes.*
8
+
9
+ ---
10
+
11
+ ### LTX-2.3-I2V_Audio_Sync.json
12
+ An Image-to-Video workflow with audio sync (makes an image sing to the track).
13
+
14
+ **Input Image:**
15
+ <img src="dim_sum_sing1024.png" width="400">
16
+
17
+ **Input Audio:**
18
+ <audio controls src="Chinari-La_14s.mp3"></audio>
19
+
20
+ **Output Video:**
21
+ <video controls src="LTX-2_3_00005-audio.mp4" width="400"></video>
22
+
23
+ ---
24
+
25
+ ### References / Credits
26
+ * Official: [Lightricks LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3)
27
+ * Models: [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy)
28
+ * Base Workflow: [RuneXX/LTX-2.3-Workflows](https://huggingface.co/RuneXX/LTX-2.3-Workflows)