Video coming soon…
🤖 Setup InvokeAI — Self-Hosted Stable Diffusion Studio
Deploy InvokeAI on Ubuntu with Docker — a polished Stable Diffusion web studio for text-to-image generation with a built-in model manager, on port 9190.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/invokeai/invokeai-ubuntu.sh
chmod +x invokeai-ubuntu.sh
./invokeai-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/invokeai/invokeai-ubuntu.sh
2 Make it Executable
chmod +x invokeai-ubuntu.sh
3 Run the Installer
./invokeai-ubuntu.sh
4 Open the Studio and Install a Model
http://your-server-ip:9190
Ports Used
| Port | Purpose |
|---|---|
| 9190 | InvokeAI web studio (mapped from container port 9090) |