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 readme
Browse files
README.md
CHANGED
|
@@ -30,8 +30,8 @@ library_name: diffusers
|
|
| 30 |
|
| 31 |
<div align="center">
|
| 32 |
|
| 33 |
-
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-
|
| 34 |
-
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-
|
| 35 |
|
| 36 |
</div>
|
| 37 |
|
|
@@ -40,8 +40,8 @@ library_name: diffusers
|
|
| 40 |
|
| 41 |
<div align="center">
|
| 42 |
|
| 43 |
-
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-
|
| 44 |
-
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-
|
| 45 |
|
| 46 |
</div>
|
| 47 |
|
|
|
|
| 30 |
|
| 31 |
<div align="center">
|
| 32 |
|
| 33 |
+
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp32.ckpt)
|
| 34 |
+
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp32.safetensors)
|
| 35 |
|
| 36 |
</div>
|
| 37 |
|
|
|
|
| 40 |
|
| 41 |
<div align="center">
|
| 42 |
|
| 43 |
+
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp16.safetensors)
|
| 44 |
+
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp16.safetensors)
|
| 45 |
|
| 46 |
</div>
|
| 47 |
|