Instructions to use Disty0/sote-diffusion-cascade_pre-alpha0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Disty0/sote-diffusion-cascade_pre-alpha0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Disty0/sote-diffusion-cascade_pre-alpha0", 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
|
@@ -154,7 +154,7 @@ aesthetic tags, quality tags, date tags, custom tags, rest of the tags
|
|
| 154 |
|
| 155 |
| dataset name | custom tag |
|
| 156 |
|---|---|
|
| 157 |
-
| **
|
| 158 |
| **pixiv** | art by Display_Name, |
|
| 159 |
| **visual novel cg** | Full_VN_Name (short_3_letter_name), visual novel cg, |
|
| 160 |
| **anime wallpaper** | date, anime wallpaper, |
|
|
|
|
| 154 |
|
| 155 |
| dataset name | custom tag |
|
| 156 |
|---|---|
|
| 157 |
+
| **image boards** | date, |
|
| 158 |
| **pixiv** | art by Display_Name, |
|
| 159 |
| **visual novel cg** | Full_VN_Name (short_3_letter_name), visual novel cg, |
|
| 160 |
| **anime wallpaper** | date, anime wallpaper, |
|