-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run on the android #2138
Comments
Since its aGradio App. It need to be started with the "--listen" Argument. It changes the Listen IP from localhost to 0.0.0.0 (Listen to all IP Interfaces) Then you can run it on Android / other Devices in the network via the Computer IP + port. But i didn´t found any points to add this args. The WebUI was modified =/ Maby someone can help here? |
I found what you need. Just edit the run.bat (or run_anime.bar/Run_realistic) and add --listen to the start command. That way the Gradio will listen to all IP´s and not just to 127.0.0.1. Example. your Computer IP is 192.168.1.35 (run cmd -> ipconfig to find your IP) Be aware that the access is not restricted to you only. Everyone in your Local Network will be able to access it. (not Internet. Unless you open the ports) Hope this helps you =) |
Why closed |
You need to run Fooocus on normal system with GPU with share/listen parameter. It`s the only option for "run on android" currently, afaik |
hi has installed it on the win10, but how to run it on the android? thanks
The text was updated successfully, but these errors were encountered: