Skip to content
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

Bug - large non-batch-splittable convolutions #38

Open
mgscox opened this issue Nov 27, 2024 · 0 comments
Open

Bug - large non-batch-splittable convolutions #38

mgscox opened this issue Nov 27, 2024 · 0 comments

Comments

@mgscox
Copy link

mgscox commented Nov 27, 2024

When pushing the length up (very) high. Seems like this could be avoided;

ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\conv.py:720: UserWarning: cuDNN cannot be used for large non-batch-splittable convolutions if the V8 API is not enabled or before cuDNN version 9.3+. Consider upgrading cuDNN and/or enabling the V8 API for better efficiency. (Triggered internally at C:\actions-runner_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\Convolution.cpp:432.)
return F.conv3d(
Warning: Ran out of memory when regular VAE decoding, retrying with tiled VAE decoding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant