This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Inpaint error [ONNXRuntimeError] #45
Unanswered
WalterShomer
asked this question in
Q&A
Replies: 2 comments
-
my bad, when gpu ram touches 100% it crashes |
Beta Was this translation helpful? Give feedback.
0 replies
-
For inpainting, you need to use the specific model for it. https://huggingface.co/runwayml/stable-diffusion-inpainting Legacy inpainting is if you want to use normal models. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
using inpaint gives the error below, since the logs creation i've installed the pip accelerate ( which wanted tensorboard to be installed which i did) but the error hasn't changed. tried DMPS and PNDM with and without legacy, tried to run cmd as admin aswell as different browsers
would appreciate any help as this is out my understanding
*rx 5700 tx (8gb)
the current versions
python 3.1
git 2.38.1.windows.1
pip 22.3.1
onnx 1.12.0
onnxruntime 1.13.1
the D:\a\ at the Status Message isn't a path that i have ,so just assuming its some temp thing
*edit this happens after i click generate ( there is an uploaded image with a mask painted in the inpaint )
*using stable diffusion 1.5 which was manually converted ( converter wanted pytorch-lightning to be installed to work, which i did )
`
Beta Was this translation helpful? Give feedback.
All reactions