Instructions to use no3/kat-wd-1.4-beta2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use no3/kat-wd-1.4-beta2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("no3/kat-wd-1.4-beta2", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
pipeline_tag: text-to-image
|
| 4 |
---
|
| 5 |
-
|
| 6 |
### kat from [Flipon](https://store.steampowered.com/app/1285020/Flipon/) on [WD](https://huggingface.co/hakurei/waifu-diffusion) via Dreambooth
|
| 7 |
#### model by no3
|
| 8 |
This your waifu-diffusion v1.4 model fine-tuned kat concept taught to waifu-diffusion v1.4 with Dreambooth.
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
pipeline_tag: text-to-image
|
| 4 |
---
|
| 5 |
+
### a Better model is out, Go to https://huggingface.co/no3/kat-at3-beta1
|
| 6 |
### kat from [Flipon](https://store.steampowered.com/app/1285020/Flipon/) on [WD](https://huggingface.co/hakurei/waifu-diffusion) via Dreambooth
|
| 7 |
#### model by no3
|
| 8 |
This your waifu-diffusion v1.4 model fine-tuned kat concept taught to waifu-diffusion v1.4 with Dreambooth.
|