comfyui_segment_anything icon indicating copy to clipboard operation
comfyui_segment_anything copied to clipboard

support finding bert-base-uncased in extra model paths

Open Maslino opened this issue 7 months ago • 0 comments

Currently, bert-base-uncased directory must be placed under ComfyUI/models directory. This PR supports to search bert-base-uncased directory in extra model paths which can be specified in ComfyUI's extra_model_paths.yaml like this

public:
    base_path: your-models-dir
    bert-base-uncased: bert-base-uncased

Maslino avatar Jul 12 '24 10:07 Maslino