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
Ultimate Image and Video Upscaler Tutorial
#13 opened about 15 hours ago
by
MonsterMMORPG
ACESTEP XL Tutorial
#12 opened about 15 hours ago
by
MonsterMMORPG
Trellis 1 tutorial
#10 opened 4 days ago
by
MonsterMMORPG
Ultimate Image Processor by SECourses Tutorial
#9 opened 5 days ago
by
MonsterMMORPG
Image Captioner Tutorial
#8 opened 14 days ago
by
MonsterMMORPG
Hugging Face Upload / Download Notebook - Supports Private Repositories and Multi Commit as Well
#7 opened 15 days ago
by
MonsterMMORPG
Tutorial images
1
#6 opened 16 days ago
by
MonsterMMORPG
Stable Diffusion WebUI Forge - NEO
#5 opened 19 days ago
by
MonsterMMORPG
Tutorial images
44
#4 opened about 1 month ago
by
MonsterMMORPG
do you have accelerate lora for wan2.1 vace 14B ?
#3 opened 5 months ago
by
greasebig2
images
16
#1 opened about 1 year ago
by
MonsterMMORPG