-
Notifications
You must be signed in to change notification settings - Fork 63
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: TypeError: 'NoneType' object is not iterabl #184
Comments
+1, I'm getting this as well |
Fixed it by installing scikit-image:
|
I have tried and still reported an error. Can you fix it this way |
I have tried, but it's still this error. Can you fix it this way |
Hm seems I spoke too soon, I wasn't able to install scikit-image as I intended, building it fails... |
But this error doesn't seem to affect it, it should be negligible |
The same error `*** Error running setup: /home/pengchao/workspace/stable-diffusion-webui-mov2mov/modules/processing_scripts/refiner.py *** Error running setup: /home/pengchao/workspace/stable-diffusion-webui-mov2mov/modules/processing_scripts/seed.py *** Error running before_process: /home/pengchao/workspace/stable-diffusion-webui-mov2mov/extensions-builtin/extra-options-section/scripts/extra_options_section.py ---` |
I ran into this problem, please how to solve it:
*** Error running before_process: E:\sdwebui\stable-diffusion-webui\extensions-builtin\extra-options-section\scripts\extra_options_section.py
Traceback (most recent call last):
File "E:\sdwebui\stable-diffusion-webui\modules\scripts.py", line 466, in before_process
script.before_process(p, *script_args)
File "E:\sdwebui\stable-diffusion-webui\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 iterabl
The text was updated successfully, but these errors were encountered: