OllamaDiffuser

OllamaDiffuser

Get up and running with
AI image generation.

Run FLUX.1, Stable Diffusion 3.5, Stable Diffusion 1.5, and other models, locally.

Available for macOS, Linux, and Windows

See it in action

Quick Start

# Install from PyPI
1pip install ollamadiffuser
# Pull and run a model (4-command setup)
2ollamadiffuser pull flux.1-schnell
3ollamadiffuser run flux.1-schnell
# Generate via API
4
curl -X POST http://localhost:8000/api/generate \
-H "Content-Type: application/json" \
-d '{"prompt": "A beautiful sunset"}' \
--output image.png