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

Scripts fail in Img2Img and Inpaint #118

Open
asakleiman opened this issue Feb 9, 2023 · 3 comments
Open

Scripts fail in Img2Img and Inpaint #118

asakleiman opened this issue Feb 9, 2023 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@asakleiman
Copy link

Running scripts in Img2Img and Inpaint fails consistently. Win10. Here's the error it returns:

Traceback (most recent call last):
File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\modules\call_queue.py", line 56, in f
res = list(func(*args, **kwargs))
File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\modules\call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\modules\img2img.py", line 167, in img2img
processed = modules.scripts.scripts_img2img.run(p, *args)
File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\modules\scripts.py", line 376, in run
processed = script.run(p, *script_args)
File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\scripts\xyz_grid.py", line 586, in run
processed, sub_grids = draw_xyz_grid(
TypeError: cannot unpack non-iterable Processed object

auto-sd-paint-ext:WARNING: Interrupted!
auto-sd-paint-ext:WARNING: Interrupted!
WARNING:auto-sd-paint-ext:Interrupted!
Screenshots
image
image

  • Win10
  • WebUI: says '', did not use git to install Automatic1111
  • autoSD paint: 2358931
@Interpause Interpause self-assigned this Feb 12, 2023
@Dartterious
Copy link

Can confirm I've received the same error
image

@Interpause
Copy link
Owner

Interpause commented Mar 5, 2023

Can confirm I've received the same error image

This seems to be a different error regarding upstream change to scripts. See #135.

@Interpause
Copy link
Owner

Running scripts in Img2Img and Inpaint fails consistently. Win10. Here's the error it returns:

Traceback (most recent call last): File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\modules\call_queue.py", line 56, in f res = list(func(*args, **kwargs)) File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\modules\call_queue.py", line 37, in f res = func(*args, **kwargs) File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\modules\img2img.py", line 167, in img2img processed = modules.scripts.scripts_img2img.run(p, *args) File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\modules\scripts.py", line 376, in run processed = script.run(p, *script_args) File "E:\Automatic1111-StableDiffusionUI\stable-diffusion-webui-master\scripts\xyz_grid.py", line 586, in run processed, sub_grids = draw_xyz_grid( TypeError: cannot unpack non-iterable Processed object

auto-sd-paint-ext:WARNING: Interrupted! auto-sd-paint-ext:WARNING: Interrupted! WARNING:auto-sd-paint-ext:Interrupted! Screenshots image image

* Win10

* WebUI: says '', did not use git to install Automatic1111

* autoSD paint: [2358931](https://github.com/Interpause/auto-sd-paint-ext/commit/2358931f57f1faee4196d87dd5323473948890dc)

Can screenshot the settings you used for the XY grid? It is attempting to generate an empty grid.

@Interpause Interpause added the question Further information is requested label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants