Instructions to use waifu-diffusion/wd40 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use waifu-diffusion/wd40 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("waifu-diffusion/wd40", dtype=torch.bfloat16, device_map="cuda") prompt = "1girl, solo, bangs, (pink hair, gradient hair, very long hair:1.1), (purple eyes:1.05), (cat ears, animal ear fluff:1.2), sidelocks, white shirt, collared shirt, buttons, night, looking at viewer, table, pizza on table, pov, restaurant, medium breasts, smiling, (blush:0.7), colored inner hair, (symmetric), (masterpiece, exceptional, extremely detailed:1.1)" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ library_name: diffusers
|
|
| 20 |
<center>
|
| 21 |
<img src="https://i.imgur.com/V5TY0Qi.png" width="80%"/>
|
| 22 |
<h1 style="font-size:1.6rem;">
|
| 23 |
-
<b>
|
| 24 |
</h1>
|
| 25 |
<h2>a Stable Diffusion model for (mechanic) weebs</h2>
|
| 26 |
</center>
|
|
|
|
| 20 |
<center>
|
| 21 |
<img src="https://i.imgur.com/V5TY0Qi.png" width="80%"/>
|
| 22 |
<h1 style="font-size:1.6rem;">
|
| 23 |
+
<b>wd40</b>
|
| 24 |
</h1>
|
| 25 |
<h2>a Stable Diffusion model for (mechanic) weebs</h2>
|
| 26 |
</center>
|