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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MonsterMMORPG
/
Wan_GGUF

Diffusers
ONNX
Safetensors
GGUF
Model card Files Files and versions
xet
Community
8

Instructions to use MonsterMMORPG/Wan_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use MonsterMMORPG/Wan_GGUF with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MonsterMMORPG/Wan_GGUF", torch_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_GGUF / ACEStep_1_5_XL_Base_BF16
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
MonsterMMORPG's picture
MonsterMMORPG
Add files using upload-large-folder tool
8971025 verified 2 months ago
  • .gitattributes
    1.52 kB
    Add files using upload-large-folder tool 2 months ago
  • ACEStep_1_5_XL_Base_BF16.safetensors
    9.97 GB
    xet
    Add files using upload-large-folder tool 2 months ago
  • README.md
    4.75 kB
    Add files using upload-large-folder tool 2 months ago
  • apg_guidance.py
    627 Bytes
    Add files using upload-large-folder tool 2 months ago
  • config.json
    2.53 kB
    Add files using upload-large-folder tool 2 months ago
  • configuration_acestep_v15.py
    217 Bytes
    Add files using upload-large-folder tool 2 months ago
  • model.safetensors.index.json
    75.6 kB
    Add files using upload-large-folder tool 2 months ago
  • modeling_acestep_v15_xl_base.py
    111 kB
    Add files using upload-large-folder tool 2 months ago
  • silence_latent.pt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.BFloat16Storage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.92 MB
    xet
    Add files using upload-large-folder tool 2 months ago