Instructions to use nDimensional/Experience with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nDimensional/Experience 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/Experience", 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 ·
4b36241
1
Parent(s): 2353c50
Updated README
Browse files
README.md
CHANGED
|
@@ -2,7 +2,16 @@
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
---
|
| 4 |
### Experience 7.0
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
---
|
| 8 |
-
### Realistic Experience
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
---
|
| 4 |
### Experience 7.0
|
| 5 |
+
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00024-3240294908.png" width=768/>
|
| 6 |
+
<br>
|
| 7 |
+
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00249-3304466729.png" width=768/>
|
| 8 |
+
<br>
|
| 9 |
+
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00382-1453779484.png" width=512/>
|
| 10 |
|
| 11 |
---
|
| 12 |
+
### Realistic Experience
|
| 13 |
+
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/Realistic/00207-1362125040.png" width=704/>
|
| 14 |
+
<br>
|
| 15 |
+
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/Realistic/00217-3852234563.png" width=768/>
|
| 16 |
+
<br>
|
| 17 |
+
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/Realistic/00400-1936499297.png" width=512/>
|