stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: Expecting value: line 1 column 1 (char 0)

Open p-moon opened this issue 2 years ago • 7 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

image

Steps to reproduce the problem

python 3.10, run python launch.py --share

What should have happened?

....

Sysinfo

Linux brand-machine 6.2.0-32-generic #32~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 18 10:40:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

What browsers do you use to access the UI ?

Google Chrome

Console logs

(stable-diffusion-webui) ☁  stable-diffusion-webui [master] ⚡  python launch.py --share
Python 3.10.13 (main, Sep 11 2023, 13:44:35) [GCC 11.2.0]
Version: v1.6.0-12-gbb7ef0c1
Commit hash: bb7ef0c1e13c98b18138e9799a792fbfeca242d3
Launching Web UI with arguments: --share
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Loading weights [6ce0161689] from /data/develop/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors
Running on local URL:  http://127.0.0.1:7860
Creating model from config: /data/develop/stable-diffusion-webui/configs/v1-inference.yaml
Applying attention optimization: Doggettx... done.
Model loaded in 1.6s (load weights from disk: 0.4s, create model: 0.2s, apply weights to model: 0.9s).
Running on public URL: https://a562f29e73d19c496a.gradio.live

This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from Terminal to deploy to Spaces (https://huggingface.co/spaces)
Startup time: 18.6s (prepare environment: 0.7s, import torch: 1.0s, import gradio: 0.3s, setup paths: 0.3s, other imports: 0.2s, load scripts: 0.2s, create ui: 0.3s, gradio launch: 15.4s).

Additional information

No response

p-moon avatar Oct 09 '23 03:10 p-moon

I have same question, sysinfo: win11 10.0.22621,Z790PG Lightning, i7-13700k,nvidia rtx4070ti

Me-Maped avatar Oct 09 '23 07:10 Me-Maped

You can turn off the proxy server or add the --no-gradio-queue parameter. Try this #13003 and #9152 .

Ox2g avatar Oct 09 '23 14:10 Ox2g

thanks, it works

Me-Maped avatar Oct 10 '23 02:10 Me-Maped

I had this issue when I accidentally forwarded the same port twice. Killing an extra process resolved the issue.

dmitrijsk avatar Oct 13 '23 11:10 dmitrijsk

You can turn off the proxy server or add the --no-gradio-queue parameter. Try this #13003 and #9152 .

this cannot help for me in windows 11, rtx 4070

dorbodwolf avatar Sep 23 '24 15:09 dorbodwolf

You can turn off the proxy server or add the --no-gradio-queue parameter. Try this #13003 and #9152 . that works

Septemberlemon avatar Nov 02 '24 03:11 Septemberlemon

if ues proxy tool, set no_proxy env

export no_proxy="localhost,127.0.0.1,::1"

touchmii avatar Feb 12 '25 16:02 touchmii