Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lslowmotion/ollama-web-podman

Easy script to deploy Open WebUI, Ollama, ComfyUI, and SearxNG on Podman
https://github.com/lslowmotion/ollama-web-podman

comfyui flux ollama podman searxng stable-diffusion

Last synced: about 17 hours ago
JSON representation

Easy script to deploy Open WebUI, Ollama, ComfyUI, and SearxNG on Podman

Awesome Lists containing this project

README

        

# Ollama Web Podman

One script to run them all!

This script will help you run:
- Ollama (CUDA/ROCm/CPU)
- ComfyUI with FLUX.1-dev support (CUDA/ROCm)
- SearXNG
- Open WebUI

## Prerequisites
- Podman
- [Gum](https://github.com/charmbracelet/gum)

## Quick Setup
Clone the repository
```
git clone --recursive https://github.com/lslowmotion/ollama-web-podman.git
```
Run `run.sh` and follow the instructions.

## Address/Ports
| Service | Address/Ports |
|---------------|---------------------------|
| Ollama | http://localhost:11434 |
| ComfyUI | http://localhost:7860 |
| SearXNG | http://localhost:4000 |
| Open WebUI | http://localhost:3000 |

## Deployment
The run script will ask about your choice of deployment of various services listed above.
| Choice | Description |
|---------------|---------------------------------------------------------------|
| Local | Service would only accessible by browser on the local machine |
| Network | Service would be accessible by others on the network |

## Important Notes
### Login to Open WebUI
Open WebUI will show you login page at first. Just sign up and you'll be the admin of the Open WebUI.

### FLUX.1 Support
FLUX.1 VAE need to be downloaded manually because of HuggingFace login requirements.

[Download link and instructions](https://github.com/lslowmotion/stable-diffusion-webui-podman?tab=readme-ov-file#flux1-gguf)

VAE would need to be put in `stable-diffusion-webui-podman/data/models/VAE`

### Integrating ComfyUI Image Generation to Open WebUI
ComfyUI workflow would need to be set up first to be able to be used with Open WebUI.

[Setting Up Open WebUI with ComfyUI](https://docs.openwebui.com/tutorial/images#setting-up-open-webui-with-comfyui)