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

[Bug]: --share not work with paperspace #15638

Open
4 of 6 tasks
roxas1212 opened this issue Apr 27, 2024 · 1 comment
Open
4 of 6 tasks

[Bug]: --share not work with paperspace #15638

roxas1212 opened this issue Apr 27, 2024 · 1 comment
Labels
gradio Items related specifically to Gradio (user interface library). May or may not be upstream issues. upstream Issue or feature that must be resolved upstream

Comments

@roxas1212
Copy link

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

--share does not produce the correct link

Steps to reproduce the problem

Start WebUI

What should have happened?

Correct output link

What browsers do you use to access the UI ?

Google Chrome

Sysinfo

!python3.10 launch.py --share --xformers --enable-insecure-extension-access --gradio-queue --no-half-vae --opt-channelslast --theme dark

Console logs

Running on local URL:  http://127.0.0.1:7860

Could not create share link. Missing file: /usr/local/lib/python3.10/dist-packages/gradio/frpc_linux_amd64_v0.2. 

Please check your internet connection. This can happen if your antivirus software blocks the download of this file. You can install manually by following these steps: 

1. Download this file: https://cdn-media.huggingface.co/frpc-gradio-0.2/frpc_linux_amd64
2. Rename the downloaded file to: frpc_linux_amd64_v0.2
3. Move the file to this location: /usr/local/lib/python3.10/dist-packages/gradio
Startup time: 8.3s (prepare environment: 1.5s, import torch: 2.4s, import gradio: 0.8s, setup paths: 1.2s, initialize shared: 0.1s, other imports: 0.6s, load scripts: 0.5s, create ui: 0.4s, gradio launch: 0.7s).
Applying attention optimization: xformers... done.
Model loaded in 6.3s (create model: 1.2s, apply weights to model: 3.8s, calculate empty prompt: 0.9s).

Additional information

I cannot find "/usr/local/lib/python3.10/dist-packages/gradio" How to fix it?

@roxas1212 roxas1212 added the bug-report Report of a bug, yet to be confirmed label Apr 27, 2024
@missionfloyd missionfloyd added upstream Issue or feature that must be resolved upstream gradio Items related specifically to Gradio (user interface library). May or may not be upstream issues. and removed bug-report Report of a bug, yet to be confirmed labels Apr 27, 2024
@missionfloyd
Copy link
Collaborator

That would be a gradio issue.
https://github.com/gradio-app/gradio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gradio Items related specifically to Gradio (user interface library). May or may not be upstream issues. upstream Issue or feature that must be resolved upstream
Projects
None yet
Development

No branches or pull requests

2 participants