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 Settings
- Draw Things
- DiffusionBee
nDimensional commited on
Commit ·
3709105
1
Parent(s): ce54bb1
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ tags:
|
|
| 25 |
|
| 26 |
---
|
| 27 |
|
| 28 |
-
<div align="center">
|
| 29 |
<font size="12" color="Cyan"><span style="font-family:Arial">SciStyle</span></font>
|
| 30 |
</div>
|
| 31 |
<figure>
|
|
@@ -35,7 +35,7 @@ tags:
|
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
-
<div style='font-family:Monospace'>
|
| 39 |
<font size="4" color="red"><b>V1</b></font><br>
|
| 40 |
<b>Base Model</b>: Stable Diffusion v1.5<br>
|
| 41 |
<b>Type</b>: Fine-Tune<br>
|
|
@@ -47,7 +47,7 @@ tags:
|
|
| 47 |
|
| 48 |
---
|
| 49 |
|
| 50 |
-
<div style='font-family:Monospace'>
|
| 51 |
<font size="4" color="red"><b>V2</b></font><br>
|
| 52 |
<b>Base Model</b>: Stable Diffusion v1.5<br>
|
| 53 |
<b>Type</b>: Fine-Tune<br>
|
|
|
|
| 25 |
|
| 26 |
---
|
| 27 |
|
| 28 |
+
<div cclass="title" align="center">
|
| 29 |
<font size="12" color="Cyan"><span style="font-family:Arial">SciStyle</span></font>
|
| 30 |
</div>
|
| 31 |
<figure>
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
+
<div class="v1Info" style='font-family:Monospace'>
|
| 39 |
<font size="4" color="red"><b>V1</b></font><br>
|
| 40 |
<b>Base Model</b>: Stable Diffusion v1.5<br>
|
| 41 |
<b>Type</b>: Fine-Tune<br>
|
|
|
|
| 47 |
|
| 48 |
---
|
| 49 |
|
| 50 |
+
<div class="v2Info" style='font-family:Monospace'>
|
| 51 |
<font size="4" color="red"><b>V2</b></font><br>
|
| 52 |
<b>Base Model</b>: Stable Diffusion v1.5<br>
|
| 53 |
<b>Type</b>: Fine-Tune<br>
|