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