Linaqruf / sd-notebook-collection

209 stars 42 forks source link

Getting an error "Exception: bad options item type: <class 'list'> for key quicksettings" #27

Open materosx opened 1 year ago

materosx commented 1 year ago

Worked great yesterday, but today I keep getting this error after running the "Start Cagliostro Colab UI" step, used the last commit but its the same err

materosx commented 1 year ago

Just wanted to say it works now, thanks

Ryuzhal commented 1 year ago

Just wanted to say it works now, thanks

how? i have same problem

Linaqruf commented 1 year ago

Sorry for the trouble caused by the latest commit. Auto1111 decided to change how quicksettings work by changing it to a List, while the stable Anapnoe's commit hash is using a string (an old way), which makes me need to double-check with the condition.

It should have been fixed with this commit: https://github.com/Linaqruf/sd-notebook-collection/commit/8a13dcea3da3a2fc00520d26a708ec43d3b7dac5. Please try it and let me know if there is something wrong.