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

siraxe
/
TTM_IC-lora_ltx2.3

Video-to-Video
Diffusers
English
lora
template:diffusion-lora
ltx-2.3
video2video
vid2vid
IC-LoRA
Model card Files Files and versions
xet
Community
2

Instructions to use siraxe/TTM_IC-lora_ltx2.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use siraxe/TTM_IC-lora_ltx2.3 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.3", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("siraxe/TTM_IC-lora_ltx2.3")
    
    prompt = "Cartoony hippo walks through the crowd, his expression shifting from thoughtful to joyful as he moves and tries to avoid a person. He then gets closer and says \"hey there\""
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
TTM_IC-lora_ltx2.3
657 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
siraxe's picture
siraxe
Upload LTX-2.3_ICLoRA_TTM_simple_fp8mix.json
9e9eb6a verified about 2 months ago
  • vid
    Upload w2.mp4 2 months ago
  • .gitattributes
    1.61 kB
    Upload w2.mp4 2 months ago
  • LTX-2.3_ICLoRA_TTM_simple_fp8mix.json
    78.3 kB
    Upload LTX-2.3_ICLoRA_TTM_simple_fp8mix.json about 2 months ago
  • README.md
    896 Bytes
    Update README.md 2 months ago
  • TTM_IC-lora_ltx2.3.safetensors
    654 MB
    xet
    Upload TTM_IC-lora_ltx2.3.safetensors 2 months ago
  • config.yaml
    245 Bytes
    Upload config.yaml 2 months ago