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", torch_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
File size: 746 Bytes
ea2cf1e ceac8cc ea2cf1e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ---
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>
|