aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-19 12:50:49 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-19 12:50:49 +0000
commit0e47c36a28ba638855d323409b5073660de14136 (patch)
tree30b0022f31198f1e9cc146d79d25f8340a726eea /modules/processing.py
parent05ccb4d0e3ff38503a2863889e21290e77590ee2 (diff)
parent4334d25978ded517a76359e9e92b8101610cc35f (diff)
downloadstable-diffusion-webui-gfx803-0e47c36a28ba638855d323409b5073660de14136.tar.gz
stable-diffusion-webui-gfx803-0e47c36a28ba638855d323409b5073660de14136.tar.bz2
stable-diffusion-webui-gfx803-0e47c36a28ba638855d323409b5073660de14136.zip
Merge branch 'dev' into release_candidate
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py
index 179ca6ac..e028bf9e 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -1029,7 +1029,7 @@ class StableDiffusionProcessingTxt2Img(StableDiffusionProcessing):
image = sd_samplers.sample_to_image(image, index, approximation=0)
info = create_infotext(self, self.all_prompts, self.all_seeds, self.all_subseeds, [], iteration=self.iteration, position_in_batch=index)
- images.save_image(image, self.outpath_samples, "", seeds[index], prompts[index], opts.samples_format, info=info, suffix="-before-highres-fix")
+ images.save_image(image, self.outpath_samples, "", seeds[index], prompts[index], opts.samples_format, info=info, p=self, suffix="-before-highres-fix")
if latent_scale_mode is not None:
for i in range(samples.shape[0]):