Instructions to use AdamOswald1/Ultima-Waifu-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AdamOswald1/Ultima-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("AdamOswald1/Ultima-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 Settings
- Draw Things
- DiffusionBee
Commit ·
f9f23dd
1
Parent(s): e66af49
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,6 @@ datasets:
|
|
| 16 |
- cattoroboto/waifudiffusion-marine-textual-inversion
|
| 17 |
- waifu-research-department/regularization
|
| 18 |
- waifu-research-department/embeddings
|
|
|
|
|
|
|
| 19 |
---
|
|
|
|
| 16 |
- cattoroboto/waifudiffusion-marine-textual-inversion
|
| 17 |
- waifu-research-department/regularization
|
| 18 |
- waifu-research-department/embeddings
|
| 19 |
+
library_name: diffusers
|
| 20 |
+
pipeline_tag: text-to-image
|
| 21 |
---
|