diff --git a/comfy/k_diffusion/deis.py b/comfy/k_diffusion/deis.py index 0be2036c3a6..60741065662 100644 --- a/comfy/k_diffusion/deis.py +++ b/comfy/k_diffusion/deis.py @@ -117,6 +117,5 @@ def get_def_intergral_3(a, b, c, start, end, d): coeff_prev3 = get_def_intergral_3(t_cur, prev_t[1], prev_t[2], t_cur, t_next, prev_t[3]) coeff_temp = [coeff_cur, coeff_prev1, coeff_prev2, coeff_prev3] C.append(coeff_temp) - print(C) return C