You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the code is attempting to retrieve the original arguments from the BasicTransformer block, but it seems to be unsuccessful syntactically.
I downloaded an unzipped the pretrained model to /pretrained and have an otherwise functional env.
The text was updated successfully, but these errors were encountered:
Thanks, that worked. I think FAQ instructions should be updated to include that diffusers should still be installed directly from the third-party/diffusers folder rather than from the source.
I can't run the full demo or the gradio demo because of the following error:
AttributeError: 'BasicTransformerBlock' object has no attribute '_args'
I understand that the code is attempting to retrieve the original arguments from the BasicTransformer block, but it seems to be unsuccessful syntactically.
I downloaded an unzipped the pretrained model to /pretrained and have an otherwise functional env.
The text was updated successfully, but these errors were encountered: