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
I have a radeon RX580 gpu and i installed onnxruntime and directml to run on my windows system, if i try to do txt2img without changing the dimensions of the picture it works just fine, but if i change the dimension of the picture or use img2img i always get errors like:
TypeError: 'OnnxRawPipeline' object is not callable
runtimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running Conv node. Name:'/encoder/conv_in/Conv' Status Message: D:\a_work\1\s\onnxruntime\core\providers\dml\DmlExecutionProvider\src\MLOperatorAuthorImpl.cpp(2482)\onnxruntime_pybind11_state.pyd!00007FFEF24EBDEF: (caller: 00007FFEF24ED5A1) Exception(9) tid(4a18) 80070057 The parameter is incorrect.
-or something with onnx can't finding temp, idk
i read a couple of disscusions on stackoverflow but it al doesnt make sense to me, can anyone help a noob out plz?
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 have a radeon RX580 gpu and i installed onnxruntime and directml to run on my windows system, if i try to do txt2img without changing the dimensions of the picture it works just fine, but if i change the dimension of the picture or use img2img i always get errors like:
-or something with onnx can't finding temp, idk
i read a couple of disscusions on stackoverflow but it al doesnt make sense to me, can anyone help a noob out plz?
Beta Was this translation helpful? Give feedback.
All reactions