-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StableDiffusion / Non-zero status code returned while running Add node. Name:'Add_221' #142
Comments
That;s an odd looking error coming from deep within I'll download that model and see if its a regression, been a while since I have used the version of the model I have this version on disk, and that seems to work ok following your steps I will check the other model now and update you with what I find EDIT: Downloaded a fresh copy of the model you used and it seemed to work fine Must be another cause, corrupt download? |
Downloaded the model from https://huggingface.co/TensorStack/stable-diffusion-v1-5-onnx Now getting slightly different error than above:
Device/CPU.: Kind of stuck at the moment as just a beginner in this ML.Net/Onnx/directML/etc. space. Thank you for your support. |
Unfortunately you GPU may not have enough VRAM for stable diffusion, at minimum you would need 3GB-4GB for a F16 model You can switch to CPU mode by using the CPU execution provider and see if that works
Its ok, I'm just learning ML too :) |
I was expecting better error reporting or help for troubleshooting from .Net framework and APIs built upon for ML. Situation seems not as much different from python platforms. Tried for Execution Provider CPU only to see similar problem; not copying detail here as I think, based on your response, I better first get hardware/software platform in order for ML on windows/,net. Based on your learning so far, could you suggest/refer to requirements for platform (laptop, cpu, gpu, ram, windows os, etc) as developer to explore ML in general and ML.Net space in particular? Good luck on your learning ride! Thank you. |
While trying Basic Stable Diffusion Example of https://www.nuget.org/packages/OnnxStack.StableDiffusion, at the following line in the code:
Following exception is raised:
To reproduce:
Platform
The text was updated successfully, but these errors were encountered: