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

  • Log In
  • Sign Up

kabachuha
/
ltx2-eat

Image-to-Video
Diffusers
English
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use kabachuha/ltx2-eat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use kabachuha/ltx2-eat 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("Lightricks/LTX-2", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("kabachuha/ltx2-eat")
    
    prompt = "Vivid colors. The video begins with a cartoon girl blowing a chewing gum balloon. Then a gigantic anime girl hand seizes the cartoon girl from below and tosses her into a gigantic mouth, which appeared to the right. The camera zooms out, showing the new anime girl chewing and fully swallowing the cartoon girl. Wet slurping sounds."
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png")
    
    image = pipe(image=input_image, prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
ltx2-eat
1.16 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
kabachuha's picture
kabachuha
add civit link
999b0a6 verified 4 months ago
  • images
    Add 7 files 4 months ago
  • video_examples
    upload mp4 examples 4 months ago
  • .gitattributes
    2.68 kB
    upload mp4 examples 4 months ago
  • README.md
    6.5 kB
    add civit link 4 months ago
  • eat-style-workflow.json
    66.8 kB
    upload the configs 4 months ago
  • huber-loss.png
    53.4 kB
    xet
    upload mp4 examples 4 months ago
  • ltx2-eat-v2.safetensors
    1.11 GB
    xet
    Add 7 files 4 months ago
  • ltx2-multiresolution-eat-t2v-v2.json
    2.73 kB
    upload the configs 4 months ago
  • training-config.json
    3.3 kB
    upload the configs 4 months ago