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
|
@@ -1,11 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
- ltx-2
|
| 9 |
base_model: Lightricks/LTX-2.3-22B-Dev
|
| 10 |
github: https://github.com/liconstudio/ComfyUI-Licon-MSR
|
| 11 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
+
- video-generation
|
| 5 |
+
- image-to-video
|
| 6 |
+
- multi-reference
|
| 7 |
+
- ltx-2
|
|
|
|
| 8 |
base_model: Lightricks/LTX-2.3-22B-Dev
|
| 9 |
github: https://github.com/liconstudio/ComfyUI-Licon-MSR
|
| 10 |
---
|