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

cnielsenla
/
LTX-2.3-22b_RL_Lora_Merge

Text-to-Video
Diffusers
English
video-generation
ltx-video
ltx-2.3
omninft
image-to-video
generative-ai
diffusion
Model card Files Files and versions
xet
Community

Instructions to use cnielsenla/LTX-2.3-22b_RL_Lora_Merge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use cnielsenla/LTX-2.3-22b_RL_Lora_Merge with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("cnielsenla/LTX-2.3-22b_RL_Lora_Merge", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
LTX-2.3-22b_RL_Lora_Merge
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
cnielsenla's picture
cnielsenla
Upload LTX 2.3 distilled 1.1 OmniNFT RL merged model
09b6534 12 days ago
  • .gitattributes
    1.52 kB
    initial commit 12 days ago
  • README.md
    1.16 kB
    Update README.md 12 days ago
  • ltx-2.3-22b-dev_distilled_omninft_rl_merged_bf16.safetensors
    46.1 GB
    xet
    Upload additional merged OmniNFT models 12 days ago
  • ltx-2.3-22b-dev_omninft_rl_merged_bf16.safetensors
    46.1 GB
    xet
    Upload merged OmniNFT RL model 12 days ago
  • ltx23_distilled-1.1_omninft_rl_merged_bf16.safetensors
    46.1 GB
    xet
    Upload LTX 2.3 distilled 1.1 OmniNFT RL merged model 12 days ago