Stable Diffusion Lokale Installation
Installieren Sie Stable Diffusion auf Ihrem Computer. Verwendung mit AUTOMATIC1111 WebUI.
Setup Steps
1. System requirements: NVIDIA GPU (8GB+ VRAM), Python 3.10+, Git
2. Install Python 3.10 (3.10.x recommended):
sudo apt install python3.10 python3.10-venv3. Clone AUTOMATIC1111 WebUI with Git:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
cd stable-diffusion-webui4. Download a model (Stable Diffusion XL or SD 1.5):
wget -P models/Stable-diffusion/ https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors5. Launch the WebUI:
./webui.sh6. Dependencies will be automatically downloaded on first run (10-20 min)
7. Open http://127.0.0.1:7860 in your browser
8. For remote access:
./webui.sh --listen --port 78609. For low VRAM optimization:
./webui.sh --medvram --xformersRelated Guides
Claude Code Einrichtung
Installieren Sie das Anthropic Claude Code CLI-Tool auf Ihrem Server oder PC. API-Schluessel-Konfiguration und grundlegende Befehle.
ChatGPT API Einrichtung
Integrieren Sie die OpenAI ChatGPT API in Ihr Projekt. API-Schluessel und erste Anfrage.
Google Gemini API Einrichtung
Richten Sie die Google Gemini API ein und verwenden Sie sie in Ihren Projekten.
Midjourney Nutzungsanleitung
Erstellen Sie KI-gestuetzte Bilder mit Midjourney. Schritt-fuer-Schritt Discord-Anleitung.