Closed PeterPHardus closed 1 year ago
I think this might be due to the -host
command line parameter having a trailing "/" at the end.
Instead of -host http://127.0.0.1:7860/
Try doing -host http://127.0.0.1:7860
I think this might be due to the
-host
command line parameter having a trailing "/" at the end.Instead of
-host http://127.0.0.1:7860/
Try doing
-host http://127.0.0.1:7860
This fixed the issue, Thanks!
Awesome, no problem, glad that it worked out. And thanks for the Github issue, since it might help others that encounter this issue.
Apologies as this is my first time in Github.
I've built both the Stable Diffusion instance and the discord bot and the bot is able to detect the host.
Unfortunately when it comes to actually generating through the bot using /imagine, the console outputs
I assume that the bot is able to detect the host but cannot seem to communicate with it.
Would appreciate help in troubleshooting