GUI slows down on local network after one generation #1843
-
I added a —listen parameter to the webguiuser file so that I can access the app on my iPad locally while I’m running it from my PC and everything is working fine until I do a generation. Afterward the app slows down and even typing or deleting a single letter can take 10-30 seconds…each! Any idea why this might be happening? Is there a fix for this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
It's a problem with Gradio, it passes images as data (more info here) streams instead of links to local files. That, specially for data:image, can be really slow on weaker devices, such an iPad or an android tab/phone. |
Beta Was this translation helpful? Give feedback.
-
If it's the same issue as #232, then this should be resolved by gradio-app/gradio#2265 |
Beta Was this translation helpful? Give feedback.
If it's the same issue as #232, then this should be resolved by gradio-app/gradio#2265