Feature request: make INT | NUMBER | FLOAT | types compatible
Open
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
Hi, great project.
Comfy is using python on backed. As there are more and more custom nodes passing basic number types is a real mess
One nodes for the same value is NUMBER,
One nodes for the same value is INT,
One nodes for the same value is FLOAT,
Each not compatible with them selves, but this is literary same data object in python.
Can we make some auto casting at least for this 3 data types?
Contributor guide
Assessment
This issue has not been assessed yet.