Anyone else having trouble with the pix2pix extension? #7629
Replies: 2 comments 2 replies
-
That seems familiar.. I was having issues with it today. I got it working again. I did stuff like Reload UI; load the pix2pix checkpoint; restart the server etc. |
Beta Was this translation helpful? Give feedback.
-
From https://github.com/Klace/stable-diffusion-webui-instruct-pix2pix:
In other words, update web UI and then use img2img for the instruct pix2pix model. Delete the extension as it is no longer needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
All I get in the cmd window when I enable pix2pix is this, latest Automatic1111
Restarting UI...
Error executing callback ui_tabs_callback for C:\automatic111\Stable-Diffusion-2.1\stable-diffusion-webui\extensions\stable-diffusion-webui-instruct-pix2pix\scripts\instruct-pix2pix.py
Traceback (most recent call last):
File "C:\automatic111\Stable-Diffusion-2.1\stable-diffusion-webui\modules\script_callbacks.py", line 106, in ui_tabs_callback
res += c.callback() or []
File "C:\automatic111\Stable-Diffusion-2.1\stable-diffusion-webui\extensions\stable-diffusion-webui-instruct-pix2pix\scripts\instruct-pix2pix.py", line 749, in on_ui_tabs
create_tab(tab)
File "C:\automatic111\Stable-Diffusion-2.1\stable-diffusion-webui\extensions\stable-diffusion-webui-instruct-pix2pix\scripts\instruct-pix2pix.py", line 581, in create_tab
sd_hijack_utils.CondFunc('modules.models.diffusion.ddpm_edit.LatentDiffusion.decode_first_stage', sd_hijack_unet.first_stage_sub, sd_hijack_unet.unet_needs_upcast)
AttributeError: module 'modules.sd_hijack_unet' has no attribute 'first_stage_sub'
Beta Was this translation helpful? Give feedback.
All reactions