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

  • Log In
  • Sign Up

wikeeyang
/
Magic-Wan-Image-V2

Text-to-Image
Diffusers
GGUF
English
Chinese
Model card Files Files and versions
xet
Community

Instructions to use wikeeyang/Magic-Wan-Image-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use wikeeyang/Magic-Wan-Image-V2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("wikeeyang/Magic-Wan-Image-V2", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
Magic-Wan-Image-V2
39.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
wikeeyang's picture
wikeeyang
Update README.md
6a9ebe6 verified 6 months ago
  • .gitattributes
    1.76 kB
    Upload folder using huggingface_hub 6 months ago
  • Compare.jpg
    4.18 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • Magic-Wan-Image-v2-Q4_1.gguf
    9.65 GB
    xet
    Upload folder using huggingface_hub 6 months ago
  • Magic-Wan-Image-v2-Q8_0.gguf
    15.4 GB
    xet
    Upload folder using huggingface_hub 6 months ago
  • Magic-Wan-Image-v2_fp8.safetensors
    14.3 GB
    xet
    Upload folder using huggingface_hub 6 months ago
  • README.md
    3.74 kB
    Update README.md 6 months ago
  • V2-example-workflow-image.png
    1.46 MB
    xet
    Upload folder using huggingface_hub 6 months ago