Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jun 27, 2024
1 parent 4650e7d commit 4f9d2b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comfy/k_diffusion/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f9d2b0

Please sign in to comment.