Nourepide / ComfyUI-Allor

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

ImageSegmentationCustomAdvanced problems #18

Closed freers623 closed 7 months ago

freers623 commented 7 months ago

A strange problems, can choose the model in the ImageSegmentation, but can't choose the model in the ImageSegmentationCustomAdvanced。Please take a look, Thank you! allor1

Nourepide commented 7 months ago

Thanks for Issue!

First of all, I'm very surprised that someone actually decided to use ImageSegmentationCustomAdvenced. 🙂

And secondly, have you used ImageSegmentation yet?

The point is that this node downloads models as they are used from the Internet to the onnx folder.

ImageSegmentationCustom and ImageSegmentationCustomAdvanced, unlike their main node, expect the model to be in the onnx folder just before use.

In other words, if you have never used ImageSegmentation, there will be no models in this folder.

freers623 commented 7 months ago

Thanks for your answer, I used ImageSegmentation and it works very well. Then I wanted to see what more ImageSegmentationCustom and ImageSegmentationCustomAdvanced could do, but unfortunately these two nodes were not working. There are currently files in the onnx folder. This is what I am most confused about.

Nourepide commented 7 months ago

Have you tried restarting ComfyUI?

As far as I know nodes in ComfyUI get the list of files only at the moment of startup.

After ComfyUI is launched, the nodes cannot update the information in any way.

freers623 commented 7 months ago

When I opened it again today, the node prompt failed, I re-installed the node, the problem is solved! Thank you very much for your work!

Nourepide commented 7 months ago

Strange that the node broke, but it's good to have it working again.

Anyway thanks for issue, if something happens again I'm here to help you.

I'm closing this issue.