Skip to content
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

Open
xqqcylh6780 opened this issue Jul 24, 2023 · 7 comments
Open

bug: TypeError: 'NoneType' object is not iterabl #184

xqqcylh6780 opened this issue Jul 24, 2023 · 7 comments

Comments

@xqqcylh6780
Copy link

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
QQ截图20230725031818

@CharlesMod
Copy link

+1, I'm getting this as well

@CharlesMod
Copy link

Fixed it by installing scikit-image:

pip install scikit-image==0.19.2 --no-cache-dir

@xqqcylh6780
Copy link
Author

通过安装scikit映像来修复它:

pip install scikit-image==0.19.2 --no-cache-dir

I have tried and still reported an error. Can you fix it this way

@xqqcylh6780
Copy link
Author

I have tried, but it's still this error. Can you fix it this way

@CharlesMod
Copy link

Hm seems I spoke too soon, I wasn't able to install scikit-image as I intended, building it fails...

@xqqcylh6780
Copy link
Author

嗯,看来我说得太早了,我无法按照我的意图安装 scikit-image,构建它失败了......

But this error doesn't seem to affect it, it should be negligible

@P-Chao
Copy link

P-Chao commented Jan 29, 2024

The same error

`*** Error running setup: /home/pengchao/workspace/stable-diffusion-webui-mov2mov/modules/processing_scripts/refiner.py
Traceback (most recent call last):
File "/home/pengchao/workspace/stable-diffusion-webui-mov2mov/modules/scripts.py", line 840, in setup_scrips
script.setup(p, *script_args)
TypeError: ScriptRefiner.setup() takes 5 positional arguments but 144 were given


*** Error running setup: /home/pengchao/workspace/stable-diffusion-webui-mov2mov/modules/processing_scripts/seed.py
Traceback (most recent call last):
File "/home/pengchao/workspace/stable-diffusion-webui-mov2mov/modules/scripts.py", line 840, in setup_scrips
script.setup(p, *script_args)
TypeError: ScriptSeed.setup() takes 8 positional arguments but 144 were given


*** Error running before_process: /home/pengchao/workspace/stable-diffusion-webui-mov2mov/extensions-builtin/extra-options-section/scripts/extra_options_section.py
Traceback (most recent call last):
File "/home/pengchao/workspace/stable-diffusion-webui-mov2mov/modules/scripts.py", line 710, in before_process
script.before_process(p, *script_args)
File "/home/pengchao/workspace/stable-diffusion-webui-mov2mov/extensions-builtin/extra-options-section/scripts/extra_options_section.py", line 63, in before_process
for name, value in zip(self.setting_names, args):
TypeError: 'NoneType' object is not iterable

---`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants