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
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| tags: | |
| - text-to-image | |
| - StableDiffusion | |
| - Stable-Diffusion | |
| - image-generation | |
| - SD1.5 | |
| - SDv1.5 | |
| - image-generation | |
| - art | |
| <h1>Experience 🚀</h1> | |
| ### Experience 7.0 | |
| <img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00024-3240294908.png" width=768/> | |
| <br> | |
| <img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00249-3304466729.png" width=768/> | |
| <br> | |
| <img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/7.0/00382-1453779484.png" width=512/> | |
| --- | |
| ### Realistic Experience | |
| <img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/Realistic/00207-1362125040.png" width=704/> | |
| <br> | |
| <img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/Realistic/00217-3852234563.png" width=768/> | |
| <br> | |
| <img src="https://huggingface.co/Schisim/Experience/resolve/main/Images/Realistic/00400-1936499297.png" width=512/> | |
| --- | |
| **For Prompt Examples** | |
| Download images located in 'Images' folder, use PNG viewer in Automatic1111-webui. | |
| Enjoy! |