Model Details
Full Model IDstabilityai/stable-diffusion-xl-base-1.0
Pipeline / Tasktext-to-image
Librarydiffusers
Downloads (all-time)2.0M
Likes7.6K
Last Modified10/30/2023
Author / Orgstabilityai
PrivateNo — public
⚡ Quick Usage (Python)
Using the 🤗 Transformers library. Install with pip install transformers
from transformers import pipeline
# Load the model
pipe = pipeline("text-to-image", model="stabilityai/stable-diffusion-xl-base-1.0")
# Run inference
result = pipe("Your input here")
print(result)🏷️ Tags
diffusersonnxsafetensorstext-to-imagestable-diffusionarxiv:2307.01952arxiv:2211.01324arxiv:2108.01073arxiv:2112.10752license:openrail++endpoints_compatiblediffusers:StableDiffusionXLPipelinedeploy:azureregion:us
More Text to Image Models
See all →🚀 Use This Model
Access model files, inference API, and full documentation on Hugging Face.
Open on Hugging Face →Browse Model Files ↗← Browse All Models🎨 Task: Text to Image
This model is designed for the Text to Image task. Explore more models for this use case.
All Text to Image Models →📊 Popularity
⬇ Downloads2.0M
❤️ Community Likes7.6K
🛠️ Requirements
- →Install: pip install diffusers
- →Python 3.8+ recommended for Transformers.
- →GPU (CUDA) speeds up inference significantly.
- →Use model.half() for fp16 on limited VRAM.