Ollama & Stable Diffusion AI Guide#
1 HP1GPU - Docker (Ollama Model Inventory)#
1.1 llama3.2:latest (2.0 GB)#
- Consuming VM: HP1Docker
- Services:
karakeep(Docker)paperless(Docker)[n8n](n8n.md)(Docker)
1.2 qwen3-vl:8b (6.1 GB)#
- Consuming VM: HP1Docker
- Service:
paperless-ai(Docker)
- Service:
1.3 gemma3:12b (8.1 GB)#
- Consuming VM: HP1GPU
- Service:
open-webui(Docker)
1.4 llama3.2-vision:latest (7.8 GB)#
- Consuming VM: HP1Docker
- Service:
paperlessInactive (Commented out in compose)
1.5 qwen2.5vl:3b (3.2 GB)#
- Consuming VM: HP1Docker
- Service:
paperless(Testing) - Status: Inactive (Commented out in compose)
1.6 glm-ocr:latest (2.2 GB)#
1.7 gemma4::e4b (9.6 GB)#
1.8 nomic-embed-text:latest (274 MB)#
- Service: Internal Embeddings / RAG
- Status: Active (Implicit)
2 Ollama Installation & Network Setup#
2.1 Basic Installation#
# Open firewall port
ufw allow 11434/tcp# Official Install Script
curl -fsSL [https://ollama.com/install.sh](https://ollama.com/install.sh) | sh2.2 Enable Local Network Access#
To allow other devices to use the AI, you must change the bind address from 127.0.0.1 to 0.0.0.0.