Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 802 Bytes

File metadata and controls

13 lines (10 loc) · 802 Bytes

ComfyUI-Yolo-World-EfficientSAM

Info

ComfyUI Yolo World EfficientSAM custom node,Based on ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM, modifications have been made and dependencies have been updated to newer versions.

Installation

  1. cd custom_nodes
  2. git clone https://github.com/ycyy/ComfyUI-Yolo-World-EfficientSAM.git
  3. From EfficientSAM download efficient_sam_s_cpu.jit and efficient_sam_s_gpu.jit. create folder models under custom_nodes/ComfyUI-YoloWorld-EfficientSAM put them into the models folder.
  4. install requirements

Note

Currently undergoing modifications. If problems are encountered, you may need to resolve them on your own.