Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

FastDM
/
Wan2.2-T2V-A14B-Merge-Lightning-V1.1-Diffusers

Text-to-Video
Diffusers
Safetensors
WanPipeline
Model card Files Files and versions
xet
Community

Instructions to use FastDM/Wan2.2-T2V-A14B-Merge-Lightning-V1.1-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use FastDM/Wan2.2-T2V-A14B-Merge-Lightning-V1.1-Diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("FastDM/Wan2.2-T2V-A14B-Merge-Lightning-V1.1-Diffusers", 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
Wan2.2-T2V-A14B-Merge-Lightning-V1.1-Diffusers
126 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Rayzl's picture
Rayzl
Update README.md
b5aec69 verified 8 months ago
  • assets
    Add files using upload-large-folder tool 8 months ago
  • scheduler
    Add files using upload-large-folder tool 8 months ago
  • text_encoder
    Add files using upload-large-folder tool 8 months ago
  • tokenizer
    Add files using upload-large-folder tool 8 months ago
  • transformer
    Add files using upload-large-folder tool 8 months ago
  • transformer_2
    Add files using upload-large-folder tool 8 months ago
  • vae
    Add files using upload-large-folder tool 8 months ago
  • .gitattributes
    1.85 kB
    Add files using upload-large-folder tool 8 months ago
  • README.md
    2.15 kB
    Update README.md 8 months ago
  • model_index.json
    498 Bytes
    Add files using upload-large-folder tool 8 months ago