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

  • Log In
  • Sign Up

vidfom
/
wan-t2v

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use vidfom/wan-t2v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use vidfom/wan-t2v with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("vidfom/wan-t2v", 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
wan-t2v / DiffSynth-Studio
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vidfom's picture
vidfom
Upload Wan2_1_T2V_1_3B_DiffSynth.ipynb
6a96ee6 verified about 1 year ago
  • .github
    Upload folder using huggingface_hub about 1 year ago
  • apps
    Upload folder using huggingface_hub about 1 year ago
  • diffsynth.egg-info
    Upload folder using huggingface_hub about 1 year ago
  • diffsynth
    Upload folder using huggingface_hub about 1 year ago
  • examples
    Upload folder using huggingface_hub about 1 year ago
  • models
    Upload folder using huggingface_hub about 1 year ago
  • LICENSE
    11.3 kB
    Upload folder using huggingface_hub about 1 year ago
  • README.md
    14.3 kB
    Upload folder using huggingface_hub about 1 year ago
  • Wan2_1_T2V_1_3B_DiffSynth.ipynb
    11.9 kB
    Upload Wan2_1_T2V_1_3B_DiffSynth.ipynb about 1 year ago
  • file_list.txt
    3.11 kB
    Upload folder using huggingface_hub about 1 year ago
  • requirements.txt
    163 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • setup.py
    944 Bytes
    Upload folder using huggingface_hub about 1 year ago