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

wikeeyang
/
Magic-Wan-Image-v1.0

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

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

  • Libraries
  • Diffusers

    How to use wikeeyang/Magic-Wan-Image-v1.0 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-v1.0", 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-v1.0
14.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
wikeeyang's picture
wikeeyang
Update README.md
bc32310 verified 8 months ago
  • .gitattributes
    1.73 kB
    Upload 3 files 9 months ago
  • ComfyUI_example_workflow_00001.png
    1.4 MB
    xet
    Upload 3 files 9 months ago
  • ComfyUI_example_workflow_00002.png
    1.62 MB
    xet
    Upload 3 files 9 months ago
  • ComfyUI_example_workflow_00003.png
    1.61 MB
    xet
    Upload 3 files 9 months ago
  • LICENSE.txt
    11.4 kB
    Upload 2 files 9 months ago
  • Magic-Wan-Image-V1-fp8_scaled.safetensors
    14.3 GB
    xet
    Upload Magic-Wan-Image-V1-fp8_scaled.safetensors 9 months ago
  • README.md
    2.86 kB
    Update README.md 8 months ago