save path
#407
Replies: 1 comment
-
I think you have submitted an asynchronous task. Since image generation usually takes a period of time, for the client, waiting is sometimes not necessary. The asynchronous task allows the client to leave immediately by returning the ID immediately, so that the result can be queried through the ID when needed. If it is necessary to wait for the result, a synchronous task can also be created, or polling through the ID. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I can tell, when you "query" an image, it gets saved on the server running Fooocus. Should it not be sent back to the source of the request? How is that achieved ?
Beta Was this translation helpful? Give feedback.
All reactions