Skip to content

How can I host over local network? #1333

Answered by ItsJoshBrown
peteydidit asked this question in Q&A
Discussion options

You must be logged in to vote

@peteydidit
Just a user so take it with a grain of salt.

I can't say this is the correct way, but I had to keep experimenting until I was able to figure it out. What I ended up doing on my machine since I was set up similar to what you have I made a copy of one of the .bat files and changed it to this.

as an example, I changed my run_realistic.bat

Originally it was set to this.

.\python_embeded\python.exe -s Fooocus\entry_with_update.py --preset realistic
pause

I modified it to look like this.

.\python_embeded\python.exe -s Fooocus\entry_with_update.py --preset realistic --listen 192.168.X.X --port 7865
pause

changing 192.168.X.X to whatever IP your local machine is on.

You will also ha…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
6 replies
@mashb1t
Comment options

@Wontfallo
Comment options

@Rogala
Comment options

@mashb1t
Comment options

@Timevolt01
Comment options

Answer selected by mashb1t
Comment options

You must be logged in to vote
4 replies
@Rogala
Comment options

@shahafbenshaloom
Comment options

@Rogala
Comment options

@shahafbenshaloom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants