Instructions to use Nilaier/Waifu-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nilaier/Waifu-Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Nilaier/Waifu-Diffusers", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Poggers, new example
Browse files
README.md
CHANGED
|
@@ -16,6 +16,12 @@ inference: true
|
|
| 16 |
A version of Waifu Diffusion v1.3 penultimate ucg cont model and VAE from Waifu Diffusers v1.4 converted to work with Diffusers library.
|
| 17 |
|
| 18 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Model Description
|
| 21 |
|
|
|
|
| 16 |
A version of Waifu Diffusion v1.3 penultimate ucg cont model and VAE from Waifu Diffusers v1.4 converted to work with Diffusers library.
|
| 17 |
|
| 18 |

|
| 19 |
+
^ Better details than old VAE
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+
^ Much better accuracy than original model
|
| 25 |
|
| 26 |
## Model Description
|
| 27 |
|