diff --git a/comfy/samplers.py b/comfy/samplers.py index ce4371d5..b278dae2 100644 --- a/comfy/samplers.py +++ b/comfy/samplers.py @@ -6,7 +6,7 @@ from comfy import model_management 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):