ControlNet icon indicating copy to clipboard operation
ControlNet copied to clipboard

ValueError: Unknown scheme for proxy URL URL('socks://127.0.0.1:10801/')

Open tangyipeng100 opened this issue 2 years ago • 1 comments

python gradio_canny2image.py logging improved. Traceback (most recent call last): File "gradio_canny2image.py", line 6, in <module> import gradio as gr ... ValueError: Unknown scheme for proxy URL URL('socks://127.0.0.1:10801/') How to solve this problem in Ubuntu?

tangyipeng100 avatar Feb 27 '23 14:02 tangyipeng100

python gradio_canny2image.py logging improved. Traceback (most recent call last): File "gradio_canny2image.py", line 6, in <module> import gradio as gr ... ValueError: Unknown scheme for proxy URL URL('socks://127.0.0.1:10801/') How to solve this problem in Ubuntu?

I met the same problem and solved it. You should close the network proxy in the system settings, and restart a new terminal to run the comand

eezywu avatar Mar 05 '23 17:03 eezywu