Skip to content
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

ruinedfooocus using same port as stable diffusion 127.0.0.1:7860 #184

Open
vampireprincess opened this issue Sep 29, 2024 · 1 comment
Open

Comments

@vampireprincess
Copy link

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! 🌟

@vampireprincess
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant