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
Update README.md
Browse files
README.md
CHANGED
|
@@ -126,7 +126,7 @@ license: creativeml-openrail-m
|
|
| 126 |
<hr>
|
| 127 |
<h1>
|
| 128 |
|
| 129 |
-
## <h1 style="font-size: 1.5em; text-align: center; color:black; font-family: Segoe UI"> These are the Embeddings I always use
|
| 130 |
**<h1 style="font-size: 1.5em; text-align: center; color:black; font-family: Segoe UI">Installation;**</h1>
|
| 131 |
|
| 132 |
<h1 style="font-size: 1em; text-align: center; color:black; font-family: Segoe UI"><a href="https://huggingface.co/SweetLuna/Aurora/tree/main/AuroraEmbeddings">1.Download KHFB and AuroraNegatives here.</a>
|
|
|
|
| 126 |
<hr>
|
| 127 |
<h1>
|
| 128 |
|
| 129 |
+
## <h1 style="font-size: 1.5em; text-align: center; color:black; font-family: Segoe UI"> These are the Embeddings I always use for Aurora, you are free to mix with others Negative Embedding however;</h1>
|
| 130 |
**<h1 style="font-size: 1.5em; text-align: center; color:black; font-family: Segoe UI">Installation;**</h1>
|
| 131 |
|
| 132 |
<h1 style="font-size: 1em; text-align: center; color:black; font-family: Segoe UI"><a href="https://huggingface.co/SweetLuna/Aurora/tree/main/AuroraEmbeddings">1.Download KHFB and AuroraNegatives here.</a>
|