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", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
[](https://discord.com/servers/software-engineering-courses-secourses-772774097734074388) [](https://hits.sh/github.com/FurkanGozukara/Stable-Diffusion/)
|
| 2 |
[](https://www.patreon.com/c/SECourses) [](https://www.buymeacoffee.com/DrFurkan) [](https://medium.com/@furkangozukara) [](https://civitai.com/user/SECourses/articles) [](https://www.deviantart.com/monstermmorpg)
|
| 3 |
|
| 4 |
[](https://www.youtube.com/SECourses) [](https://www.linkedin.com/in/furkangozukara/) [](https://www.udemy.com/course/stable-diffusion-dreambooth-lora-zero-to-hero/?referralCode=E327407C9BDF0CEA8156) [](https://twitter.com/GozukaraFurkan)
|
|
|
|
| 1 |
+
[](https://discord.com/servers/software-engineering-courses-secourses-772774097734074388) [](https://hits.sh/github.com/FurkanGozukara/Stable-Diffusion/)
|
| 2 |
[](https://www.patreon.com/c/SECourses) [](https://www.buymeacoffee.com/DrFurkan) [](https://medium.com/@furkangozukara) [](https://civitai.com/user/SECourses/articles) [](https://www.deviantart.com/monstermmorpg)
|
| 3 |
|
| 4 |
[](https://www.youtube.com/SECourses) [](https://www.linkedin.com/in/furkangozukara/) [](https://www.udemy.com/course/stable-diffusion-dreambooth-lora-zero-to-hero/?referralCode=E327407C9BDF0CEA8156) [](https://twitter.com/GozukaraFurkan)
|