You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I want to say a big thank you to the devs and community for this amazing project—I’m really loving RuinedFooocus! 💖
I’ve run into a small issue where RuinedFooocus is trying to open on the same URL (127.0.0.1:7860) as my Stable Diffusion instance, which causes a bit of a conflict. I was wondering if anyone could kindly guide me on how to change the port for RuinedFooocus to avoid this overlap.
I’ve tried looking around but didn’t find any clear instructions, so any advice or help would be greatly appreciated! 😊🙏
Thanks so much in advance, and I hope you all have a fantastic day! 🌟
The text was updated successfully, but these errors were encountered:
I figured it out I changed the code in run.bat to the following code .\python_embeded\python.exe -s RuinedFooocus\entry_with_update.py --port 7861 pause
I also wanted to implement the --theme dark by further modification, which I used successfully in fooocus, but here is not working
.\python_embeded\python.exe -s RuinedFooocus\entry_with_update.py --port 7861 --theme dark pause
this is the error I getting "entry_with_update.py: error: unrecognized arguments: --theme dark"
but when I add manually after I open the URL port the /?__theme=dark, then its working, which is strange because it works the same way in fooocus. I want to prevent always manually adding /?__theme=dark when I open the RF
First of all, I want to say a big thank you to the devs and community for this amazing project—I’m really loving RuinedFooocus! 💖
I’ve run into a small issue where RuinedFooocus is trying to open on the same URL (127.0.0.1:7860) as my Stable Diffusion instance, which causes a bit of a conflict. I was wondering if anyone could kindly guide me on how to change the port for RuinedFooocus to avoid this overlap.
I’ve tried looking around but didn’t find any clear instructions, so any advice or help would be greatly appreciated! 😊🙏
Thanks so much in advance, and I hope you all have a fantastic day! 🌟
The text was updated successfully, but these errors were encountered: