AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
142.7k stars 26.91k forks source link

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

Open p-moon opened 1 year ago

p-moon commented 1 year ago

Is there an existing issue for this?

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

Me-Maped commented 1 year ago

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

Ox2g commented 1 year ago

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

Me-Maped commented 1 year ago

thanks, it works

dmitrijsk commented 1 year ago

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

dorbodwolf commented 1 month ago

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

Septemberlemon commented 1 week ago

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