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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mxturbo
/
tangled-rapunzel-ltx2

Image-Text-to-Video
Diffusers
text-to-video
image-to-video
lora
animated
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use mxturbo/tangled-rapunzel-ltx2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-2", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("mxturbo/tangled-rapunzel-ltx2")
    
    prompt = "An animated style cinematic medium shot of rapstangled2010 sitting beside a crackling campfire at night. The warm, flickering orange light of the fire illuminates her face, highlighting her skin, while the background features cool, blue misty mountains in soft focus. She is wearing her signature purple dress. She fiddles with a strand of her hair, looking into the camera with a soft, happy expression as she says, \"This is the first lora I have trained.\" Suddenly, her expression shifts to a sheepish, slightly embarrassed grimace and her eyes dart away as she mumbles, \"Ok, well, I did train one before this, but that was a complete disaster."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
tangled-rapunzel-ltx2
1.24 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
mxturbo's picture
mxturbo
Update README.md
ea36ee2 verified 3 months ago
  • sample_video
    Upload 4 files 6 months ago
  • .gitattributes
    1.78 kB
    Upload 4 files 6 months ago
  • README.md
    3.7 kB
    Update README.md 3 months ago
  • rapstangled2010_000000750.safetensors
    1.23 GB
    xet
    Upload rapstangled2010_000000750.safetensors 6 months ago