Text-to-Image
Diffusers
art
style
sdxl
model
stable diffusion
stable-diffusion
stable-diffusion-diffusers
anime
fantasy
illustration
2.5D
Instructions to use chillpixel/starlight-animated-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use chillpixel/starlight-animated-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("chillpixel/starlight-animated-sdxl", 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
Commit ยท
44d1ef8
1
Parent(s): 0dd3e29
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
+
tags:
|
| 5 |
+
- art
|
| 6 |
+
- style
|
| 7 |
+
- sdxl
|
| 8 |
+
- model
|
| 9 |
+
- stable diffusion
|
| 10 |
+
- stable-diffusion
|
| 11 |
+
- stable-diffusion-diffusers
|
| 12 |
+
- text-to-image
|
| 13 |
+
- diffusers
|
| 14 |
+
- anime
|
| 15 |
+
- fantasy
|
| 16 |
+
- illustration
|
| 17 |
+
- 2.5D
|
| 18 |
+
---
|
| 19 |
+
# ๐ Starlight ๆๅ
Animated
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
### ๐ฎ 3.6 cfg ๐ช 40 steps ๐ค DPM++ 3M SDE Karras
|
| 23 |
+
|
| 24 |
+
## *Starlight* is a powerful 2.5D like SDXL model designed for creating stunning concept art and illustrations.
|
| 25 |
+
|
| 26 |
+
## Key Features
|
| 27 |
+
|
| 28 |
+
* Excels in anime, fantasy, and semi-realistic styles.
|
| 29 |
+
* Designed for rich details and mesmerizing visuals.
|
| 30 |
+
* Evolving based on community feedback.
|
| 31 |
+
|
| 32 |
+
## How to Use
|
| 33 |
+
|
| 34 |
+
**Starlight** shines over a large range but performs best with a ***LOWER CFG setting (3 to 5)***. Lower CFG provides finer, richer details, aligning with the model's intended goal. Higher CFG offers more color but may have increased artifacts.
|
| 35 |
+
|
| 36 |
+
**Example Prompt:** `8k portrait enchanting depiction of an iridescent dress worn by a beautiful woman, intricately detailed, digital masterpiece, mesmerizing play of colors and light, ultimate elegance, exquisitely detailed shimmering fabric, hdr`
|
| 37 |
+
|
| 38 |
+
* **Sampler**: DPM++ 3M SDE Karras
|
| 39 |
+
* **Recommended Steps**: 25 to 65 (40)
|
| 40 |
+
* **CFG / Guidance**: 3 to 5 (3.6)
|
| 41 |
+
* **Aspect Ratios**:
|
| 42 |
+
* **2:3** โ 832x1248
|
| 43 |
+
* **16:9** โ 1360x768
|
| 44 |
+
* **4:5** โ 912x1144
|
| 45 |
+
* **1:1** โ 1024x1024
|
| 46 |
+
|
| 47 |
+
I really hope you enjoy this SDXL model โ and if you do, ***please give Starlight*** **ๆๅ
** ***a like!***
|
| 48 |
+
|
| 49 |
+
Also, available at [CivitAI](https://civitai.com/models/143043).
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
Consider supporting Starlight's development by [buying me a coffee](https://ko-fi.com/chillpixel)!
|
| 54 |
+
|
| 55 |
+
Interested in partnering with me for innovation and marketing opportunities? Contact me at [[email protected]](mailto:[email protected])
|