BoltzmannEntropy / xtts2-ui

A User Interface for XTTS-2 Text-Based Voice Cloning using only 10 seconds of speech
MIT License
242 stars 40 forks source link

Feature: Run on local with an option listen=True #20

Closed Coriolan-Bataille closed 3 months ago

Coriolan-Bataille commented 7 months ago

At the moment, xtts2-ui can be launch on http://127.0.0.1:7865 or with a public url via the option share=True. Port forwarding create lot of issues. Is there any way to configure to be accessible on the local network? or add the option listen=True.

Thx for sharing with the community your amazing work, best regards, Cory

BoltzmannEntropy commented 7 months ago

If I understand you correctly, you can change the bind address to 0.0.0.0 and then use your local IP to access it over from another computer on the same network.