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
|
@@ -31,13 +31,16 @@ library_name: diffusers
|
|
| 31 |
<div align="center">
|
| 32 |
|
| 33 |
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp16.ckpt)
|
| 34 |
-
<span></span>
|
| 35 |
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp16.safetensors)
|
| 36 |
|
|
|
|
|
|
|
|
|
|
| 37 |
<br >
|
| 38 |
|
| 39 |
-
|
| 40 |
-
|
|
|
|
| 41 |
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp32.safetensors)
|
| 42 |
|
| 43 |
</div>
|
|
|
|
| 31 |
<div align="center">
|
| 32 |
|
| 33 |
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp16.ckpt)
|
|
|
|
| 34 |
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp16.safetensors)
|
| 35 |
|
| 36 |
+
</div>
|
| 37 |
+
|
| 38 |
+
|
| 39 |
<br >
|
| 40 |
|
| 41 |
+
<div align="center">
|
| 42 |
+
|
| 43 |
+
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp32.safetensors)
|
| 44 |
[](https://huggingface.co/ddPn08/subtle/resolve/main/subtly-fp32.safetensors)
|
| 45 |
|
| 46 |
</div>
|