Open andyhebear opened 6 months ago
webui-user add --no-gradio-queue
and then click Generate show error
To create a public link, set share=True
in launch()
.
Startup time: 3.8s (prepare environment: 5.3s, initialize shared: 0.8s, load scripts: 0.6s, create ui: 0.4s, gradio launch: 0.2s).
Applying attention optimization: InvokeAI... done.
Model loaded in 2.2s (create model: 0.6s, apply weights to model: 1.4s, calculate empty prompt: 0.1s).
5%|████▏ | 1/20 [00:08<02:34, 8.13s/it]
Error completing request | 0/20 [00:00<?, ?it/s]
Arguments: ('task(t5zuwj0a6wxjabn)', <gradio.routes.Request object at 0x0000017AC5573550>, 'cat', '', [], 1, 1, 7, 512, 512, False, 0.7, 2, 'Latent', 0, 0, 0, 'Use same checkpoint', 'Use same sampler', 'Use same scheduler', '', '', [], 0, 20, 'DPM++ 2M', 'Automatic', False, '', 0.8, -1, False, -1, 0, 0, 0, False, False, 'positive', 'comma', 0, False, False, 'start', '', 1, '', [], 0, '', [], 0, '', [], True, False, False, False, False, False, False, 0, False) {}
Traceback (most recent call last):
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\call_queue.py", line 57, in f
res = list(func(*args, kwargs))
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\call_queue.py", line 36, in f
res = func(*args, kwargs)
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\txt2img.py", line 109, in txt2img
processed = processing.process_images(p)
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\processing.py", line 847, in process_images
res = process_images_inner(p)
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\processing.py", line 1075, in process_images_inner
samples_ddim = p.sample(conditioning=p.c, unconditional_conditioning=p.uc, seeds=p.seeds, subseeds=p.subseeds, subseed_strength=p.subseed_strength, prompts=p.prompts)
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\processing.py", line 1422, in sample
samples = self.sampler.sample(self, x, conditioning, unconditional_conditioning, image_conditioning=self.txt2img_image_conditioning(x))
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\sd_samplers_kdiffusion.py", line 221, in sample
samples = self.launch_sampling(steps, lambda: self.func(self.model_wrap_cfg, x, extra_args=self.sampler_extra_args, disable=False, callback=self.callback_state, extra_params_kwargs))
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\sd_samplers_common.py", line 272, in launch_sampling
return func()
File "C:\PhotoShop\AI\SD-Webui-AmdGpu\modules\sd_samplers_kdiffusion.py", line 221, in
call webui.bat --skip-torch-cuda-test --use-directml --no-gradio-queue
Whats your GPU?
Checklist
What happened?
in browser http://127.0.0.1:7860/ intput cat then click Generate and show error in web Error Expecting value: line 1 column 1 (char 0). but in console not show error, and then cann't genarate image
Steps to reproduce the problem
in browser http://127.0.0.1:7860/ click Generate and show error in web Error Expecting value: line 1 column 1 (char 0)
What should have happened?
in browser http://127.0.0.1:7860/ click Generate and show error in web Error Expecting value: line 1 column 1 (char 0)
What browsers do you use to access the UI ?
No response
Sysinfo
windows 10
Console logs
Additional information
No response