File size: 2,210 Bytes
4b2de66 e90498f 4b2de66 bf85907 4b2de66 |
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
# Stable-Diffusion-XL-Base-1.0
## How to run
Visit [sdk.nexa.ai/model](https://sdk.nexa.ai/model)
## Model Description
**Stable Diffusion XL Base 1.0 (SDXL 1.0)** is a foundation text-to-image model released by Stability AI.
It is the flagship successor to Stable Diffusion 2.1, designed for photorealism, artistic flexibility, and high-resolution generation.
SDXL 1.0 is a latent diffusion model trained on a broad dataset of images and captions. Compared to prior versions, it improves prompt alignment, visual coherence, and output quality, especially in complex scenes and detailed compositions.
## Features
- **High fidelity image generation**: sharper details and improved realism.
- **Flexible style range**: from photorealistic renders to artistic illustration.
- **Better prompt alignment**: improved understanding of nuanced or multi-concept prompts.
- **High resolution support**: natively trained for 1024×1024 images.
- **Compositional strength**: more accurate handling of multiple subjects and fine object placement.
## Use Cases
- Creative content generation (illustrations, art, concept design)
- Product mockups and marketing visuals
- Character and environment ideation
- Storyboarding and visual storytelling
- Research in generative imaging
## Inputs and Outputs
**Input**:
- Text prompts (descriptions, concepts, artistic directions)
- Optional negative prompts to avoid undesired elements
**Output**:
- Generated image(s) matching the prompt
- Default resolution: 1024×1024 pixels
---
## How to use
### 1) Install Nexa-SDK
Download and follow the steps under "Deploy Section" Nexa's model page: [Download Windows SDK](https://sdk.nexa.ai/model/SDXL-Base)
### 2) Get an access token
Create a token in the Model Hub, then log in:
```bash
nexa config set license '<access_token>'
```
### 3) Run the model
Running:
```bash
nexa infer NexaAI/sdxl-base
```
---
## License
- Licensed under: [CreativeML Open RAIL++-M License](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE)
## References
- Model card: [https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
|