Fix import issue (#4815)

This commit is contained in:
Jim Winkens 2024-09-07 05:28:32 -04:00 committed by GitHub
parent 8aabd7c8c0
commit bb52934ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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):