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
riginal, 1girl, solo, portrait, hoodie, wearing hoodie, red hoodie, long sleeves, simple background, backlighting, rain, night, depth of field
#26
by tynnkanin - opened
- .gitattributes +1 -0
- 20210831_184802.jpg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ safety_checker/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
text_encoder/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 34 |
unet/diffusion_pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 35 |
vae/diffusion_pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
text_encoder/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 34 |
unet/diffusion_pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 35 |
vae/diffusion_pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
20210831_184802.jpg filter=lfs diff=lfs merge=lfs -text
|
20210831_184802.jpg
ADDED
|
Git LFS Details
|