remove some dbug prints

This commit is contained in:
Stéphane du Hamel
2025-08-11 14:37:22 +02:00
parent 5f83409a9c
commit e1e9392686

View File

@ -36,8 +36,6 @@ def wan_ksampler(model_high_noise, model_low_noise, seed, steps, cfgs, sampler_n
# why are timesteps 0-1000? # why are timesteps 0-1000?
sampling = model_high_noise.get_model_object("model_sampling") sampling = model_high_noise.get_model_object("model_sampling")
timesteps = [sampling.timestep(sigma)/1000 for sigma in sigmas.tolist()] timesteps = [sampling.timestep(sigma)/1000 for sigma in sigmas.tolist()]
print(sigmas.tolist())
print(timesteps)
switching_step = steps switching_step = steps
for (i,t) in enumerate(timesteps[1:]): for (i,t) in enumerate(timesteps[1:]):
if t < boundary: if t < boundary: