Instructions to use hakurei/waifu-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hakurei/waifu-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hakurei/waifu-diffusion", 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
Update the link of Release Notes
#104
by shirayu - opened
README.md
CHANGED
|
@@ -27,7 +27,7 @@ We also support a [Gradio](https://github.com/gradio-app/gradio) Web UI and Cola
|
|
| 27 |
|
| 28 |
## Model Description
|
| 29 |
|
| 30 |
-
[See here for a full model overview.](https://gist.github.com/harubaru/
|
| 31 |
|
| 32 |
## License
|
| 33 |
|
|
|
|
| 27 |
|
| 28 |
## Model Description
|
| 29 |
|
| 30 |
+
[See here for a full model overview. (Waifu Diffusion 1.4 Anime Release Notes)](https://gist.github.com/harubaru/8581e780a1cf61352a739f2ec2eef09b)
|
| 31 |
|
| 32 |
## License
|
| 33 |
|