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

MickJ
/
Wan2.2-S2V-14B-overlay

Diffusers
WanSpeechToVideoPipeline
sglang
wan
video-generation
Model card Files Files and versions
xet
Community

Instructions to use MickJ/Wan2.2-S2V-14B-overlay with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use MickJ/Wan2.2-S2V-14B-overlay with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MickJ/Wan2.2-S2V-14B-overlay", 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-S2V-14B-overlay
5.46 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
MickJ's picture
MickJ
Upload scheduler/scheduler_config.json with huggingface_hub
355f9ae verified 2 months ago
  • _overlay
    Upload _overlay/overlay_manifest.json with huggingface_hub 2 months ago
  • audio_encoder
    Upload audio_encoder/config.json with huggingface_hub 2 months ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub 2 months ago
  • text_encoder
    Upload text_encoder/config.json with huggingface_hub 2 months ago
  • transformer
    Upload transformer/config.json with huggingface_hub 2 months ago
  • vae
    Upload vae/config.json with huggingface_hub 2 months ago
  • README.md
    1.08 kB
    Bump Wan S2V overlay materializer version 2 months ago
  • model_index.json
    412 Bytes
    Switch Wan S2V overlay to native component names 2 months ago