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 ·
8785fee
1
Parent(s): 4b36241
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
---
|
| 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/>
|
|
@@ -14,4 +18,10 @@ license: creativeml-openrail-m
|
|
| 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/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
## Experience 🚀
|
| 6 |
+
|
| 7 |
---
|
| 8 |
### Experience 7.0
|
| 9 |
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00024-3240294908.png" width=768/>
|
|
|
|
| 18 |
<br>
|
| 19 |
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/Realistic/00217-3852234563.png" width=768/>
|
| 20 |
<br>
|
| 21 |
+
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/Realistic/00400-1936499297.png" width=512/>
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
+
**For Prompt Examples**
|
| 25 |
+
Download images located in 'Images' folder, use PNG viewer in Automatic1111-webui.
|
| 26 |
+
|
| 27 |
+
Enjoy!
|