Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

TenStrip
/
LTX2.3-10Eros

Image-to-Video
Diffusers
Model card Files Files and versions
xet
Community
23

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

About Aspect ratio/resolutions and distillation steps/LORAs

#24 opened about 4 hours ago by
Privac

Is "ltx2310eros_v1.safetensors" from Civitai identical to "10Eros_v1-fp8mixed_learned.safetensors" from HF?

1
#22 opened about 22 hours ago by
kylborn

Update README

#21 opened 2 days ago by
plz12345

Subtitles and Captions

2
#19 opened 2 days ago by
dfree3305

integrate the LoRAs ?

1
#18 opened 2 days ago by
matixxx

Will LTX 2.3 character lora work on 10eros?

2
#17 opened 3 days ago by
CrsLam

NVFP4 version ?

1
#16 opened 3 days ago by
Paton255

I2V Consistency

4
#15 opened 3 days ago by
svippixel

Please quantize the model.

2
#14 opened 5 days ago by
VaLtEc-BoY

Can we get distilled checkpoint version in fp8?

1
#13 opened 5 days ago by
Namaku

Wan2GP

4
#10 opened 7 days ago by
alienmafio

Eros LoRA?

2
#9 opened 9 days ago by
drabvan

LatentTemporalInpainter & LatentMotionSharpener

1
#8 opened 9 days ago by
alienmafio

10Eros_10SNodes_TripleSample_I2V First Pass issue

1
#7 opened 10 days ago by
WarTourist

Is the fp8mixed-learned model also "transformer-only" or the full model in fp8?

1
#6 opened 10 days ago by
Winnougan

Gguf please

2
#5 opened 10 days ago by
ryg81

Recommended settings

2
#4 opened 10 days ago by
johiny

Sulphur2 or Eros?

3
#3 opened 11 days ago by
hal9000ace
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs