diff --git a/modules/processing.py b/modules/processing.py index 01d06d83..b2f85793 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -810,7 +810,7 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed: infotexts = [] output_images = [] - with torch.no_grad(), p.sd_model.ema_scope(): + with torch.no_grad(): with devices.autocast(): p.init(p.all_prompts, p.all_seeds, p.all_subseeds)