ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

v3 nodes fingerprint_inputs / IS_CHANGED is not called

Open yingDev opened this issue 2 months ago • 0 comments

got this instead:

WARNING: 'NoneType' object is not subscriptable

reproduce: just use a LoadVideo node (with an output node)


tried to pass v3_data here and it kinda worked but I'm not sure:

https://github.com/comfyanonymous/ComfyUI/blob/56fa7dbe380cb5591c5542f8aa51ce2fc26beedf/execution.py#L81C1-L82C1

is_changed = await _async_map_node_over_list(self.prompt_id, node_id, class_def, input_data_all, is_changed_name
      , v3_data=v3_data)

yingDev avatar Dec 07 '25 15:12 yingDev