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

img2img fails with positional argument error. #146

Closed
fpt opened this issue May 3, 2023 · 1 comment
Closed

img2img fails with positional argument error. #146

fpt opened this issue May 3, 2023 · 1 comment

Comments

@fpt
Copy link
Contributor

fpt commented May 3, 2023

Describe the bug
When I press 'Start img2img' button on Krita, no result happens and the following error appears on the console running webui-users.bat.

Error completing request
Arguments: ('', 0, 'prompt here', '', 'None', <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=584x438 at 0x27A34B10A60>, None, None, None, None, <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=584x438 at 0x27A34B10A60>, None, 20, 0, 0, None, 1, False, False, 1, 1, 20.0, 0, 0.8, -1, -1, 0.0, 0, 0, False, 384, 512, 1, False, 0, False, '', '', '', [], 0) {}
Traceback (most recent call last):
  File "C:\Users\me\Documents\scratch\stable-diffusion-webui\modules\call_queue.py", line 57, in f
    res = list(func(*args, **kwargs))
  File "C:\Users\me\Documents\scratch\stable-diffusion-webui\modules\call_queue.py", line 37, in f
    res = func(*args, **kwargs)
TypeError: img2img() missing 1 required positional argument: 'override_settings_texts'

To Reproduce
Steps to reproduce the behavior:

  1. Launch Krita
  2. New image
  3. Select any region
  4. Press 'Start img2img'

Screenshots
none

Desktop (please complete the following information):

  • OS: Windows
  • WebUI commit revision 5ab7f213bec2f816f9c5644becb32eb72c8ffb89
  • Extension commit revision 1433721

Additional context
Add any other context about the problem here.

sysbite added a commit to sysbite/auto-sd-paint-ext that referenced this issue May 3, 2023
Interpause added a commit that referenced this issue May 3, 2023
@Interpause
Copy link
Owner

Was due to change to internal API by AUTOMATIC1111/stable-diffusion-webui#9108.

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