Stability-AI / StableStudio

Community interface for generative AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Listen or Web Access on Tauri app

mediocreatmybest opened this issue · comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Since switching to Tauri, the ability to host within your own network and use on additional devices (tablets etc) is limited. As the application is now locked within a tauri implementation with WebView.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Having the ability to also run on headless servers, with --listen 0.0.0.0:3000 for example. Currently even though it's a web app, it requires GTK in Linux and only can be used as a desktop app.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Alternatives are just using comfyui as the network host, but StableStudio would be preferred as it's previously been fairly mobile friendly.

Additional context
Add any other context or screenshots about the feature request here.

Being able to to host within your own network using StableStudio similar to the previous version but with the added bonus of using ComfyUi as the backend.