diff --git a/comfy/samplers.py b/comfy/samplers.py index ce4371d5073..b278dae242d 100644 --- a/comfy/samplers.py +++ b/comfy/samplers.py @@ -6,7 +6,7 @@ import math import logging import comfy.sampler_helpers -import scipy +import scipy.stats import numpy def get_area_and_mult(conds, x_in, timestep_in):