-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
AssertionError when run generate.ipynb with default parameter #120
Comments
Same problem here. Maybe huggingface updated their pretrained model? Did you find a solution? |
I encountered the same problem, I found the problem was caused by the account of parameters. Then I compared the parameters of sd and sd_hf. The problem seems to be caused by hugging face update |
Where did you add that line of code in model.py? |
My fix was the following in
|
The text was updated successfully, but these errors were encountered: