-
Notifications
You must be signed in to change notification settings - Fork 29
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
TypeError: xattn_forward_log() got an unexpected keyword argument 'additional_tokens #20
Comments
+1 |
I managed to make it run on SDXL but I don't know if it works correctly also it's using very dumb way to check if it's running SDXL, someone can come up a better way to detect it |
@AG-w , I'm trying to make your fix work, WebUI says it is installed in the extension tab, but nothing is displayed on the txt2img tab. Even after applying and restarting UI, and my runpod :/ Do you know of a fix ? |
Thanks for this! A small issue - there seems to be an indentation error here: |
+1. Have you solved it? |
Yes, simply remove the extra space at the start of line 50. |
oh thanks, I don't really know how to git |
extension does not work in A1111 v. 1.9.0, same error |
my fork still works on 1.9.x |
It only works if you have not previously used the patch provided in base SAG, deleting the extension won't fix the issue. You have to reinstall Auto1111 with the new SAG fork provided by AG-w to stop getting this error. |
Anytime I try to use SAG with a SDXL model I get this
TypeError: xattn_forward_log() got an unexpected keyword argument 'additional_tokens'
error message, and after that I cannot use SDXL models anymore, unless I restart the whole A1111-WebUI engine.The text was updated successfully, but these errors were encountered: