Comfy-Org / Comfy-Org/node-diff
Support comfy.comfy_types.node_typing
- 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
Research direction
Start with the repository's node validation entry point and reproduce the import error from the custom node code. Inspect how validation resolves the `comfy` package; done means the `comfy.comfy_types.node_typing` import loads successfully and the validation no longer reports `No module named 'comfy'`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100