Key Takeaways
- Stable Diffusion v1.5 was trained on LAION-5B dataset containing 5.85 billion image-text pairs
- LAION-5B dataset used for Stable Diffusion has an average image resolution of 512x512 pixels across its samples
- Stable Diffusion training filtered out 12.8% of LAION-5B samples due to low quality or safety issues
- Stable Diffusion 1.5 has 860 million parameters in UNet backbone
- VAE in Stable Diffusion uses 83 million parameters with 3x3 convolutions
- CLIP text encoder in Stable Diffusion has 123 million parameters (ViT-L/14)
- Stable Diffusion generates 512x512 image in 2 seconds on A100 GPU at 50 steps
- Stable Diffusion XL achieves FID score of 18.1 on MS COCO 2014
- Inference speed of Stable Diffusion v2-1 is 512x512 in 1.5s on RTX 3090
- Stable Diffusion model on Hugging Face has 45 million downloads as of 2024
- Automatic1111 Stable Diffusion WebUI has 120k GitHub stars
- Replicate hosts 10B Stable Diffusion inferences monthly
- Stability AI Discord has 250k members discussing Stable Diffusion
- Reddit r/StableDiffusion subreddit has 500k subscribers
- Civitai community uploads 1k models weekly for Stable Diffusion
Stable Diffusion stats cover datasets, models, speed, usage, and adoption.
Community and Ecosystem Metrics
- Stability AI Discord has 250k members discussing Stable Diffusion
- Reddit r/StableDiffusion subreddit has 500k subscribers
- Civitai community uploads 1k models weekly for Stable Diffusion
- Hugging Face Stable Diffusion discussions: 10k+ threads
- Stable Diffusion GitHub issues resolved: 5k+ across repos
- LoRA competitions on Civitai attract 1k entries monthly
- Stable Diffusion Twitter mentions peak at 100k/day post-release
- 80% of Stable Diffusion fine-tunes are community-driven on HF
- PromptHero database has 500k Stable Diffusion prompts curated
- Stable Diffusion hackathons hosted by Stability AI: 10+ events with 5k participants
- SeaArt.ai community generates 10M images daily with SD
- OpenArt Stable Diffusion platform has 1M registered users
- Diffusers library stars: 20k on GitHub for SD support
- Stable Diffusion ethical guidelines signed by 1k artists
- TensorArt hosts 50k SD models with 100M monthly visits
- NightCafe SD creations exceed 50M user artworks
- Stable Diffusion YouTube tutorials: 10k+ videos with 100M views
- Patreon supporters for SD creators: average $5k/month top 100
- Kaggle Stable Diffusion competitions: 50k participants total
- Stable Diffusion NFT collections: 100k+ minted on OpenSea
- Forum posts on Stable Diffusion subreddit: 1M+ total
- Stability AI funding rounds total $150M with community backers
Community and Ecosystem Metrics Interpretation
Model Architecture and Parameters
- Stable Diffusion 1.5 has 860 million parameters in UNet backbone
- VAE in Stable Diffusion uses 83 million parameters with 3x3 convolutions
- CLIP text encoder in Stable Diffusion has 123 million parameters (ViT-L/14)
- Stable Diffusion v2 UNet expanded to 900 million parameters
- Latent space dimension in Stable Diffusion is 64x64x4 for 512x512 images
- Stable Diffusion XL base model totals 2.6 billion parameters
- Cross-attention layers in Stable Diffusion UNet: 11 blocks with 8 heads each
- Stable Diffusion 3 Medium has 2 billion parameters with MMDiT architecture
- Quantized Stable Diffusion (8-bit) reduces parameters to effective 500M active
- Stable Diffusion Inpainting encoder adds 10M parameters for mask handling
- ControlNet adds 300M twin parameters to Stable Diffusion base
- Stable Diffusion v1.5 scheduler uses DDIM with 50 inference steps standard
- FlashAttention integration in Stable Diffusion reduces KV cache by 50%
- Stable Diffusion LoRA fine-tune uses rank 4-16 adapters with 1M params
- Textual Inversion in Stable Diffusion embeds 512-dim vectors for concepts
- Stable Diffusion Turbo distills to 1-step generation with 900M params
- Cascade model in SDXL uses three stages with 3B total params
- RoPE positional embeddings in SD3 span 128k context
- Stable Diffusion FP16 model size is 4GB VRAM minimum
- Depth conditioner in Stable Diffusion adds MiDaS encoder with 100M params
- AnimateDiff motion module has 16 layers of 320-dim adapters
Model Architecture and Parameters Interpretation
Performance and Speed Metrics
- Stable Diffusion generates 512x512 image in 2 seconds on A100 GPU at 50 steps
- Stable Diffusion XL achieves FID score of 18.1 on MS COCO 2014
- Inference speed of Stable Diffusion v2-1 is 512x512 in 1.5s on RTX 3090
- Stable Diffusion 3 Turbo generates 1MP images in <1s with 4 steps
- CLIP score for Stable Diffusion v1.5 averages 0.32 on prompt alignment
- Stable Diffusion on Apple M1 Max: 10 it/s for 512x512 at FP16
- Distilled Stable Diffusion 2.1 reaches 25 it/s on A6000 GPU
- Stable Diffusion XL refiner improves FID by 15% over base model
- VRAM usage for Stable Diffusion v1.5 at 512x512 is 5.5GB peak
- Stable Diffusion ControlNet adds 20% latency overhead on inference
- Human preference win rate for SDXL vs Midjourney v5 is 48%
- Stable Diffusion FP8 quantization speeds up 1.8x with 1% FID drop
- Batch size 4 for Stable Diffusion on RTX 4090 yields 40 it/s
- Stable Diffusion Inpainting CLIP score 0.35 vs 0.32 base
- ELO score for Stable Diffusion 3 is 1025 on Artificial Analysis leaderboard
- Inference steps reduction to 20 maintains 95% quality in Stable Diffusion
- Stable Diffusion on T4 GPU: 3 it/s at 25 steps 512x512
- Aesthetic score predictor correlates 0.85 with human ratings for SD outputs
- Stable Diffusion Turbo 1-step FID 23.5 vs 12.0 at 50 steps
- AnimateDiff FPS output averages 15 for 16-frame clips
Performance and Speed Metrics Interpretation
Training Data Statistics
- Stable Diffusion v1.5 was trained on LAION-5B dataset containing 5.85 billion image-text pairs
- LAION-5B dataset used for Stable Diffusion has an average image resolution of 512x512 pixels across its samples
- Stable Diffusion training filtered out 12.8% of LAION-5B samples due to low quality or safety issues
- The aesthetic quality score threshold for LAION-Aesthetics subset used in Stable Diffusion training was set at 4.5 out of 10
- Stable Diffusion v2 used LAION-Aesthetics V2 with 2.1 billion high-quality samples
- NSFW content in LAION-5B was estimated at 1.6% before filtering for Stable Diffusion
- Stable Diffusion fine-tuning on 150k images took 100 A100-GPU hours for DreamBooth
- LAION-5B metadata includes captions generated by CLIP ViT-L/14, covering 5.85B entries
- Stable Diffusion XL training dataset size estimated at over 1 billion tokens post-filtering
- Watermark detection filtered 2% of LAION-5B images during Stable Diffusion prep
- Stable Diffusion v1.4 used 2.3B subset of LAION-400M refined
- Text encoder in Stable Diffusion trained on 380M image-text pairs initially
- Stable Diffusion 3 uses a synthetic dataset augmentation increasing effective size by 4x
- LAION-COCO subset for Stable Diffusion captioning has 80k high-quality pairs
- Blur detection removed 5.4% of LAION-5B for Stable Diffusion training
- Stable Diffusion Inpainting model trained on 500k masked images from LAION
- Multilingual LAION-5B++ covers 17 languages with 10B pairs, influencing Stable Diffusion variants
- Stable Diffusion v1.5 depth model used 1M depth-map annotated images
- Caption length in Stable Diffusion training data averages 12.5 tokens
- Stable Diffusion XL filtered dataset for 1024x1024 resolution using 600M samples
- Hate speech filtering in LAION for Stable Diffusion removed 0.1% samples
- Stable Diffusion ControlNet trained on 3.5M edge-map pairs
- LAION-Art dataset subset of 400k artistic images used in fine-tunes
- Stable Diffusion AnimateDiff uses 100k video frame pairs for motion
Training Data Statistics Interpretation
Usage and Popularity Stats
- Stable Diffusion model on Hugging Face has 45 million downloads as of 2024
- Automatic1111 Stable Diffusion WebUI has 120k GitHub stars
- Replicate hosts 10B Stable Diffusion inferences monthly
- Stable Diffusion v1.5 checkpoint downloaded 50M+ times on Civitai
- 70% of AI art on DeviantArt generated with Stable Diffusion per 2023 survey
- ComfyUI nodes for Stable Diffusion exceed 1k custom extensions
- Stable Diffusion usage peaks at 5M daily generations on HF Spaces
- 40% of Fortune 500 companies use Stable Diffusion variants internally
- Civitai hosts 100k+ Stable Diffusion LoRAs with 2B downloads
- InvokeAI Stable Diffusion interface downloaded 500k times
- Stable Diffusion prompts shared on Lexica.ai exceed 10M entries
- 25M users accessed DreamStudio Stable Diffusion platform by 2023
- GitHub repos mentioning Stable Diffusion: over 20k as of 2024
- Stable Diffusion fine-tunes on Civitai average 10k downloads each top 100
- Fooocus UI for Stable Diffusion has 30k stars on GitHub
- Stable Diffusion API calls on Replicate: 1B+ total inferences
- Midjourney Discord vs Stable Diffusion: 15M vs 8M monthly actives 2023
- Stable Diffusion models trained daily on HF: 500+
- Pinterest AI art pins: 60% Stable Diffusion generated per analysis
- Stable Diffusion WebUI extensions: 800+ available
- Stable Diffusion Discord servers: 500k+ members across top communities
Usage and Popularity Stats Interpretation
Sources & References
- Reference 1LAIONlaion.aiVisit source
- Reference 2ARXIVarxiv.orgVisit source
- Reference 3STABILITYstability.aiVisit source
- Reference 4OPENAIopenai.comVisit source
- Reference 5HUGGINGFACEhuggingface.coVisit source
- Reference 6LAMBDAlambda.aiVisit source
- Reference 7ARTIFICIALANALYSISartificialanalysis.aiVisit source
- Reference 8REPLICATEreplicate.comVisit source
- Reference 9GITHUBgithub.comVisit source
- Reference 10CIVITAIcivitai.comVisit source
- Reference 11LEXICAlexica.artVisit source
- Reference 12SIMILARWEBsimilarweb.comVisit source
- Reference 13DISBOARDdisboard.orgVisit source
- Reference 14DISCORDdiscord.comVisit source
- Reference 15REDDITreddit.comVisit source
- Reference 16TWITTERtwitter.comVisit source
- Reference 17PROMPTHEROprompthero.comVisit source
- Reference 18SEAARTseaart.aiVisit source
- Reference 19OPENARTopenart.aiVisit source
- Reference 20TENSORtensor.artVisit source
- Reference 21CREATORcreator.nightcafe.studioVisit source
- Reference 22YOUTUBEyoutube.comVisit source
- Reference 23PATREONpatreon.comVisit source
- Reference 24KAGGLEkaggle.comVisit source
- Reference 25OPENSEAopensea.ioVisit source





