-
Notifications
You must be signed in to change notification settings - Fork 41
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
'BasicTransformerBlock' object has no attribute '_args' #7
Comments
Please install the diffusers located in |
Thanks, that worked. I think FAQ instructions should be updated to include that diffusers should still be installed directly from the |
why i try it but it doesnot work |
Did you cd to the folder and use ./diffusers or . to install? Do not use |
thanks,i will try it |
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: