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
10

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

Wan2GP

1
#10 opened about 20 hours ago by
alienmafio

Eros LoRA?

1
#9 opened 2 days ago by
drabvan

LatentTemporalInpainter & LatentMotionSharpener

1
#8 opened 3 days ago by
alienmafio

10Eros_10SNodes_TripleSample_I2V First Pass issue

1
#7 opened 3 days ago by
WarTourist

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

1
#6 opened 4 days ago by
Winnougan

Gguf please

1
#5 opened 4 days ago by
ryg81

Recommended settings

2
#4 opened 4 days ago by
johiny

Sulphur2 or Eros?

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