Update README.md
Browse files
README.md
CHANGED
|
@@ -27,12 +27,14 @@ For ComfyUI, here’s how to load these models:
|
|
| 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
|
|
|
|
| 27 |
```bash
|
| 28 |
cd /path/to/ComfyUI/models
|
| 29 |
mkdir -p ultralytics/segm ultralytics/bbox
|
| 30 |
+
```
|
| 31 |
3. Place your .pt files:
|
| 32 |
• Segmentation → models/ultralytics/segm/
|
| 33 |
• Detection (bbox) → models/ultralytics/bbox/
|
| 34 |
4. Restart ComfyUI
|
| 35 |
```bash
|
| 36 |
+
cd /path/to/ComfyUI
|
| 37 |
+
```
|
| 38 |
5. In the UI:
|
| 39 |
• Add Node → Model → Ultralytics → choose segm/… or bbox/….
|
| 40 |
• Connect an Image Loader → Ultralytics node → Previewer
|