re-add line to update sampling step (#2853)

This commit is contained in:
drhead
2025-05-03 14:39:03 -04:00
committed by GitHub
parent d3573962bd
commit 0b26121335

View File

@@ -172,6 +172,8 @@ class State:
else:
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:
# traceback.print_exc()
# print(e)