Instructions to use SweetLuna/Aurora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SweetLuna/Aurora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SweetLuna/Aurora", 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
| language: | |
| - en | |
| tags: | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - art | |
| - artistic | |
| - diffusers | |
| inference: true | |
| thumbnail: "https://i2.lensdump.com/i/Ty4kJ0.png" | |
| license: creativeml-openrail-m | |
| # <h1 style="font-size: 2.5em; text-align: center;"><p style="color: black;">Changelog | [AURORA](https://huggingface.co/SweetLuna/Aurora)</p></h1> | |
| <hr> | |
| - #### <h1 style="font-size: 2em; text-align: center;"><p style="color: black;">[Aurora ONE](#▼-000---a-new-horizon) - `4/14/2023`</p></h1> | |
| <hr> | |
| ## <h1 style="font-size: 1.75em; text-align: center;"><p style="color: black;">▼ 1.0.0 - A New Horizozn</p></h1> | |
| ### <h1 style="font-size: 1.5em; text-align: center;"><p style="color: black;">First Release</p></h1> | |