-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following node types were not found #4
Comments
Hi! I just installed the link: https://github.com/Kiteretsu77/APISR.git But in general I think it's about pytorch or python |
Failed to install 'https://github.com/Kiteretsu77/APISR.git' |
same problem |
You can try installing ASIPR in the custom_nodes folder via git clone, the installation instructions are here - https://github.com/Kiteretsu77/APISR.git And then update via ComfyUI Manager -> Update All Also check if there are any errors in 'Install missing nodes'. For the video, you will also need to install via Install custom nodes - VHS something there, you will find it in the search |
I encountered similar issue and resolved it by uninstalling the existing OpenCV and NumPy and then reinstalling them under Python 3.12 to ensure compatibility with ComfyUI. Here are the steps I followed: Uninstall the current versions of OpenCV and NumPy: pip uninstall opencv-python Reinstall OpenCV and NumPy using the embedded Python executable provided by ComfyUI (specifically for Python 3.12 in this case): ...\ComfyUI_windows_portable_nightly_pytorch\python_embeded\python.exe -m pip install numpy |
Hi there,
I have an issue:
"When loading the graph, the following node types were not found:
APISR_Zho
APISR_ModelLoader_Zho
Nodes that have failed to load will show as red on the graph."
Tried to update nodes in the manager and reinstall APISR, didn't help, do you have any ideas on how to fix it?
The text was updated successfully, but these errors were encountered: