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
- Draw Things
- DiffusionBee
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - art | |
| - style | |
| - sdxl | |
| - model | |
| - stable diffusion | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| - anime | |
| - fantasy | |
| - illustration | |
| - 2.5D | |
| # ๐ Starlight ๆๅ Animated | |
|  | |
| ### ๐ฎ 3.6 cfg ๐ช 40 steps ๐ค DPM++ 3M SDE Karras | |
| ## *Starlight* is a powerful 2.5D like SDXL model designed for creating stunning concept art and illustrations. | |
| ## Key Features | |
| * Excels in anime, fantasy, and semi-realistic styles. | |
| * Designed for rich details and mesmerizing visuals. | |
| * Evolving based on community feedback. | |
| ## How to Use | |
| **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. | |
| **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` | |
| * **Sampler**: DPM++ 3M SDE Karras | |
| * **Recommended Steps**: 25 to 65 (40) | |
| * **CFG / Guidance**: 3 to 5 (3.6) | |
| * **Aspect Ratios**: | |
| * **2:3** โ 832x1248 | |
| * **16:9** โ 1360x768 | |
| * **4:5** โ 912x1144 | |
| * **1:1** โ 1024x1024 | |
| I really hope you enjoy this SDXL model โ and if you do, ***please give Starlight*** **ๆๅ ** ***a like!*** | |
| Also, available at [CivitAI](https://civitai.com/models/143043). | |
| --- | |
| Consider supporting Starlight's development by [buying me a coffee](https://ko-fi.com/chillpixel)! | |
| Interested in partnering with me for innovation and marketing opportunities? Contact me at [chillpixelgames@gmail.com](mailto:chillpixelgames@gmail.com) |