lshqqytiger / stable-diffusion-webui-amdgpu

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

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

Open Clarkcuihc opened 5 months ago

Clarkcuihc commented 5 months ago

Checklist

What happened?

Start the webui, I can enter the interface, but it will throw an error .\AI\stable-diffusion-webui-directml\modules\ui.py:1326: GradioDeprecationWarning: Thestylemethod is deprecated. Please set these arguments in the constructor instead. with gr.Row().style(equal_height=False): .\AI\stable-diffusion-webui-directml\modules\ui.py:1448: GradioDeprecationWarning: Thestylemethod is deprecated. Please set these arguments in the constructor instead. with gr.Row().style(equal_height=False)

Steps to reproduce the problem

  1. pip install -r requirements.txt
  2. pip install httpx==0.24.1

What should have happened?

still error

What browsers do you use to access the UI ?

Google Chrome

Sysinfo

sysinfo-2024-01-13-02-28.json

Console logs

D:\AI\stable-diffusion-webui-directml\modules\ui.py:1326: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  with gr.Row().style(equal_height=False):
D:\AI\stable-diffusion-webui-directml\modules\ui.py:1448: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  with gr.Row().style(equal_height=False):
Running on local URL:  http://127.0.0.1:7860

Additional information

No response