mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
Revert "Fix WebcamCapture IS_CHANGED signature (#8413)"
This reverts commit c7b25784b1.
This commit is contained in:
parent
d79d7a7e08
commit
929bfbb99f
@ -23,10 +23,6 @@ class WebcamCapture(LoadImage):
|
||||
def load_capture(self, image, **kwargs):
|
||||
return super().load_image(folder_paths.get_annotated_filepath(image))
|
||||
|
||||
@classmethod
|
||||
def IS_CHANGED(cls, image, width, height, capture_on_queue):
|
||||
return super().IS_CHANGED(image)
|
||||
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"WebcamCapture": WebcamCapture,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user