Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After the update, the webpage cannot save the picture #49

Closed
start1002 opened this issue Jan 1, 2023 · 5 comments
Closed

After the update, the webpage cannot save the picture #49

start1002 opened this issue Jan 1, 2023 · 5 comments
Labels
wontfix This will not be worked on

Comments

@start1002
Copy link

QQ截图20230101174454
QQ截图20230101174643
As shown in the figure, after the image is generated, it disappears, and the entire page stops responding. Clicking the Generate button again does not respond. How can I solve this problem?

PS: I can't speak English, so I can only use machine translation. I'm sorry if it bothers your reading.

@Cyberes
Copy link
Collaborator

Cyberes commented Jan 1, 2023

You just encountered the infamous Gradio bug. Basically, Gradio runs a reverse proxy service that connects your WebUI interface to the internet. Unfortunately, their proxy service is really shitty and can't proxy a file larger than 2MB. The WebUI program integrates ngrok to fix this issue.

Unfortunately, Paperspace locks your account for using any tunneling proxy service such as ngrok (who knows how many they explicitly ban). There is literally no easy solution for this. Personally, what I do is run a rathole server on a $5 DigitalOcean cloud VPS which I've had great success with. You've got to host your own server that Paperspace doesn't know about.

Here's some more tunneling proxy servers: https://github.com/anderspitman/awesome-tunneling

I'm sorry, but you're on your own with this.

https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace/blob/7b17e4965ad72f73dbf06b72b0158f94d8c48e68/docs/Tunneling%20Proxy%20for%20Paperspace.md

@Cyberes Cyberes closed this as completed Jan 1, 2023
@Cyberes Cyberes added the wontfix This will not be worked on label Jan 1, 2023
@Cyberes Cyberes pinned this issue Jan 1, 2023
@ShadeRedeye
Copy link

try rollback gradio in requirement file to 3.9 and it should be work.

@ShadeRedeye
Copy link

it's already fixed for me,try this new method that recently commit by auto, --gradio-queue,also to make sure remove --gradio-debug,since it break progress bar for ui

@Cyberes
Copy link
Collaborator

Cyberes commented Jan 27, 2023

I was wondering why the progress bar was broken!

@Cyberes Cyberes mentioned this issue Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants