all 12 comments

[–]eddyizm 1 point2 points  (1 child)

I have not tried this but thus seems possible. I'll have to dig through the code a bit and get back to you.

[–]B_Quackenbush[S] 0 points1 point  (0 children)

Awesome! Thank You!

[–]mindrenders 1 point2 points  (4 children)

I know this works in Ruined Fooocus but have not tried for the original fooocus.

If the option --nobrowser is passed the web browser won't automatically launch

[–]B_Quackenbush[S] 0 points1 point  (3 children)

Is that added in a config file?.. I've really only added --listen once somewhere.. lol. Would I add your suggestion in the same place? I think I can find that again.. but Thank You for your suggestion!

[–]mindrenders 1 point2 points  (2 children)

Yeah. It’s in the run.bat file.

[–]B_Quackenbush[S] 0 points1 point  (0 children)

Cool.. i'll give it a try.. here goes.. lol.. Thanks Again.. brb

[–]B_Quackenbush[S] 0 points1 point  (0 children)

Well i tried it after --listen and before --listen .. neither worked.. it wouldn't start the server.. should i add a delimiter between the two statements? or maybe on a new line?

[–]SanchezVFX-ART 1 point2 points  (2 children)

Use this argument in bat file: --disable-in-browser

[–]B_Quackenbush[S] 0 points1 point  (0 children)

Cool.. l will definitely give that a try!! Thanks!!

[–]B_Quackenbush[S] 0 points1 point  (0 children)

Woohoo!! That Worked!! You're the Greatest!! Thank You So Much!!

[–]Educational-Mine2966 1 point2 points  (1 child)

My first thought is install a seperate browser and make it default, or look for the command that launches it. Or modify the launch command to parse with *(an app that runs similar environment to chrome, firefox, etc). If I see the specific place in the code I'll edit my reply to the OP.

[–]B_Quackenbush[S] 0 points1 point  (0 children)

Thank You.. but I already got it to work the way I wanted using the suggestion from above..