We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error occurred when executing KSampler:
shape '[5, 320, 64, 64]' is invalid for input of size 5242880
File "/Users/OnLing/ComfyUI/execution.py", line 224, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
This seems to be a race condition, I was able to have runs without it. In the example workflow try lowering the "Upscale Image" resolution to 512x512
Sorry, something went wrong.
No branches or pull requests
Error occurred when executing KSampler:
shape '[5, 320, 64, 64]' is invalid for input of size 5242880
File "/Users/OnLing/ComfyUI/execution.py", line 224, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: