Instructions to use ddPn08/subtly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ddPn08/subtly with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ddPn08/subtly", dtype=torch.bfloat16, device_map="cuda") prompt = "masterpiece, best quality, high quality, newest, new, exceptional, best aesthetic, anime, 1girl, short hair, black hair, messy hair, black eyes, ahoge, white shirt, outdoors, dappled sunlight, leaf, looking at viewer," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
fix raedme
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ library_name: diffusers
|
|
| 26 |
|
| 27 |
</div>
|
| 28 |
<h1 align="center"><b>Subtly</b></h1>
|
| 29 |
-
<p align="center">A very subtle model. And an
|
| 30 |
|
| 31 |
<div align="center">
|
| 32 |
|
|
|
|
| 26 |
|
| 27 |
</div>
|
| 28 |
<h1 align="center"><b>Subtly</b></h1>
|
| 29 |
+
<p align="center">A very subtle model. And an anime model that does not use any NAI leaks. </p>
|
| 30 |
|
| 31 |
<div align="center">
|
| 32 |
|