Closed harrywang closed 1 year ago
problem solved by changing --nowebui --cors-allow-origins=http://localhost:3000
to --nowebui --cors-allow-origins=http://127.0.0.1:3000
problem solved by changing
--nowebui --cors-allow-origins=http://localhost:3000
to--nowebui --cors-allow-origins=http://127.0.0.1:3000
@jtydhr88 @cruhl Please take a look at this and we may want to update the README for this?
this depends on where you view stablestudio in your browser, this would work if you visited via http://localhost:3000
this depends on where you view stablestudio in your browser, this would work if you visited via http://localhost:3000
I just tried http://localhost:3000/ and it did not work. Nevermind - I got a solution anyway :).
Describe the bug Cannot load model and sampler using A1111 backend
Seems to be CORS issue but WebUI is running with
--nowebui --cors-allow-origins=http://localhost:3000
(see log below).