You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
I've been following the installation instructions all fine until now, generated an image just fine without any prompts in the command window, but when i try to test with a promt i get this error:
4%|███▏ | 1/26 [00:12<05:01, 12.04s/it]
Traceback (most recent call last):
File "C:\Users\Wilfried\Desktop\stable_diff\txt2img_onnx.py", line 99, in
images = pipe(
File "C:\Users\Wilfried\Desktop\stable_diff\virtualenv\lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_onnx_stable_diffusion.py", line 273, in call
noise_pred = self.unet(sample=latent_model_input, timestep=timestep, encoder_hidden_states=prompt_embeds)
File "C:\Users\Wilfried\Desktop\stable_diff\virtualenv\lib\site-packages\diffusers\pipelines\onnx_utils.py", line 60, in call
return self.model.run(None, inputs)
File "C:\Users\Wilfried\Desktop\stable_diff\virtualenv\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 200, in run
return self._sess.run(output_names, input_feed, run_options)
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : D:\a_work\1\s\onnxruntime\core\providers\dml\DmlExecutionProvider\src\DmlCommandRecorder.cpp(376)\onnxruntime_pybind11_state.pyd!00007FF81F4300EB: (caller: 00007FF81F3624E4) Exception(1) tid(2b18) 887A0006 The GPU will not respond to more commands, most likely because of an invalid command passed by the calling application.
Tried using the UI to generate from a prompt but to no surprise it gives out the same error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been following the installation instructions all fine until now, generated an image just fine without any prompts in the command window, but when i try to test with a promt i get this error:
4%|███▏ | 1/26 [00:12<05:01, 12.04s/it]
Traceback (most recent call last):
File "C:\Users\Wilfried\Desktop\stable_diff\txt2img_onnx.py", line 99, in
images = pipe(
File "C:\Users\Wilfried\Desktop\stable_diff\virtualenv\lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_onnx_stable_diffusion.py", line 273, in call
noise_pred = self.unet(sample=latent_model_input, timestep=timestep, encoder_hidden_states=prompt_embeds)
File "C:\Users\Wilfried\Desktop\stable_diff\virtualenv\lib\site-packages\diffusers\pipelines\onnx_utils.py", line 60, in call
return self.model.run(None, inputs)
File "C:\Users\Wilfried\Desktop\stable_diff\virtualenv\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 200, in run
return self._sess.run(output_names, input_feed, run_options)
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : D:\a_work\1\s\onnxruntime\core\providers\dml\DmlExecutionProvider\src\DmlCommandRecorder.cpp(376)\onnxruntime_pybind11_state.pyd!00007FF81F4300EB: (caller: 00007FF81F3624E4) Exception(1) tid(2b18) 887A0006 The GPU will not respond to more commands, most likely because of an invalid command passed by the calling application.
Tried using the UI to generate from a prompt but to no surprise it gives out the same error.
Beta Was this translation helpful? Give feedback.
All reactions