Commit 1eae3076 authored by Martin Cairns's avatar Martin Cairns Committed by AUTOMATIC1111

Remove debug code for checking that first sigma value is same after code cleanup

parent 92d7a138
......@@ -366,7 +366,6 @@ class KDiffusionSampler:
sigmas = self.model_wrap.get_sigmas(steps)
sigma_sched = sigmas[steps - t_enc - 1:]
print('check values same', sigmas[steps - t_enc - 1] , sigma_sched[0], sigmas[steps - t_enc - 1] - sigma_sched[0])
xi = x + noise * sigma_sched[0]
extra_params_kwargs = self.initialize(p)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment