-
Notifications
You must be signed in to change notification settings - Fork 145
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
KeyError: 'sigmas' when on KSampler with SD1.5 #51
Comments
Please specify the ComfyUI version you are using. |
|
I cannot reproduce the issue. SDXL is fine because SDXL config does not use attention sharing. You can add a print call to check whether following line get called before the error:
|
The debug print appear to run once (line 233 |
Does the key error disappear? The new error seems to be the same as #52 |
Oh my! It did didn't it. That looks to be the same yes. Sorry for not looking more closely! |
For the CUDA error, you can try disasble xformers according to comfyanonymous/ComfyUI#2836 (comment) |
That did the trick! Thank you! Not sure what happened with my sigma error from above. Anyway, I'll close this now. Thanks again |
Hi again, actually this is still an issue I see. (The other issue threw me off.) Getting the same old Sigma errors when running the original workflow (plus others I've tried creating from scratch). FWIW I made sure to start the workflow from a fresh server startup. I was also able to get some to work so its seems a bit unpredictable/intermitten... |
When running the attached (or more elaborate) SD1.5 workflow using the
Layer Diffuse Apply
node, the KSampler stage errors out with the following output. When swapping models & relevant fields to SDXL this error does not occur.Please let me know what you can advise. Thank you!
The text was updated successfully, but these errors were encountered: