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 ·
33d6ff3
1
Parent(s): 81af6e4
Update README.md
Browse files
README.md
CHANGED
|
@@ -78,7 +78,7 @@ tags:
|
|
| 78 |
</div>
|
| 79 |
|
| 80 |
<div>
|
| 81 |
-
<font size="4"><i>What's new in
|
| 82 |
<ul>
|
| 83 |
<li>v2 with fine-tune on DnD race/monsters dataset</li>
|
| 84 |
<li><b>Note</b>: Less multimedium than v2</li>
|
|
|
|
| 78 |
</div>
|
| 79 |
|
| 80 |
<div>
|
| 81 |
+
<font size="4"><i>What's new in Science n' Dungeons?</i></font>
|
| 82 |
<ul>
|
| 83 |
<li>v2 with fine-tune on DnD race/monsters dataset</li>
|
| 84 |
<li><b>Note</b>: Less multimedium than v2</li>
|