--- title: Image emoji: 🌍 colorFrom: gray colorTo: blue sdk: gradio sdk_version: 6.2.0 app_file: app.py pinned: false license: openrail++ short_description: 'Image generators that will take input as text and generate ' --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # 🧠 Stable Diffusion Research Lab (SDXL) A professional **text-to-image generation** application built with: - **Stable Diffusion XL** - **Hugging Face Diffusers** - **Gradio** - **Python** Designed for **research and experimentation**. --- ## 🚀 Features - SDXL (state-of-the-art image generation) - Prompt → Image - Adjustable inference steps - CFG (guidance scale) control - Image size selection - Safety checker enabled - Professional Gradio UI - Hugging Face Spaces ready --- ## 📦 Installation ```bash pip install -r requirements.txt