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
Image Captioner Tutorial
#8 opened 6 days ago
by
MonsterMMORPG
Hugging Face Upload / Download Notebook - Supports Private Repositories and Multi Commit as Well
#7 opened 7 days ago
by
MonsterMMORPG
Tutorial images
1
#6 opened 8 days ago
by
MonsterMMORPG
Stable Diffusion WebUI Forge - NEO
#5 opened 11 days ago
by
MonsterMMORPG
Tutorial images
44
#4 opened 25 days ago
by
MonsterMMORPG
do you have accelerate lora for wan2.1 vace 14B ?
#3 opened 4 months ago
by
greasebig2
images
16
#1 opened about 1 year ago
by
MonsterMMORPG