Nourepide / ComfyUI-Allor

ComfyUI plugin for image processing and work with alpha chanel.
MIT License
186 stars 22 forks source link

node types were not found #3

Closed gomaxlou closed 1 year ago

gomaxlou commented 1 year ago

image

Cannot import D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_allor module for custom nodes: No module named 'rembg.sessions'

Nourepide commented 1 year ago

You need to install rembg. pip install rembg

Or disable ImageSegmentation module in config.json

gomaxlou commented 1 year ago
  1. rembg installed a long time ago.
  2. i got the same error message after set false value for ImageSegmentation .
Nourepide commented 1 year ago

I renamed the repository some time ago, but forgot to change the imports. You need to rename the folder from ComfyUI Allore to comfyui_allor, I hope this helps.

After some time, I will make sure that the folder name does not matter for imports and add more functionality, unfortunately I do not have time to finish because of busy.

gomaxlou commented 1 year ago

Thank you for your quick repetition. After trying to reinstall remb, it can be executed smoothly~~