Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vantagewithai
/
LTX2.3-10Eros-Split

Image-to-Video
Diffusers
Safetensors
ltx-2-3
ltx-video
sulphur-2
10Eros
Model card Files Files and versions
xet
Community

Instructions to use vantagewithai/LTX2.3-10Eros-Split with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use vantagewithai/LTX2.3-10Eros-Split 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("vantagewithai/LTX2.3-10Eros-Split", 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
LTX2.3-10Eros-Split
46.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
vantagewithai's picture
vantagewithai
Upload audio_vae/10Eros_v1_audio_vae.safetensors with huggingface_hub
cb1f612 verified 10 days ago
  • audio_vae
    Upload audio_vae/10Eros_v1_audio_vae.safetensors with huggingface_hub 10 days ago
  • model
    Upload model/10Eros_v1_bf16_model.safetensors with huggingface_hub 10 days ago
  • text_encoder
    Upload text_encoder/10Eros_v1_text_encoder.safetensors with huggingface_hub 10 days ago
  • vae
    Upload vae/10Eros_v1_vae.safetensors with huggingface_hub 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 days ago
  • README.md
    2.92 kB
    Update README.md 11 days ago