fix compile

This commit is contained in:
Vladimir Mandic
2023-07-07 10:05:32 -04:00
parent 3e1a6a96d0
commit 3e4ca0095e
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -710,8 +710,6 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
shared.state.sampling_steps = p.steps
shared.state.current_latent = latents
shared.state.set_current_image()
if p.scripts is not None:
p.scripts.process(p)
output = shared.sd_model( # pylint: disable=not-callable
prompt=prompts,