Skip to content

Commit

Permalink
fix: 🔥 remove notice
Browse files Browse the repository at this point in the history
we don't use this anymore
  • Loading branch information
melMass committed Jul 23, 2023
1 parent 10d0503 commit abf1e82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nodes/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
import comfy.model_management as model_management


try:
from cv2.ximgproc import guidedFilter
except ImportError:
log.warning("cv2.ximgproc.guidedFilter not found, use opencv-contrib-python")
# try:
# from cv2.ximgproc import guidedFilter
# except ImportError:
# log.warning("cv2.ximgproc.guidedFilter not found, use opencv-contrib-python")


class ColorCorrect:
Expand Down

0 comments on commit abf1e82

Please sign in to comment.