Instructions to use nDimensional/SciStyle_subset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nDimensional/SciStyle_subset with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nDimensional/SciStyle_subset", 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
- Draw Things
- DiffusionBee
nDimensional commited on
Commit ·
e6792ea
1
Parent(s): 5739592
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
tags:
|
| 5 |
+
- text-to-image
|
| 6 |
+
- StableDiffusion
|
| 7 |
+
- Stable-Diffusion
|
| 8 |
+
- image-generation
|
| 9 |
+
- SD1.5
|
| 10 |
---
|
| 11 |
+
<div style='font-family:Monospace'>
|
| 12 |
+
<b>Base Model</b>: Stable Diffusion v1.5<br>
|
| 13 |
+
<b>Type</b>: Fine-Tune<br>
|
| 14 |
+
<b>Clip Skip</b>: 1<br>
|
| 15 |
+
<b>Medium</b>: MultiMedium (Anime, Painting, Digital Art, 3D Render, Comic Illustration)<br>
|
| 16 |
+
<b>Caption Style</b>: Natural Language + Booru style.<br>
|
| 17 |
+
<b>Dataset Size</b>: Subset, ~1k images<br>
|
| 18 |
+
</div>
|
| 19 |
+
|
| 20 |
+
----
|
| 21 |
+
<i>More info coming soon.</i>
|