MidnightRunner commited on
Commit
5bbc250
·
verified ·
1 Parent(s): b48c756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -25,13 +25,15 @@ For ComfyUI, here’s how to load these models:
25
  1. **Locate your ComfyUI folder** (e.g. `~/ComfyUI/` or `C:\ComfyUI\`).
26
  2. **Create directories**:
27
  ```bash
28
- cd /path/to/ComfyUI
29
- mkdir -p models/ultralytics/segm models/ultralytics/bbox
30
  3. Place your .pt files:
31
  • Segmentation → models/ultralytics/segm/
32
  • Detection (bbox) → models/ultralytics/bbox/
33
  4. Restart ComfyUI
34
- 5. In the UI:
 
 
35
  • Add Node → Model → Ultralytics → choose segm/… or bbox/….
36
  • Connect an Image Loader → Ultralytics node → Previewer
37
 
 
25
  1. **Locate your ComfyUI folder** (e.g. `~/ComfyUI/` or `C:\ComfyUI\`).
26
  2. **Create directories**:
27
  ```bash
28
+ cd /path/to/ComfyUI/models
29
+ mkdir -p ultralytics/segm ultralytics/bbox
30
  3. Place your .pt files:
31
  • Segmentation → models/ultralytics/segm/
32
  • Detection (bbox) → models/ultralytics/bbox/
33
  4. Restart ComfyUI
34
+ ```bash
35
+ cd /path/to/ComfyUI
36
+ 5. In the UI:
37
  • Add Node → Model → Ultralytics → choose segm/… or bbox/….
38
  • Connect an Image Loader → Ultralytics node → Previewer
39