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

  • Log In
  • Sign Up

Erland
/
tiny-wan2.2-t2v-a14b-debug

Text-to-Video
Diffusers
Safetensors
WanPipeline
wan
tiny-random
debug
Model card Files Files and versions
xet
Community

Instructions to use Erland/tiny-wan2.2-t2v-a14b-debug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Erland/tiny-wan2.2-t2v-a14b-debug with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Erland/tiny-wan2.2-t2v-a14b-debug", 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
tiny-wan2.2-t2v-a14b-debug
50.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Erland's picture
Erland
Add tiny Wan debug pipeline
d861d7f verified about 20 hours ago
  • scheduler
    Add tiny Wan debug pipeline about 20 hours ago
  • text_encoder
    Add tiny Wan debug pipeline about 20 hours ago
  • tokenizer
    Add tiny Wan debug pipeline about 20 hours ago
  • transformer
    Add tiny Wan debug pipeline about 20 hours ago
  • transformer_2
    Add tiny Wan debug pipeline about 20 hours ago
  • vae
    Add tiny Wan debug pipeline about 20 hours ago
  • .gitattributes
    1.58 kB
    Add tiny Wan debug pipeline about 20 hours ago
  • README.md
    882 Bytes
    Add tiny Wan debug pipeline about 20 hours ago
  • model_index.json
    526 Bytes
    Add tiny Wan debug pipeline about 20 hours ago