Replies: 1 comment
-
update: when I tried the third time the error looks like this: |
Beta Was this translation helpful? Give feedback.
-
update: when I tried the third time the error looks like this: |
Beta Was this translation helpful? Give feedback.
-
The device I chose was GPU, this is what happened:
OpenVINO Script: created model from config : C:\Users\yeemo\stable-diffusion-webui\configs\v1-inference.yaml
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [01:39<00:00, 4.95s/it]
{}
0%| | 0/20 [00:00<?, ?it/s]
*** Error completing request
*** Arguments: ('task(79cp8ra97700xkj)', '1000 people on the street', '', [], 20, 'DPM++ 2M Karras', 1, 1, 7, 512, 512, False, 0.7, 2, 'Latent', 0, 0, 0, 'Use same checkpoint', 'Use same sampler', '', '', [], <gradio.routes.Request object at 0x0000024B5F65EDD0>, 1, False, '', 0.8, -1, False, -1, 0, 0, 0, 'v1-inference.yaml', 'None', 'GPU', True, 'DPM++ 2M Karras', True, False, 'None', 0.8, False, False, 'positive', 'comma', 0, False, False, '', 1, '', [], 0, '', [], 0, '', [], True, False, False, False, 0, False) {}
Traceback (most recent call last):
File "C:\Users\yeemo\stable-diffusion-webui\modules\call_queue.py", line 57, in f
res = list(func(*args, **kwargs))
File "C:\Users\yeemo\stable-diffusion-webui\modules\call_queue.py", line 36, in f
res = func(*args, **kwargs)
File "C:\Users\yeemo\stable-diffusion-webui\modules\txt2img.py", line 52, in txt2img
processed = modules.scripts.scripts_txt2img.run(p, *args)
File "C:\Users\yeemo\stable-diffusion-webui\modules\scripts.py", line 601, in run
processed = script.run(p, *script_args)
File "C:\Users\yeemo\stable-diffusion-webui\scripts\openvino_accelerate.py", line 1228, in run
processed = process_images_openvino(p, model_config, vae_ckpt, p.sampler_name, enable_caching, openvino_device, mode, is_xl_ckpt, refiner_ckpt, refiner_frac)
File "C:\Users\yeemo\stable-diffusion-webui\scripts\openvino_accelerate.py", line 979, in process_images_openvino
output = shared.sd_diffusers_model(
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_stable_diffusion.py", line 840, in call
noise_pred = self.unet(
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\torch\nn\modules\module.py", line 1527, in _call_impl
return forward_call(*args, **kwargs)
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\torch_dynamo\eval_frame.py", line 328, in _fn
return fn(*args, **kwargs)
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\torch\nn\modules\module.py", line 1527, in _call_impl
return forward_call(*args, **kwargs)
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_condition.py", line 797, in forward
def forward(
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\torch_dynamo\eval_frame.py", line 328, in _fn
return fn(*args, **kwargs)
File "C:\Users\yeemo\stable-diffusion-webui\scripts\openvino_accelerate.py", line 203, in _call
res = execute_cached(compiled_model, *args)
File "C:\Users\yeemo\stable-diffusion-webui\scripts\openvino_accelerate.py", line 368, in execute_cached
res = compiled_model(ov_inputs)
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\openvino\runtime\ie_api.py", line 384, in call
return self._infer_request.infer(
File "C:\Users\yeemo\stable-diffusion-webui\venv\lib\site-packages\openvino\runtime\ie_api.py", line 143, in infer
return OVDict(super().infer(_data_dispatch(
RuntimeError: Exception from src\inference\src\infer_request.cpp:231:
clWaitForEvents
I don't understand what happened, please help me.
Beta Was this translation helpful? Give feedback.
All reactions