remove some dbug prints
This commit is contained in:
2
nodes.py
2
nodes.py
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user