Instructions to use stabilityai/sdxl-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stabilityai/sdxl-turbo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/sdxl-turbo", 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
|
@@ -3,7 +3,7 @@ pipeline_tag: text-to-image
|
|
| 3 |
inference: false
|
| 4 |
license: other
|
| 5 |
license_name: sai-nc-community
|
| 6 |
-
license_link: https://huggingface.co/stabilityai/sdxl-turbo/blob/main/LICENSE.
|
| 7 |
---
|
| 8 |
|
| 9 |
# SDXL-Turbo Model Card
|
|
@@ -13,7 +13,7 @@ license_link: https://huggingface.co/stabilityai/sdxl-turbo/blob/main/LICENSE.TX
|
|
| 13 |
SDXL-Turbo is a fast generative text-to-image model that can synthesize photorealistic images from a text prompt in a single network evaluation.
|
| 14 |
A real-time demo is available here: http://clipdrop.co/stable-diffusion-turbo
|
| 15 |
|
| 16 |
-
Please note: For commercial use, please refer to https://stability.ai/
|
| 17 |
|
| 18 |
## Model Details
|
| 19 |
|
|
@@ -52,7 +52,7 @@ For details on the user study, we refer to the [research paper](https://stabilit
|
|
| 52 |
|
| 53 |
### Direct Use
|
| 54 |
|
| 55 |
-
The model is intended for both non-commercial and commercial usage. You can use this model for non-commercial or research purposes under this [license](https://huggingface.co/stabilityai/sdxl-turbo/blob/main/LICENSE.
|
| 56 |
|
| 57 |
- Research on generative models.
|
| 58 |
- Research on real-time applications of generative models.
|
|
|
|
| 3 |
inference: false
|
| 4 |
license: other
|
| 5 |
license_name: sai-nc-community
|
| 6 |
+
license_link: https://huggingface.co/stabilityai/sdxl-turbo/blob/main/LICENSE.md
|
| 7 |
---
|
| 8 |
|
| 9 |
# SDXL-Turbo Model Card
|
|
|
|
| 13 |
SDXL-Turbo is a fast generative text-to-image model that can synthesize photorealistic images from a text prompt in a single network evaluation.
|
| 14 |
A real-time demo is available here: http://clipdrop.co/stable-diffusion-turbo
|
| 15 |
|
| 16 |
+
Please note: For commercial use, please refer to https://stability.ai/license.
|
| 17 |
|
| 18 |
## Model Details
|
| 19 |
|
|
|
|
| 52 |
|
| 53 |
### Direct Use
|
| 54 |
|
| 55 |
+
The model is intended for both non-commercial and commercial usage. You can use this model for non-commercial or research purposes under this [license](https://huggingface.co/stabilityai/sdxl-turbo/blob/main/LICENSE.md). Possible research areas and tasks include
|
| 56 |
|
| 57 |
- Research on generative models.
|
| 58 |
- Research on real-time applications of generative models.
|