ai-toolkit icon indicating copy to clipboard operation
ai-toolkit copied to clipboard

how to enable webpage access by IP instead of localhost in internal network.

Open hanetyb opened this issue 1 year ago • 1 comments
trafficstars

could please advise what arg i should use to enable web-page access.

it didn't work by listen or port. appreciate the help who knows the solution.

1726410175244

hanetyb avatar Sep 15 '24 14:09 hanetyb

I changed the last line of flux_train_ui.py to:

demo.launch(share=False, show_error=True, server_name="0.0.0.0")

entmike avatar Sep 17 '24 01:09 entmike