Skip to content
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

Open
parecoa opened this issue Mar 20, 2024 · 6 comments
Open

Following node types were not found #4

parecoa opened this issue Mar 20, 2024 · 6 comments

Comments

@parecoa
Copy link

parecoa commented Mar 20, 2024

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?

@parecoa
Copy link
Author

parecoa commented Mar 20, 2024

apisr 1
apisr 2

@troini
Copy link

troini commented Mar 20, 2024

Hi!

I just installed the link: https://github.com/Kiteretsu77/APISR.git
in ComfyUI Manager -> Install via GIT URL
and clicked "RESTART"
waited for reboot and it worked

But in general I think it's about pytorch or python

@parecoa
Copy link
Author

parecoa commented Mar 20, 2024

Hi!

I just installed the link: https://github.com/Kiteretsu77/APISR.git in ComfyUI Manager -> Install via GIT URL and clicked "RESTART" waited for reboot and it worked

But in general I think it's about pytorch or python

Failed to install 'https://github.com/Kiteretsu77/APISR.git'
See terminal log.

@inspiredscout
Copy link

same problem

@troini
Copy link

troini commented Mar 20, 2024

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

@Kurumifans
Copy link

Kurumifans commented Apr 11, 2024

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
pip uninstall numpy

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
...\ComfyUI_windows_portable_nightly_pytorch\python_embeded\python.exe -m pip install opencv-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants