ltdrdata / ComfyUI-Impact-Pack

Custom nodes pack for ComfyUI This custom node helps to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more.
GNU General Public License v3.0
1.78k stars 165 forks source link

Where does the UltralyticsDetectorProvider model go, is it ok if I want to load my own model? #634

Closed huangjianyi0701 closed 3 months ago

huangjianyi0701 commented 3 months ago

Where does the UltralyticsDetectorProvider model go, is it ok if I want to load my own model?

ltdrdata commented 3 months ago

ComfyUI/models/ultralytics/segm or ComfyUI/models/ultralytics/bbox And you can download bunch of ultralytics models via ComfyUI-Manager.

huangjianyi0701 commented 3 months ago

ComfyUI/models/ultralytics/segm or ComfyUI/models/ultralytics/bbox And you can download bunch of ultralytics models via ComfyUI-Manager.

Is it ok if I want to use my own trained model?

ltdrdata commented 3 months ago

ComfyUI/models/ultralytics/segm or ComfyUI/models/ultralytics/bbox And you can download bunch of ultralytics models via ComfyUI-Manager.

Is it ok if I want to use my own trained model?

There are already users who have trained and are using their own models.

huangjianyi0701 commented 3 months ago

ComfyUI/models/ultralytics/segm or ComfyUI/models/ultralytics/bbox And you can download bunch of ultralytics models via ComfyUI-Manager.

Is it ok if I want to use my own trained model?

There are already users who have trained and are using their own models.

Thanks,bro,I didn't notice your message just now

huangjianyi0701 commented 3 months ago

ComfyUI/models/ultralytics/segm or ComfyUI/models/ultralytics/bbox And you can download bunch of ultralytics models via ComfyUI-Manager.

Is it ok if I want to use my own trained model?

There are already users who have trained and are using their own models.

image May I ask what causes this? I can read the model weights now, but the runtime reports an error and a cache file cannot be found

ltdrdata commented 3 months ago

It seems that it is incompatible model file.

huangjianyi0701 commented 3 months ago

It seems that it is incompatible model file.

Thank you, it has been resolved!