You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the discussion that says this is fixed by the provided patch file. The patch didn't apply, but I checked the edits manually, and they are all in the proper files (callbacks and samplers kdiffusion).
Error executing callback cfg_denoised_callback for /home/jeff/sd2/stable-diffusion-webui/extensions/stable-diffusion-webui-two-shot/scripts/two_shot.py
Traceback (most recent call last):
File "/home/jeff/sd2/stable-diffusion-webui/modules/script_callbacks.py", line 175, in cfg_denoised_callback
c.callback(params)
File "/home/jeff/sd2/stable-diffusion-webui/extensions/stable-diffusion-webui-two-shot/scripts/two_shot.py", line 506, in denoised_callback
TypeError: '<' not supported between instances of 'int' and 'str'
this happens on img2img ebsynth script. Is it a missing setting check for a value I am not seeing?
The text was updated successfully, but these errors were encountered:
I found the discussion that says this is fixed by the provided patch file. The patch didn't apply, but I checked the edits manually, and they are all in the proper files (callbacks and samplers kdiffusion).
Error executing callback cfg_denoised_callback for /home/jeff/sd2/stable-diffusion-webui/extensions/stable-diffusion-webui-two-shot/scripts/two_shot.py
Traceback (most recent call last):
File "/home/jeff/sd2/stable-diffusion-webui/modules/script_callbacks.py", line 175, in cfg_denoised_callback
c.callback(params)
File "/home/jeff/sd2/stable-diffusion-webui/extensions/stable-diffusion-webui-two-shot/scripts/two_shot.py", line 506, in denoised_callback
TypeError: '<' not supported between instances of 'int' and 'str'
this happens on img2img ebsynth script. Is it a missing setting check for a value I am not seeing?
The text was updated successfully, but these errors were encountered: