Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: ltx-2-community-license-agreement
|
| 4 |
-
license_link: https://huggingface.co/Lightricks/LTX-2/raw/main/LICENSE
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: ltx-2-community-license-agreement
|
| 4 |
+
license_link: https://huggingface.co/Lightricks/LTX-2/raw/main/LICENSE
|
| 5 |
+
base_model:
|
| 6 |
+
- Lightricks/LTX-2
|
| 7 |
+
pipeline_tag: image-text-to-video
|
| 8 |
+
tags:
|
| 9 |
+
- ltx2
|
| 10 |
+
- t2v
|
| 11 |
+
- i2v
|
| 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 |
+
Workflows for LTX2 are also rather messy, unfortunately, so I don't have a clean one to provide at the moment. I'm monitoring the development of NSFW LORAs, which are slowly rolling in.
|
| 16 |
+
|
| 17 |
+
**I2V and First to Last Frame Tip:** Use really low strengths for LTXVAddGuide nodes, like 0.3. Higher values seem to be more likely to get ignored or cause cuts. Also prompting things like "Special instructions: continuous shot with no cuts or transitions" might help.
|
| 18 |
+
|
| 19 |
+
**----- VERSION HISTORY -----**
|
| 20 |
+
|
| 21 |
+
**Phr00tMerge V1:** I feel like the default distilled "overcooks" a bit too much, so I made a merge with 0.875 distilled + 0.5 of the "detailer" LORA to hopefully improve details.
|
| 22 |
+
|
| 23 |
+
**Phr00tMergeNSFW V1:** This adds in the breast LORA, panties LORA and a "prone face cam" LORA. I don't expect it to work very good (if at all) and I haven't really tested it, but hey... v1, right?
|