mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-25 16:59:26 +00:00
alternative refiner implementation
This commit is contained in:
@@ -305,7 +305,7 @@ class KDiffusionSampler:
|
||||
shared.total_tqdm.update()
|
||||
|
||||
def launch_sampling(self, steps, func):
|
||||
state.sampling_steps = steps
|
||||
state.sampling_steps = self.stop_at if self.stop_at is not None else steps
|
||||
state.sampling_step = 0
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user