Image Generation tool settings #1624
Unanswered
Klinkenbergh
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
-
Im trying to get the Image Generation tool running in my cluster.
I have an internal backend service that runs a Gradio diffuser on
http://<backend>/gradio_api/infer
.The problem is that ChatUI, although connecting to the backend, makes wrong API calls.
The current config for the Image Generation tool is:
When testing, ChatUI first calls
/config
, which succeeds, but the call afterwards to/info
errors out, because/info
can only be called on/gradio_api/info
.My question is, is endpoint set to the actual API call function, which is
/gradio_api/call/infer
, or rather set the the gradio api endpoint/gradio_api
?Beta Was this translation helpful? Give feedback.
All reactions