You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Velesio AI Server is a web application aiming to provide a simple framework to host open source AI models, be it on-prem or in the cloud, which can be used by both Unity and Web Applications.
To access this in unity you can use the linked repos bellow, a unified unity integration for all of this app's services is currently under development and will soon be published to the Asset Store.
This has only been tested on NVIDIA GPUs with Cuda 12.2 and higher and is developed with that environment in mind.
🚀 Deployment Made Easy
🌐 Cloud Deployment with Runpod
Deploy effortlessly using the Runpod template. It's a plug-and-play solution for hosting in the cloud.
Install Docker Compose
Follow the official guide to set up Docker Compose.
Clone & Compose
git clone https://github.com/Velesio/Velesio-AIServer.git
cd Velesio-AIServer/velesio
docker compose up -d
Exposed Ports:
3000 - Vite frontend
1337 - Undream AI server
7860 - Stable Diffusion Automatic 1111 webserver
These ports are reverse-proxied through Nginx. Access control can be managed via the ALLOWLIST environment variables, as Runpod currently lacks built-in firewall functionality.