Max Tran
Max Tran
[workflow_api.json](https://github.com/pydn/ComfyUI-to-Python-Extension/files/12924244/workflow_api.json)
I did some investigation and it seems like its not able to append classes from https://github.com/FizzleDorf/ComfyUI_FizzNodes/blob/main/ScheduledNodes.py to NODE_CLASS_MAPPINGS
I think this commit should fix my error https://github.com/FizzleDorf/ComfyUI_FizzNodes/pull/15/commits/35c968addf3e4da6575aa4ee833f5aa58e217161
I also ran into an issue trying to import this into custom_node even tho ComfyUI workflow works fine for me module_name is ComfyUI-Frame-Interpolation Traceback (most recent call last): File "/workspace/ComfyUI/ComfyUI-to-Python-Extension/../nodes.py",...
found the issue its for some reason trying to import load_file_from_github_release from utils of your repo ComfyUI-to-Python-Extension instead of from utils of repo ComfyUI-Frame-Interpolation. So what i did is renamed...