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
- Draw Things
- DiffusionBee
nDimensional commited on
Commit ·
0c5c3cb
1
Parent(s): 18fe295
Uploaded Realistic_Experience_1.5
Browse filesThis version does not contain Noise Offset and is not available on civitai. Uploading here for storage purposes. Experience v8, 7.5, and Realistic_Experience_2 will be uploaded to the repo shortly.
Realistic_Experience_1.5.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:655e23eb89a2c92b63d0eaf0ea5cb243fed7cf46e1f984a0c712a2dcc4e696c2
|
| 3 |
+
size 4265097204
|