v3 nodes fingerprint_inputs / IS_CHANGED is not called
Open
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
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
```py
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)
```
Contributor guide
Assessment
This issue has not been assessed yet.