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: Script.postprocess() takes from 3 to 5 positional arguments but 6 were given #18

Closed
EmoryQ opened this issue Mar 6, 2023 · 2 comments

Comments

@EmoryQ
Copy link

EmoryQ commented Mar 6, 2023

Currently, the Posex extension doesn't show up, even when I click the "Send this image to ControlNet." checkbox.

But, I get this error in the console after every image generation, even if Posex isn't activated.

Error running postprocess: C:\SD\AUTOMATIC1111\stable-diffusion-webui\extensions\posex\scripts\posex.py
Traceback (most recent call last):
  File "C:\SD\AUTOMATIC1111\stable-diffusion-webui\modules\scripts.py", line 404, in postprocess
    script.postprocess(p, processed, *script_args)
TypeError: Script.postprocess() takes from 3 to 5 positional arguments but 6 were given
@hnmr293 hnmr293 closed this as completed in b4b381a Mar 6, 2023
@hnmr293
Copy link
Owner

hnmr293 commented Mar 6, 2023

Thank you for yout feedback.
Sorry, enbugged at 4ca2996.
I've fixed it.

@EmoryQ
Copy link
Author

EmoryQ commented Mar 6, 2023

Thanks, that fixed it for me too.

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

2 participants