-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
[Bug]: After I upgraded to 1.5, I downgraded to version 1.4.1 again. This BUG appears when drawing TypeError: 'NoneType' object is not callable #12090
Comments
remove lycoris not needed any more |
Trying this now as it didn't upgrade after git pull- I didn't get any error messages but after working fine most of the day my positive prompts were being ignored using sdxl base though the styles still registered. I just put this in my webui user bat- git switch dev set PYTHON= "C:\Users\angry\anaconda3\python.exe" call webui.bat and it did this- D:\automatic1111>git switch dev From here- I took the git switch dev out of the user bat and reloaded after removing controlnet and a few other extensions due to errors- The UI retained the updated version without it. Working on |
Tk you |
Same problem here, didn't fully understand
but I'll try to do that once I have a little more time |
Just put this in your webui-user.bat or .sh on Linux like in my post, not the way your comment changed it for some reason. git switch dev But you probably have some bad extensions too. I uninstalled controlnet and reinstalled it a few days later and it was fine, but why I was saying you might want to do a separate install of automatic1111 just for running SDXL. |
Yeah my problem started after I installed SDXL demo extension. Then I updated A1111 and all the rest of the extensions, tried deleting venv folder, disabling SDXL demo in extension tab and your fix but still I get pretty much what OP got and "TypeError: 'NoneType' object is not callable" at the very end. Time taken: 1.76s Torch active/reserved: 471/508 MiB, Sys VRAM: 2063/11264 MiB (18.31%)" |
I never installed that, you don't need it, delete it. There are also new models and a VAE for sdxl specially made for Automatic1111 here. I suggest adding --no-half-vae to your command line args. https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#sd-xl |
I have no idea how to delete it but I'll try (Usually the extensions I install conveniently place themselves in a separate folder but this one seems to have gone all over the place, installing things) thank you for your help btw! |
Np- i would just create a new folder for automatic1111 and grab your stuff (models, templates, styles etc) out of the broken one and get rid of the broken installation. |
Is there an existing issue for this?
What happened?
[Bug]: After I upgraded to 1.5, I downgraded to version 1.4.1 again. This BUG appears when drawing TypeError: 'NoneType' object is not callable
Steps to reproduce the problem
[Bug]: After I upgraded to 1.5, I downgraded to version 1.4.1 again. This BUG appears when drawing TypeError: 'NoneType' object is not callable
What should have happened?
[Bug]: After I upgraded to 1.5, I downgraded to version 1.4.1 again. This BUG appears when drawing TypeError: 'NoneType' object is not callable
Version or Commit where the problem happens
1.4.1
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
Cross attention optimization
Automatic
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
[Bug]: After I upgraded to 1.5, I downgraded to version 1.4.1 again. This BUG appears when drawing TypeError: 'NoneType' object is not callable
List of extensions
[Bug]: After I upgraded to 1.5, I downgraded to version 1.4.1 again. This BUG appears when drawing TypeError: 'NoneType' object is not callable
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: