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 ·
0e7aa63
1
Parent(s): 8785fee
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
|
|
|
| 6 |
|
| 7 |
-
---
|
| 8 |
### Experience 7.0
|
| 9 |
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00024-3240294908.png" width=768/>
|
| 10 |
<br>
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
---
|
| 4 |
|
| 5 |
+
<h1>Experience 🚀</h1>
|
| 6 |
+
|
| 7 |
|
|
|
|
| 8 |
### Experience 7.0
|
| 9 |
<img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00024-3240294908.png" width=768/>
|
| 10 |
<br>
|