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

fal
/
LTX-2.3-3DREAL-LoRA

Image-to-Video
LTX.io
lora
ic-lora
ltx-video
ltx-2.3
video
video-to-video
3d-to-real
render-to-real
photorealistic
cgi
fal
Model card Files Files and versions
xet
Community
5

Instructions to use fal/LTX-2.3-3DREAL-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • LTX.io

    How to use fal/LTX-2.3-3DREAL-LoRA with LTX.io:

    # Install the LTX-2 pipelines
    git clone https://github.com/Lightricks/LTX-2.git
    cd LTX-2
    uv sync --frozen
    # Download the weights from this repo, plus the Gemma text encoder
    hf download fal/LTX-2.3-3DREAL-LoRA --local-dir models/LTX-2.3-3DREAL-LoRA
    hf download google/gemma-3-12b-it-qat-q4_0-unquantized --local-dir models/gemma-3-12b
    # Video-to-video with the IC-LoRA (runs on the distilled base model)
    uv run python -m ltx_pipelines.ic_lora \
        --distilled-checkpoint-path path/to/distilled_checkpoint.safetensors \
        --spatial-upsampler-path path/to/spatial_upsampler.safetensors \
        --gemma-root models/gemma-3-12b \
        --lora models/LTX-2.3-3DREAL-LoRA/<weights>.safetensors 1.0 \
        --video-conditioning reference.mp4 1.0 \
        --prompt "your prompt here" \
        --output-path output.mp4
  • Notebooks
  • Google Colab
  • Kaggle
LTX-2.3-3DREAL-LoRA
837 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
lovis93's picture
lovis93
Add ComfyUI workflow for Strong v2 (V2V + keyframe + spatial upscale + audio)
ec65f04 verified about 1 month ago
  • assets
    Strong v2 example GIF: blur leads into the impact flash about 1 month ago
  • workflows
    Add ComfyUI workflow for Strong v2 (V2V + keyframe + spatial upscale + audio) about 1 month ago
  • .gitattributes
    1.72 kB
    Add IRON CANYON example GIF for Strong v2 about 1 month ago
  • 3DREAL-light.safetensors
    164 MB
    xet
    Upload 3DREAL-light.safetensors with huggingface_hub about 2 months ago
  • 3DREAL-strong-v2.safetensors
    327 MB
    xet
    Add 3DREAL-strong-v2 (multi-scene, audio, talking characters, higher quality) about 2 months ago
  • 3DREAL-strong.safetensors
    327 MB
    xet
    Upload 3DREAL-strong.safetensors with huggingface_hub about 2 months ago
  • README.md
    5.92 kB
    Link the pipeline write-up under the Strong v2 update about 1 month ago