Phr00t commited on
Commit
dd14b94
·
verified ·
1 Parent(s): 2d0c4f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,9 +12,11 @@ tags:
12
  ---
13
  These are experimental FP8 merges of the LTX2 diffusion model. "All in ones" do not seem to be in the cards, as LTX2 has lots of (large) moving parts, including 2 VAEs for video and audio. So, for the meantime, I'm just going to focus on the diffusion model. For all other models needed to run LTX2, please refer here: https://huggingface.co/Kijai/LTXV2_comfy
14
 
 
 
15
  The text encoder can be found here (I recommend fp8-scaled): https://huggingface.co/Comfy-Org/ltx-2/tree/main/split_files/text_encoders
16
 
17
- **Workflow uploaded!** It is messy as shit but does "everything" (I2V, First to Last Frame and T2V) very quickly and efficiently using all the tricks I've collected. I highly recommend using it and read the included note (particularly about required nodes). "Save output" is set to "false" on the VideoCombine, so switch that to "true" when you start making something you want to keep.
18
 
19
  **8 steps recommended**.
20
 
 
12
  ---
13
  These are experimental FP8 merges of the LTX2 diffusion model. "All in ones" do not seem to be in the cards, as LTX2 has lots of (large) moving parts, including 2 VAEs for video and audio. So, for the meantime, I'm just going to focus on the diffusion model. For all other models needed to run LTX2, please refer here: https://huggingface.co/Kijai/LTXV2_comfy
14
 
15
+ **Workflow uploaded!** It is messy as shit but does "everything" (I2V, First to Last Frame and T2V) very quickly and efficiently using all the tricks I've collected. I highly recommend using it and read the included note (particularly about required nodes). "Save output" is set to "false" on the VideoCombine, so switch that to "true" when you start making something you want to keep.
16
+
17
  The text encoder can be found here (I recommend fp8-scaled): https://huggingface.co/Comfy-Org/ltx-2/tree/main/split_files/text_encoders
18
 
19
+ Upscaling models can be found here: https://huggingface.co/Lightricks/LTX-2/tree/main
20
 
21
  **8 steps recommended**.
22