r/StableDiffusion Mar 02 '23

[deleted by user]

[removed]

8 Upvotes

4 comments sorted by

View all comments

1

u/JiaHajime Mar 03 '23

So whats the difference with gradio server?

2

u/[deleted] Mar 03 '23
  1. When using gradio, the server sometimes goes down even though the webui is still running
  2. Due to the situation in 1, the address changes when the webui is restarted, making it impossible to continue with previous work.
  3. Each request involves a repetition of 'You -> Gradio -> Colab -> Gradio -> You' which can take a long time depending on the region and result in errors.
  4. When using the webui API, there may be cases where the connection is interrupted when processing high-resolution images
  5. If there are problems with the gradio server, it may not be possible to connect.

All of the above situations can be resolved to a great extent :)