Windows पर Stable Diffusion कैसे इंस्टॉल करें
Stable Diffusion एक powerful AI image generation tool है जो text prompts से high-quality images बनाता है। यह guide आपको Windows system पर Stable Diffusion को properly इंस्टॉल करने की complete process बताती है।
- System requirements verify करें. आपके Windows PC में minimum 8GB RAM और NVIDIA GPU (6GB VRAM recommended) होना जरूरी है। Windows 10 या 11 running होना चाहिए। अपने GPU drivers को latest version पर update कर लें।
- Python 3.10 download और install करें. python.org से Python 3.10.6 download करें। Installation के दौरान 'Add Python to PATH' option को check करना जरूरी है। Command Prompt में 'python --version' type करके installation verify करें।
- Git for Windows install करें. git-scm.com से Git for Windows download करके install करें। Default settings के साथ installation complete करें। Command Prompt में 'git --version' command से installation check करें।
- AUTOMATIC1111 repository clone करें. Command Prompt खोलें और अपनी desired directory navigate करें। 'git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git' command run करें। Process complete होने का wait करें।
- Stable Diffusion model download करें. Hugging Face पर account बनाएं और model license accept करें। runwayml/stable-diffusion-v1-5 model download करें। Downloaded .safetensors file को 'stable-diffusion-webui/models/Stable-diffusion' folder में copy करें।
- WebUI launch करें. stable-diffusion-webui folder में जाकर 'webui-user.bat' file को double-click करें। First run में सभी dependencies automatically download होंगी। Process complete होने पर local server start हो जाएगा।
- Web interface access करें. Browser में 'http://127.0.0.1:7860' address खोलें। Stable Diffusion का web interface load हो जाएगा। Text prompt में 'a beautiful sunset' type करके 'Generate' button click करके test करें।