Replies: 3 comments 1 reply
-
Yeah 50 steps is probably ridiculous takes about 30 minutes to render one image :D |
Beta Was this translation helpful? Give feedback.
-
I updated the OP it should have more details now. |
Beta Was this translation helpful? Give feedback.
-
Lively is a native application built using C# and not JS. Whether its api key/local instance- needs to be easy to use (no api key creation/plug n play) otherwise it would create too many support questions and become troublesome. The current depth creation is run in-app using onnx, similar approach is possible for stable-diffusion. |
Beta Was this translation helpful? Give feedback.
-
Just started this idea with ChatGPT
though I am still getting CORS errors when connecting to the SD endpoint.Stable Diffusion should be started with
python launch.py --api --cors-allow-origins="*"
Then just use
npx http-server
to host the web page.The curl is
Some things todo/idea that I don't know how to do yet.
Beta Was this translation helpful? Give feedback.
All reactions