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 ·
e66af49
1
Parent(s): 901456c
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,4 +13,7 @@ datasets:
|
|
| 13 |
- Nerfgun3/bad_prompt
|
| 14 |
- Nerfgun3/shatter_style
|
| 15 |
- Nerfgun3/ouroboros_embeddings
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
|
|
|
| 13 |
- Nerfgun3/bad_prompt
|
| 14 |
- Nerfgun3/shatter_style
|
| 15 |
- Nerfgun3/ouroboros_embeddings
|
| 16 |
+
- cattoroboto/waifudiffusion-marine-textual-inversion
|
| 17 |
+
- waifu-research-department/regularization
|
| 18 |
+
- waifu-research-department/embeddings
|
| 19 |
---
|