Instructions to use TenStrip/LTX2.3-10Eros with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TenStrip/LTX2.3-10Eros with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TenStrip/LTX2.3-10Eros", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
The generation process takes too long; I suggest optimizing the speed in the next version.
1
#29 opened 2 days ago
by
zh277
Is LTX2.3‑10Eros full‑parameter training or LoRA training?
1
#28 opened 4 days ago
by
chuminglin
Is Eros capable of video2video?
2
#27 opened 5 days ago
by
eatmemark
FLF2V
👍 1
#25 opened 10 days ago
by
Munkoskovitz
About Aspect ratio/resolutions and distillation steps/LORAs
3
#24 opened 11 days ago
by
Privac
Is "ltx2310eros_v1.safetensors" from Civitai identical to "10Eros_v1-fp8mixed_learned.safetensors" from HF?
1
#22 opened 11 days ago
by
kylborn
Update README
#21 opened 12 days ago
by
plz12345
Subtitles and Captions
2
#19 opened 12 days ago
by
dfree3305
integrate the LoRAs ?
1
#18 opened 13 days ago
by
matixxx
Will LTX 2.3 character lora work on 10eros?
2
#17 opened 13 days ago
by
CrsLam
NVFP4 version ?
1
#16 opened 14 days ago
by
Paton255
I2V Consistency
4
#15 opened 14 days ago
by
svippixel
Please quantize the model.
2
#14 opened 15 days ago
by
VaLtEc-BoY
Can we get distilled checkpoint version in fp8?
1
#13 opened 15 days ago
by
Namaku
Wan2GP
4
#10 opened 18 days ago
by
alienmafio
Eros LoRA?
2
#9 opened 19 days ago
by
drabvan
LatentTemporalInpainter & LatentMotionSharpener
1
#8 opened 20 days ago
by
alienmafio
10Eros_10SNodes_TripleSample_I2V First Pass issue
1
#7 opened 20 days ago
by
WarTourist
Is the fp8mixed-learned model also "transformer-only" or the full model in fp8?
1
#6 opened 21 days ago
by
Winnougan
Gguf please
4
#5 opened 21 days ago
by
ryg81
Recommended settings
2
#4 opened 21 days ago
by
johiny
Sulphur2 or Eros?
3
#3 opened 21 days ago
by
hal9000ace