SkillAgentSearch skills...

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/TostUI
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

🐣 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 />

Image <br /> Image

🍞 Local and 🍇 RunPod Templates

| Local | Pod | Serverless | Info | --- | --- | --- | --- | local | | | TostUI - Trellis 2 (Unreal Engine Compatible) local | | | TostUI - Song Generation (v1.5-beta - Min 24GB VRAM) local | | | TostUI - Song Generation (base-new - Min 14GB VRAM) local | | | TostUI - Flux.2 [dev] (8bit) local | pod | | TostUI - Qwen Image Edit 2511 (8bit) local | | | TostUI - GenFocus DeblurNet (8bit) local | | | TostUI - Wan 2.2 First Last Frame (8bit) local | pod | | TostUI - Trellis 2 local | | | TostUI - Tost Synth v1.0 (4K) local | | | TostUI - SeedVR2 local | | | TostUI - Z-Image-Turbo With LoRA local | | | TostUI - Z-Image-Turbo (4bit) local | pod | serverless | TostUI - Qwen Image Edit 2509 with LoRAs (8bit) local | pod | serverless | TostUI - Z-Image-Turbo with Upscaler (8bit) local | pod | serverless | 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)

  1. Install Docker
    Download Docker Desktop (Windows AMD64) and run it.

  2. Update the container (optional)

    docker stop tostengine-trellis2; docker rm tostengine-trellis2; docker pull camenduru/tostengine-trellis2
    
  3. Run the container

    docker run --gpus all -p 3000:3000 --name tostengine-trellis2 camenduru/tostengine-trellis2
    

    Requires NVIDIA GPU (Min 24GB VRAM)

  4. Open app
    Go to: http://localhost:3000

🍞 TostUI - Song Generation (v1.5-beta)

  1. Install Docker
    Download Docker Desktop (Windows AMD64) and run it.

  2. Update the container (optional)

    docker stop tostui-songgeneration-v1.5; docker rm tostui-songgeneration-v1.5; docker pull camenduru/tostui-songgeneration:v1.5
    
  3. Run the container

    docker run --gpus all -p 3000:3000 --name tostui-songgeneration-v1.5 camenduru/tostui-songgeneration:v1.5
    

    Requires NVIDIA GPU (Min 24GB VRAM)

  4. Open app
    Go to: http://localhost:3000

🍞 TostUI - Song Generation (base-new)

https://github.com/user-attachments/assets/40f9fc76-db11-423b-b2f2-1f39e01302d9

  1. Install Docker
    Download Docker Desktop (Windows AMD64) and run it.

  2. Update the container (optional)

    docker stop tostui-songgeneration; docker rm tostui-songgeneration; docker pull camenduru/tostui-songgeneration
    
  3. Run the container

    docker run --gpus all -p 3000:3000 --name tostui-songgeneration camenduru/tostui-songgeneration
    

    Requires NVIDIA GPU (Min 14GB VRAM)

  4. Open app
    Go to: http://localhost:3000

🍞 TostUI - Flux.2 [dev] (8bit)

Screenshot 2025-12-30 184354

  1. Install Docker
    Download Docker Desktop (Windows AMD64) and run it.

  2. Update the container (optional)

    docker stop tostui-flux-2-dev; docker rm tostui-flux-2-dev; docker pull camenduru/tostui-flux-2-dev
    
  3. Run the container

    docker run --gpus all -p 3000:3000 --name tostui-flux-2-dev camenduru/tostui-flux-2-dev
    

    Requires NVIDIA GPU (Min 24GB VRAM)

  4. Open app
    Go to: http://localhost:3000

🍞 TostUI - Qwen Image Edit 2511 (8bit)

https://github.com/user-attachments/assets/a5c76b73-60a0-4234-a944-ac3242725f9e

  1. Install Docker
    Download Docker Desktop (Windows AMD64) and run it.

  2. 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
    
  3. Run the container

    docker run --gpus all -p 3000:3000 --name tostui-qwen-image-edit-2511 camenduru/tostui-qwen-image-edit-2511
    

    Requires NVIDIA GPU (Min 24GB VRAM)

  4. Open app
    Go to: http://localhost:3000

🍞 TostUI - GenFocus DeblurNet (8bit)

Screenshot 2025-12-21 085935

  1. Install Docker
    Download Docker Desktop (Windows AMD64) and run it.

  2. Update the container (optional)

    docker stop tostui-genfocus; docker rm tostui-genfocus; docker pull camenduru/tostui-genfocus
    
  3. Run the container

    docker run --gpus all -p 3000:3000 --name tostui-genfocus camenduru/tostui-genfocus
    

    Requires NVIDIA GPU (Min 24GB VRAM)

  4. Open app
    Go to: http://localhost:3000

🍞 TostUI - Wan 2.2 First Last Frame (8bit)

  1. Install Docker
    Download Docker Desktop (Windows AMD64) and run it.

  2. 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
    
  3. Run the container

    docker run --gpus all -p 3000:3000 --name tostui-wan2-2-flf-8bit camenduru/tostui-wan2-2-flf-8bit
    

    Requires NVIDIA GPU (Min 24GB VRAM)

  4. Open app
    Go to: http://localhost:30

View on GitHub
GitHub Stars428
CategoryOperations
Updated1d ago
Forks38

Languages

TypeScript

Security Score

95/100

Audited on Mar 30, 2026

No findings