Riccardo Giovanetti
Riccardo Giovanetti
I get the same error message for any and ALL installed Extensions when checking for updates (the following is just the first Traceback error for the first Extension being checked...
There seems to be already a bug fix for this issue: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/8118 And after I applied the changes to those two files the Check for Updates is working fine now.
I edited manually the two files: extensions.py inside \modules, and requirements_versions.txt https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/8118/files
Remember that when you will do a git pull of the SD Web UI installation to update it, you might need to delete or reinstate the old versions of those...
Has anybody looked into this issue? Tooltips are important for the usability of the program.
Hi @ClashSAN , sorry to bother you but I think this is an important feature not currently working properly, and @AUTOMATIC1111 is probably not aware of it or too busy....
Thank you @LizardMods , I read your bug report in the other repository and I will check your discovery in my local installation. It seems that what you found might...
I made a search for any hints.js file inside my \extensions folder and I found the following extensions:  Possibly, also the gif2gif extension might be a source of this...
I have created a PR on both Prompt Generator and gif2gif repositories. The solution was to rename the hints.js file and correct the code inside. I tested them in my...
My above two PRs have been accepted and merged, therefore I am closing this bug report.