update sc revisions

This commit is contained in:
Vladimir Mandic
2024-03-06 12:08:19 -05:00
parent 96601221f9
commit b75d84da37
3 changed files with 2 additions and 9 deletions
-7
View File
@@ -243,13 +243,6 @@ def process_diffusers(p: processing.StableDiffusionProcessing):
args["prior_guidance_scale"] = p.cfg_scale
if 'decoder_guidance_scale' in possible:
args["decoder_guidance_scale"] = p.image_cfg_scale
# TODO Stable Cascade callbacks are currently broken in combined pipeline so preview will not get triggered
if 'prior_callback_on_step_end' in possible:
possible.remove('callback_on_step_end')
if 'callback_on_step_end' in possible:
possible.remove('callback_on_step_end')
if 'callback' in possible:
possible.remove('callback')
# set callbacks
if 'callback_steps' in possible: