stabilityai_sdxl-turbo
stabilityai · View on Hugging Face ↗
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
pipeline_tag: text-to-image inference: false license: other license_name: sai-nc-community license_link: https://huggingface.co/stabilityai/sdxl-turbo/blob/main/LICENSE.md
SDXL-Turbo Model Card
SDXL-Turbo is a fast generative text-to-image model that can synthesize photorealistic images from a text prompt in a single network evaluation. A real-time demo is available here: http://clipdrop.co/stable-diffusion-turbo
Please note: For commercial use, please refer to https://stability.ai/license.
Model Details
Model Description
SDXL-Turbo is a distilled version of SDXL 1.0, trained for real-time synthesis. SDXL-Turbo is based on a novel training method called Adversarial Diffusion Distillation (ADD) (see the technical report), which allows sampling large-scale foundational image diffusion models in 1 to 4 steps at high image quality. This approach uses score distillation to leverage large-scale off-the-shelf image diffusion models as a teacher signal and combines this with an adversarial loss to ensure high image fidelity even in the low-step regime of one or two sampling steps.
- Developed by: Stability AI
- Funded by: Stability AI
- Model type: Generative text-to-image model
- Finetuned from model: SDXL 1.0 Base
Model Sources
For research purposes, we recommend our generative-models Github repository (https://github.com/Stability-AI/generative-models),
which implements the most popular diffusion frameworks (both training and inference).
- Repository: https://github.com/Stability-AI/generative-models
- Paper: https://stability.ai/research/adversarial-diffusion-distillation
- Demo: http://clipdrop.co/stable-diffusion-turbo
Evaluation
The charts above evaluate user preference for SDXL-Turbo over other single- and multi-step models. SDXL-Turbo evaluated at a single step is preferred by human voters in terms of image quality and prompt following over LCM-XL evaluated at four (or fewer) steps. In addition, we see that using four steps for SDXL-Turbo further improves performance. For details on the user study, we refer to the research paper.
Uses
Direct Use
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. Possible research areas and tasks include
- Research on generative models.
- Research on real-time applications of generative models.
- Research on the impact of real-time generative models.
- Safe deployment of models which have the potential to generate harmful content.
- Probing and understanding the limitations and biases of generative models.
- Generation of artworks and use in design and other artistic processes.
- Applications in educational or creative tools.
For commercial use, please refer to https://stability.ai/membership.
Excluded uses are described below.
Diffusers
pip install diffusers transformers accelerate --upgrade
- Text-to-image:
SDXL-Turbo does not make use of guidance_scale or negative_prompt, we disable it with guidance_scale=0.0.
Preferably, the model generates images of size 512x512 but higher image sizes work as well.
A single step is enough to generate high quality images.
from diffusers import AutoPipelineForText2Image
import torch
pipe = AutoPipelineForText2Image.from_pretrained("stabilityai/sdxl-turbo", torch_dtype=torch.float16, variant="fp16")
pipe.to("cuda")
prompt = "A cinematic shot of a baby racoon wearing an intricate italian priest robe."
image = pipe(prompt=prompt, num_inference_steps=1, guidance_scale=0.0).images[0]
- Image-to-image:
When using SDXL-Turbo for image-to-image generation, make sure that num_inference_steps * strength is larger or equal
to 1. The image-to-image pipeline will run for int(num_inference_steps * strength) steps, e.g. 0.5 * 2.0 = 1 step in our example
below.
from diffusers import AutoPipelineForImage2Image
from diffusers.utils import load_image
import torch
pipe = AutoPipelineForImage2Image.from_pretrained("stabilityai/sdxl-turbo", torch_dtype=torch.float16, variant="fp16")
pipe.to("cuda")
init_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png").resize((512, 512))
prompt = "cat wizard, gandalf, lord of the rings, detailed, fantasy, cute, adorable, Pixar, Disney, 8k"
image = pipe(prompt, image=init_image, num_inference_steps=2, strength=0.5, guidance_scale=0.0).images[0]
Out-of-Scope Use
The model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model. The model should not be used in any way that violates Stability AI's Acceptable Use Policy.
Limitations and Bias
Limitations
- The generated images are of a fixed resolution (512x512 pix), and the model does not achieve perfect photorealism.
- The model cannot render legible text.
- Faces and people in general may not be generated properly.
- The autoencoding part of the model is lossy.
Recommendations
The model is intended for both non-commercial and commercial usage.
How to Get Started with the Model
Check out https://github.com/Stability-AI/generative-models
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:eec8af91d8072737599e134b4c9aad49748f5185&dn=stabilityai_sdxl-turboOpen magnet in torrent client · infohash eec8af91d8072737599e134b4c9aad49748f5185
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| LICENSE.md | 11.6 KB (11,852 B) | 1d9ce2ee1067327543544de197291726e4fc57a4 | d6f6b1a4dce5c852bd6d7d9482d002baf0ccdb71e662250b73be9eec8764ee8d |
| README.md | 5.7 KB (5,883 B) | fc4ec2bdac39edd491815f89a853a3895d36f1ca | 98dabafc7a0c2981bac309d83ae7012e3f2fe276947ba1cdc5f3ebfc977f8d8b |
| image_quality_one_step.png | 199.0 KB (203,741 B) | 13cb17a7934a33001f393d08f98504cbb2bc914f | c552a1d3f7a7ba7e7a22823b3aac6becbeb562b96710494cd260de747db08405 |
| model_index.json | 685 B (685 B) | f857cf2f828fff2ee319b1a47e6ce820e8affb9d | c3c2f99e3e94b5940bb072f7cf66858ab05d115dc5899b3cb36a7781e91769e0 |
| output_tile.jpg | 726.6 KB (744,087 B) | d5fce5ecd2ef568d689419271d9ffabfb0856c36 | 0c5d8c0fd64fce6eb1218555135690937187e3dc9bc3492df89978b99cd8a942 |
| prompt_alignment_one_step.png | 199.5 KB (204,304 B) | 3490b19d78d804b8273b93e803f23a3b04689be3 | f70b89c8f178077313895c27596635e3f3bdf8e257d43a386fe828a6756a9c02 |
| scheduler/scheduler_config.json | 459 B (459 B) | 0359d7abb0b9c7b4a433be2db87cefea03c06ea5 | 13847eb34084bc56e9f8b10f84d2c650cf8cb00016b2530429af0b894d4e1aa2 |
| sd_xl_turbo_1.0.safetensors | 12.92 GB (13,875,761,366 B) | b60babf652bedb03098c03b889293de84a8294f2 | 2e58e3704b4c0831bf848e0507c9b5ff2cd8d007b8d0719dba3874156f631050 |
| sd_xl_turbo_1.0_fp16.safetensors | 6.46 GB (6,938,081,905 B) | 285e9cfa0c674009912559242027b3bc2dceb3f2 | e869ac7d6942cb327d68d5ed83a40447aadf20e0c3358d98b2cc9e270db0da26 |
| text_encoder/config.json | 565 B (565 B) | 8e91c97936ad0b2c1356f03de8d47589b5232704 | f73737aca344421ae12c5302aad65570218d4911872ac2e656d685a23bee270a |
| text_encoder/model.fp16.safetensors | 234.7 MB (246,144,152 B) | 8d19e655ec09629d4ae2c231e7391368c0a867d4 | 660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd |
| text_encoder/model.safetensors | 469.5 MB (492,265,168 B) | 3f40ee9b55cb07c2a15d6df3029c23528068c031 | 778d02eb9e707c3fbaae0b67b79ea0d1399b52e624fb634f2f19375ae7c047c3 |
| text_encoder_2/config.json | 575 B (575 B) | f9e084535c55110233f44ccc6c7f9d0e1540f8be | d798a4e0dea19feb3e4f17d311e02507055ce3ee81d015a43123517433f2a7ef |
| text_encoder_2/model.fp16.safetensors | 1.29 GB (1,389,382,176 B) | 10de4271d7dee04c4137d9699d0d836d9cdd4a83 | ec310df2af79c318e24d20511b601a591ca8cd4f1fce1d8dff822a356bcdb1f4 |
| text_encoder_2/model.onnx_data | 2.59 GB (2,778,639,360 B) | 298c28ef3e624b4d2fe571197f773715580a7b12 | 0c29d6ace4f348ccbcd302ab0d858994e64240a5b54d7c5ef431a88f2f287e2c |
| text_encoder_2/model.safetensors | 2.59 GB (2,778,702,264 B) | 6c97839e5d029254731e77e9390476d2b25896d0 | fa5b2e6f4c2efc2d82e4b8312faec1a5540eabfc6415126c9a05c8436a530ef4 |
| tokenizer/merges.txt | 512.3 KB (524,619 B) | 76e821f1b6f0a9709293c3b6b51ed90980b3166b | 9fd691f7c8039210e0fced15865466c65820d09b63988b0174bfe25de299051a |
| tokenizer/special_tokens_map.json | 586 B (586 B) | 1f467f3b057c46a21f88d9ab2f1070af9916c78c | 6a757fc443f84ad1def3b893aac3858178f2a1513e3cf97b35ff131b5d88edd5 |
| tokenizer/tokenizer_config.json | 704 B (704 B) | 1bf819b6621086dc92428e2c9c8bbab39211fd55 | 7eb36a76a02551ce8583dbee08d062e672997a5fe1db82ebc642d88c7e79cc96 |
| tokenizer/vocab.json | 1.0 MB (1,059,962 B) | 469be27c5c010538f845f518c4f5e8574c78f7c8 | e089ad92ba36837a0d31433e555c8f45fe601ab5c221d4f607ded32d9f7a4349 |
| tokenizer_2/merges.txt | 512.3 KB (524,619 B) | 76e821f1b6f0a9709293c3b6b51ed90980b3166b | 9fd691f7c8039210e0fced15865466c65820d09b63988b0174bfe25de299051a |
| tokenizer_2/special_tokens_map.json | 460 B (460 B) | ae0c5be6f35217e51c4c000fd325d8de0294e99c | f118ab3a983206e4f32583448de6bd6aae4ee21869135cef1f5848a753cdaab6 |
| tokenizer_2/tokenizer_config.json | 855 B (855 B) | bd2abe19377557ff5771584921f9b65fa041fef0 | 516314ccab66918d7cb647480ac27abd3520d14e1e5825aac99f50c851c16071 |
| tokenizer_2/vocab.json | 1.0 MB (1,059,962 B) | 469be27c5c010538f845f518c4f5e8574c78f7c8 | e089ad92ba36837a0d31433e555c8f45fe601ab5c221d4f607ded32d9f7a4349 |
| unet/config.json | 1.7 KB (1,776 B) | 220d7ae3e59ce3484c7eeb47ef2ac9db5097e29a | 6ae877bd8daca6088f44c6251e07d7e252da53ace0d5895a0c6cbcbd5c132cb4 |
| unet/diffusion_pytorch_model.fp16.safetensors | 4.78 GB (5,135,149,760 B) | 0f7ed948899f3a203331053e94affa4e1b082b17 | 48fa46161a745f48d4054df3fe13804ee255486bca893403b60373c188fd1bdb |
| unet/diffusion_pytorch_model.safetensors | 9.56 GB (10,270,077,736 B) | a16089d005e44c93242ad0d8131e4ee922aba396 | 1968fc61aa8449ab3d3f9b9a05bce88c611760c01e0c4a7a3785911b546fe582 |
| unet/model.onnx_data | 9.56 GB (10,269,854,720 B) | 79d9c3efd0a1de593914f5eec9391bef59492c42 | 479e70b02ced4312debca3a12506ac928f80b2ce95ad48755c9c789bd8e80ac2 |
| vae/config.json | 607 B (607 B) | ae14cf90e29b12134a53383691c98c73dee5d422 | 85a181424a5fd0cc292e44e467be66a5263976eee1baf36d208133f9d49d4269 |
| vae/diffusion_pytorch_model.fp16.safetensors | 159.6 MB (167,335,342 B) | dca36ee55c28b63ab82406eba2648dc2abd7794e | 02ee4bd18e5d16e7fe5fc5b85b4aefa2cba6db28897f674226c9d6ddd2f34f06 |
| vae/diffusion_pytorch_model.safetensors | 319.1 MB (334,643,268 B) | 4f4ef330e396d44b6435df24291231f5ed7ec33a | 716971093e3428c9156906fcbcc5500abf005317c5f4d3a5bb3fa28c45e1e071 |
| vae_decoder/config.json | 607 B (607 B) | ae14cf90e29b12134a53383691c98c73dee5d422 | 85a181424a5fd0cc292e44e467be66a5263976eee1baf36d208133f9d49d4269 |
| vae_encoder/config.json | 607 B (607 B) | ae14cf90e29b12134a53383691c98c73dee5d422 | 85a181424a5fd0cc292e44e467be66a5263976eee1baf36d208133f9d49d4269 |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/stabilityai_sdxl-turbo/
- Slug
- stabilityai_sdxl-turbo
- Infohash
- eec8af91d8072737599e134b4c9aad49748f5185
- License
- custom/other license
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: stabilityai_sdxl-turbo.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | stabilityai/sdxl-turbo |
|---|---|
| Revision (pinned) | 71153311d3dbb46851df1931d3ca6e939de83304 |
| Fetched at | 2026-09-04T05:43:50Z |
| License at fetch | other |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-04T05:54:09Z
custom/other license50.93 GB (54,680,384,732 bytes)diffusersonnxsafetensorstext-to-imagediffusers:StableDiffusionXLPipeline