add rife prototype and handle missing default scriptrunners

This commit is contained in:
Vladimir Mandic
2023-12-01 10:27:41 -05:00
parent 14141e4259
commit 52f453400a
10 changed files with 783 additions and 8 deletions
-1
View File
@@ -82,7 +82,6 @@ def process_diffusers(p: StableDiffusionProcessing, seeds, prompts, negative_pro
raise AssertionError('Interrupted...')
time.sleep(0.1)
if kwargs.get('latents', None) is None:
print('HERE NO')
return kwargs
kwargs = correction_callback(p, timestep, kwargs)
shared.state.current_latent = kwargs['latents']