Comfy-Org / Comfy-Org/node-diff
Support comfy.comfy_types.node_typing
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In my custom node code I've got this import line
```
from comfy.comfy_types.node_typing import IO, ComfyNodeABC
```
to be able to use data types like `IO.BOOLEAN`.
The validation is now failing with `❌ Error loading nodes: No module named 'comfy'`.
How do I have to configure my repository to make this test work?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.