1. Status aller Integrationen aktualisiert

Integrationen

Externe Programme und Tools verwalten

🎨
ComfyUI

Port 8188

Stable Diffusion GUI für FLUX Bilder und AnimateDiff Videos
Status:Gestoppt
💬
Open WebUI

Port 3000

Self-hosted ChatGPT-style Interface für LLMs
Status:Gestoppt
n8n

Port 5678

Workflow Automation Platform
Status:Gestoppt
🦙
Ollama

Port 11434

Lokale LLM Runtime
Status:Gestoppt
🖼️
Stable Diffusion WebUI

Port 7860

AUTOMATIC1111 Stable Diffusion Interface
Status:Gestoppt
🐳
Portainer

Port 9000

Docker Container Management
Status:Gestoppt
Installations-Anleitungen
Schnellstart-Guides für alle Integrationen

🎨 ComfyUI

cd /path/to/ComfyUI
python main.py --listen 0.0.0.0 --port 8188

💬 Open WebUI

docker run -d -p 3000:8080 \
  -v open-webui:/app/backend/data \
  --name open-webui ghcr.io/open-webui/open-webui:main

⚡ n8n

docker run -d -p 5678:5678 \
  -v n8n_data:/home/node/.n8n \
  --name n8n n8nio/n8n

🦙 Ollama

curl -fsSL https://ollama.com/install.sh | sh
ollama serve