mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-26 19:09:45 +00:00
re-add line to update sampling step (#2853)
This commit is contained in:
@@ -172,6 +172,8 @@ class State:
|
|||||||
else:
|
else:
|
||||||
self.assign_current_image(modules.sd_samplers.sample_to_image(self.current_latent))
|
self.assign_current_image(modules.sd_samplers.sample_to_image(self.current_latent))
|
||||||
|
|
||||||
|
self.current_image_sampling_step = self.sampling_step
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# traceback.print_exc()
|
# traceback.print_exc()
|
||||||
# print(e)
|
# print(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user