Linaqruf / sd-notebook-collection

210 stars 43 forks source link

TypeError: 'NoneType' object is not iterable #48

Closed LukeOvermind closed 1 year ago

LukeOvermind commented 1 year ago

Hi, with every generation I am getting this error. Does not look like it has any negative effect on the performance or the generations. Just thought I will bring it to your attention.

** Error running before_process: /content/cagliostro-colab-ui/extensions-builtin/extra-options-section/scripts/extra_options_section.py Traceback (most recent call last): File "/content/cagliostro-colab-ui/modules/scripts.py", line 467, in before_process script.before_process(p, script_args) File "/content/cagliostro-colab-ui/extensions-builtin/extra-options-section/scripts/extra_options_section.py", line 40, in before_process for name, value in zip(self.setting_names, args): TypeError: 'NoneType' object is not iterable

pseudokawaii commented 1 year ago

Just delete /content/cagliostro-colab-ui/extensions-builtin/extra-options-section folder.

!rm -rf /content/cagliostro-colab-ui/extensions-builtin/extra-options-section

Note: It's just a temporary fix, do this only if you don't use this feature.

LukeOvermind commented 1 year ago

thanks my guy!