TostUI
This project is a collection of Docker-based web user interfaces designed to easily run various state-of-the-art generative AI models locally. It simplifies the deployment of these AI tools by packaging them into ready-to-use containers with accessible front-end controls.
Install / Use
/learn @camenduru/TostUIREADME
🐣 Please follow me for new updates https://x.com/camenduru <br /> 🔥 Please join our discord server https://discord.gg/k5BwmmvJJU <br /> 🥳 Please become my sponsor https://github.com/sponsors/camenduru <br />
🍞 Tost UI
☁︎ Cloud Service: https://ui.tost.ai <br />
<br />
🍞 Local and 🍇 RunPod Templates
| Local | Pod | Serverless | Info
| --- | --- | --- | --- |
| | | TostUI - Trellis 2 (Unreal Engine Compatible)
| | | TostUI - Song Generation (v1.5-beta - Min 24GB VRAM)
| | | TostUI - Song Generation (base-new - Min 14GB VRAM)
| | | TostUI - Flux.2 [dev] (8bit)
|
| | TostUI - Qwen Image Edit 2511 (8bit)
| | | TostUI - GenFocus DeblurNet (8bit)
| | | TostUI - Wan 2.2 First Last Frame (8bit)
|
| | TostUI - Trellis 2
| | | TostUI - Tost Synth v1.0 (4K)
| | | TostUI - SeedVR2
| | | TostUI - Z-Image-Turbo With LoRA
| | | TostUI - Z-Image-Turbo (4bit)
|
|
| TostUI - Qwen Image Edit 2509 with LoRAs (8bit)
|
|
| TostUI - Z-Image-Turbo with Upscaler (8bit)
|
|
| TostUI - Wan 2.2 Image to Video (8bit)
All services were tested with an RTX 3090, RTX 4090, and RTX 5090.
🍞 TostUI - Trellis 2 (Unreal Engine Compatible)
-
Install Docker
Download Docker Desktop (Windows AMD64) and run it. -
Update the container (optional)
docker stop tostengine-trellis2; docker rm tostengine-trellis2; docker pull camenduru/tostengine-trellis2 -
Run the container
docker run --gpus all -p 3000:3000 --name tostengine-trellis2 camenduru/tostengine-trellis2Requires NVIDIA GPU (Min 24GB VRAM)
-
Open app
Go to: http://localhost:3000
🍞 TostUI - Song Generation (v1.5-beta)
-
Install Docker
Download Docker Desktop (Windows AMD64) and run it. -
Update the container (optional)
docker stop tostui-songgeneration-v1.5; docker rm tostui-songgeneration-v1.5; docker pull camenduru/tostui-songgeneration:v1.5 -
Run the container
docker run --gpus all -p 3000:3000 --name tostui-songgeneration-v1.5 camenduru/tostui-songgeneration:v1.5Requires NVIDIA GPU (Min 24GB VRAM)
-
Open app
Go to: http://localhost:3000
🍞 TostUI - Song Generation (base-new)
https://github.com/user-attachments/assets/40f9fc76-db11-423b-b2f2-1f39e01302d9
-
Install Docker
Download Docker Desktop (Windows AMD64) and run it. -
Update the container (optional)
docker stop tostui-songgeneration; docker rm tostui-songgeneration; docker pull camenduru/tostui-songgeneration -
Run the container
docker run --gpus all -p 3000:3000 --name tostui-songgeneration camenduru/tostui-songgenerationRequires NVIDIA GPU (Min 14GB VRAM)
-
Open app
Go to: http://localhost:3000
🍞 TostUI - Flux.2 [dev] (8bit)
-
Install Docker
Download Docker Desktop (Windows AMD64) and run it. -
Update the container (optional)
docker stop tostui-flux-2-dev; docker rm tostui-flux-2-dev; docker pull camenduru/tostui-flux-2-dev -
Run the container
docker run --gpus all -p 3000:3000 --name tostui-flux-2-dev camenduru/tostui-flux-2-devRequires NVIDIA GPU (Min 24GB VRAM)
-
Open app
Go to: http://localhost:3000
🍞 TostUI - Qwen Image Edit 2511 (8bit)
https://github.com/user-attachments/assets/a5c76b73-60a0-4234-a944-ac3242725f9e
-
Install Docker
Download Docker Desktop (Windows AMD64) and run it. -
Update the container (optional)
docker stop tostui-qwen-image-edit-2511; docker rm tostui-qwen-image-edit-2511; docker pull camenduru/tostui-qwen-image-edit-2511 -
Run the container
docker run --gpus all -p 3000:3000 --name tostui-qwen-image-edit-2511 camenduru/tostui-qwen-image-edit-2511Requires NVIDIA GPU (Min 24GB VRAM)
-
Open app
Go to: http://localhost:3000
🍞 TostUI - GenFocus DeblurNet (8bit)
-
Install Docker
Download Docker Desktop (Windows AMD64) and run it. -
Update the container (optional)
docker stop tostui-genfocus; docker rm tostui-genfocus; docker pull camenduru/tostui-genfocus -
Run the container
docker run --gpus all -p 3000:3000 --name tostui-genfocus camenduru/tostui-genfocusRequires NVIDIA GPU (Min 24GB VRAM)
-
Open app
Go to: http://localhost:3000
🍞 TostUI - Wan 2.2 First Last Frame (8bit)
-
Install Docker
Download Docker Desktop (Windows AMD64) and run it. -
Update the container (optional)
docker stop tostui-wan2-2-flf-8bit; docker rm tostui-wan2-2-flf-8bit; docker pull camenduru/tostui-wan2-2-flf-8bit -
Run the container
docker run --gpus all -p 3000:3000 --name tostui-wan2-2-flf-8bit camenduru/tostui-wan2-2-flf-8bitRequires NVIDIA GPU (Min 24GB VRAM)
-
Open app
Go to: http://localhost:30
