ZHO-ZHO-ZHO / ComfyUI-YoloWorld-EfficientSAM

Unofficial implementation of YOLO-World + EfficientSAM for ComfyUI
GNU General Public License v3.0
618 stars 57 forks source link

模型更改位置 #77

Open mmacheng opened 4 months ago

mmacheng commented 4 months ago

之前模型会自动下载到当前盘的根目录,对我一个强迫症来说,项目文件在非项目文件夹中,让我有点难受,所以改了一下代码。 1.将模型放到了····\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\models\yolo_world文件夹下的 l & M & S 文件夹下。 2.要将efficient_sam_s_cpu.jit和 efficient_sam_s_gpu.jit两个文件放在····\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\models\yolo_world文件夹下 3.将我提供的代码文件YOLO_WORLD_EfficientSAM.txt替换掉之前的YOLO_WORLD_EfficientSAM.py文件,然后将.txt后缀改成.py。 YOLO_WORLD_EfficientSAM.txt

tzhnihao commented 1 month ago

efficient_sam_s_cpu.jit和 efficient_sam_s_gpu.jit两个文件应该是放在····\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\models\下吧?我放到你说的文件夹下报错。