Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lslowmotion/ollama-web-podman
- Owner: lslowmotion
- License: gpl-3.0
- Created: 2024-09-07T08:22:33.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-14T14:30:13.000Z (2 months ago)
- Last Synced: 2024-10-19T22:21:12.153Z (about 1 month ago)
- Topics: comfyui, flux, ollama, podman, searxng, stable-diffusion
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)