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", 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 README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ A version of Waifu Diffusion v1.3 with half precision 16 float number converted
|
|
| 20 |
|
| 21 |
The current model has been fine-tuned with a learning rate of 5.0e-6 for 10 epochs on 680k anime-styled images.
|
| 22 |
|
| 23 |
-
Global Step:
|
| 24 |
|
| 25 |
|
| 26 |
## Source
|
|
|
|
| 20 |
|
| 21 |
The current model has been fine-tuned with a learning rate of 5.0e-6 for 10 epochs on 680k anime-styled images.
|
| 22 |
|
| 23 |
+
Global Step: 683410
|
| 24 |
|
| 25 |
|
| 26 |
## Source
|