Skip to content

Commit

Permalink
Fix import issue (comfyanonymous#4815)
Browse files Browse the repository at this point in the history
  • Loading branch information
nom authored Sep 7, 2024
1 parent 8aabd7c commit bb52934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bb52934

Please sign in to comment.