Instructions to use LiconStudio/LTX-2.3-Multiple-Subject-Reference with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LiconStudio/LTX-2.3-Multiple-Subject-Reference with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LiconStudio/LTX-2.3-Multiple-Subject-Reference", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- video-generation
|
| 5 |
- image-to-video
|
| 6 |
- multi-reference
|
| 7 |
-
-
|
| 8 |
base_model: Lightricks/LTX-2.3-22B-Dev
|
| 9 |
github: https://github.com/liconstudio/ComfyUI-Licon-MSR
|
| 10 |
---
|
|
@@ -82,7 +82,4 @@ The model learns to selectively retrieve attributes from different references:
|
|
| 82 |
|
| 83 |
| Reference Images | Our Model | Seedance2.0 |
|
| 84 |
|:---:|:---:|:---:|
|
| 85 |
-
| <img src="validation/2_1.png" width="80"> <img src="validation/2_2.png" width="80"> <img src="validation/2_3.png" width="80"> <img src="validation/2_4.png" width="80"> | [▶ Play](validation/2_video.mp4) | [▶ Play](validation/2_video_seed.mp4) |
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
|
|
|
| 4 |
- video-generation
|
| 5 |
- image-to-video
|
| 6 |
- multi-reference
|
| 7 |
+
- LTX-2.3
|
| 8 |
base_model: Lightricks/LTX-2.3-22B-Dev
|
| 9 |
github: https://github.com/liconstudio/ComfyUI-Licon-MSR
|
| 10 |
---
|
|
|
|
| 82 |
|
| 83 |
| Reference Images | Our Model | Seedance2.0 |
|
| 84 |
|:---:|:---:|:---:|
|
| 85 |
+
| <img src="validation/2_1.png" width="80"> <img src="validation/2_2.png" width="80"> <img src="validation/2_3.png" width="80"> <img src="validation/2_4.png" width="80"> | [▶ Play](validation/2_video.mp4) | [▶ Play](validation/2_video_seed.mp4) |
|
|
|
|
|
|
|
|
|