File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ def INPUT_TYPES(s):
141141
142142 CATEGORY = "image/postprocessing"
143143
144+ @staticmethod
144145 def bayer (im , pal_im , order ):
145146 def normalized_bayer_matrix (n ):
146147 if n == 0 :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def INPUT_TYPES(s):
2020
2121 CATEGORY = "image"
2222
23- def load_capture (s , image , ** kwargs ):
23+ def load_capture (self , image , ** kwargs ):
2424 return super ().load_image (folder_paths .get_annotated_filepath (image ))
2525
2626
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ documentation = "https://docs.comfy.org/"
1212
1313[tool .ruff ]
1414lint.select = [
15+ " N805" , # invalid-first-argument-name-for-method
1516 " S307" , # suspicious-eval-usage
1617 " S102" , # exec
1718 " T" , # print-usage
You can’t perform that action at this time.
0 commit comments