How to Access Settings and Generate Via Python And Instead of API #13899
Unanswered
CycloneRing
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm making a SD tool using C++, I found REST API very limiting, My SDUI includes many add-ons and tools, For example I want to do a remote generation using 4 layers of ControlNet (OpenPose, Depth, Normal, Canny) + 3 layers of ADetailer (Face, Person, Hands) and ReActor + SD Ultimate Upscaler Script.
In regular usage we set this all through sd web ui interface but how can it be done remotely with same result as interface?
I don't think REST API be capable of this right? Is there any way I can make my own custom REST API and do the rest in python to set those settings and return generation?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions