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

deathlegionteam
/
LEGION-Video-Gen

Diffusers
Safetensors
hunyuan_video
Model card Files Files and versions
xet
Community

Instructions to use deathlegionteam/LEGION-Video-Gen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use deathlegionteam/LEGION-Video-Gen with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("deathlegionteam/LEGION-Video-Gen", 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
LEGION-Video-Gen / models /t2v
Ctrl+K
Ctrl+K
  • 1 contributor
History: 36 commits
dineth554's picture
dineth554
Upload models/t2v/README.md with huggingface_hub
c2f261a verified 1 day ago
  • guider
    Upload models/t2v/guider/guider_config.json with huggingface_hub 1 day ago
  • scheduler
    Upload models/t2v/scheduler/scheduler_config.json with huggingface_hub 1 day ago
  • text_encoder
    Upload models/t2v/text_encoder/model-00002-of-00003.safetensors with huggingface_hub 1 day ago
  • text_encoder_2
    Upload models/t2v/text_encoder_2/model.safetensors with huggingface_hub 1 day ago
  • tokenizer
    Upload folder using huggingface_hub 1 day ago
  • tokenizer_2
    Upload models/t2v/tokenizer_2/special_tokens_map.json with huggingface_hub 1 day ago
  • transformer
    Upload models/t2v/transformer/diffusion_pytorch_model-00006-of-00007.safetensors with huggingface_hub 1 day ago
  • vae
    Upload models/t2v/vae/diffusion_pytorch_model-00002-of-00002.safetensors with huggingface_hub 1 day ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 1 day ago
  • README.md
    1.53 kB
    Upload models/t2v/README.md with huggingface_hub 1 day ago
  • model_index.json
    644 Bytes
    Upload models/t2v/model_index.json with huggingface_hub 1 day ago