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

Efficient-Large-Model
/
SANA-Video_2.0_5B_720p

Text-to-Video
Sana
English
Chinese
image-to-video
SANA
SANA-Video
SANA-Video-2.0
720p
diffusion
LTX-2.3
Model card Files Files and versions
xet
Community

Instructions to use Efficient-Large-Model/SANA-Video_2.0_5B_720p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Sana

    How to use Efficient-Large-Model/SANA-Video_2.0_5B_720p with Sana:

    # Load the model and infer image from text
    import torch
    from app.sana_pipeline import SanaPipeline
    from torchvision.utils import save_image
    
    sana = SanaPipeline("configs/sana_config/1024ms/Sana_1600M_img1024.yaml")
    sana.from_pretrained("hf://Efficient-Large-Model/SANA-Video_2.0_5B_720p")
    
    image = sana(
        prompt='a cyberpunk cat with a neon sign that says "Sana"',
        height=1024,
        width=1024,
        guidance_scale=5.0,
        pag_guidance_scale=2.0,
        num_inference_steps=18,
    ) 
  • Notebooks
  • Google Colab
  • Kaggle
SANA-Video_2.0_5B_720p
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Lawrence-cj's picture
Lawrence-cj
Add verified 5B 720p release demo
a5e7426 verified 2 days ago
  • checkpoints
    Upload SANA-Video 2.0 5B 720p checkpoint 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • LICENSE
    11.3 kB
    Add SANA-Video 2.0 model card and release config 2 days ago
  • README.md
    7.24 kB
    Add verified 5B 720p release demo 2 days ago
  • config.yaml
    3.04 kB
    Add SANA-Video 2.0 model card and release config 2 days ago