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

  • Log In
  • Sign Up

Gluttony10
/
Wan-diffusers

Diffusers
Safetensors
GGUF
Model card Files Files and versions
xet
Community

Instructions to use Gluttony10/Wan-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Gluttony10/Wan-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("Gluttony10/Wan-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
Wan-diffusers / WanImageProcessor
10.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Gluttony10's picture
Gluttony10
Upload folder using huggingface_hub
bbe6d9e verified 10 months ago
  • .gitattributes
    1.55 kB
    Upload 5 files 10 months ago
  • README.md
    5.36 kB
    Upload 5 files 10 months ago
  • block.py
    3.45 kB
    Upload folder using huggingface_hub 10 months ago
  • config.json
    177 Bytes
    Upload 5 files 10 months ago
  • modular_model_index.json
    233 Bytes
    Upload 5 files 10 months ago