mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-21 07:30:02 +08:00
emergency fix for img2img
This commit is contained in:
parent
e6cbef785a
commit
52cef36f6b
@ -331,6 +331,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed:
|
||||
output_images = []
|
||||
|
||||
with torch.no_grad():
|
||||
with devices.autocast():
|
||||
p.init(all_prompts, all_seeds, all_subseeds)
|
||||
|
||||
if state.job_count == -1:
|
||||
|
Loading…
Reference in New Issue
Block a user