From bb52934ba4e492459c5d3d01c81a8473a9962687 Mon Sep 17 00:00:00 2001 From: Jim Winkens <57461+nom@users.noreply.github.com> Date: Sat, 7 Sep 2024 05:28:32 -0400 Subject: [PATCH] Fix import issue (#4815) --- comfy/samplers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):