-
Notifications
You must be signed in to change notification settings - Fork 916
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
torch compile issues #1122
Comments
einops 0.6.1 requires you to manually register its operators as compilable, which sd-scripts fails to do. |
Thank you for verification. |
[2024-02-24 05:02:51,702] [33/29] torch._dynamo.variables.higher_order_ops: [ERROR] self mismatch for bound method I’m also concerned about the continued occurrence of the above error while exec sdxl_train_network.py. Is this occurring in other environments? |
It should be noted that this is incompatible with other applications such as a1111 as it is, or it should be modified to remove orig_mod as explained above. |
I will update the version of |
#1024 (comment)
I have written about some errors with torch compile above, but there are currently two issues with the torch compile option:
I have been able to reproduce these issues in my local environment, but could someone please verify the situation in another environment?
The text was updated successfully, but these errors were encountered: