MidnightRunner commited on
Commit
96ecb27
·
verified ·
1 Parent(s): d5a9183

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ Otherwise, never disable weights_only unless you 100% trust the file.
71
 
72
  Check [PyTorch's torch.load docs](https://pytorch.org/docs/stable/generated/torch.load.html) for more info.
73
 
74
- **Quick Fix with ~.PT(s) in `ComfyUI/models/`**
75
  ```bash
76
  find ~/ComfyUI/models/ultralytics -type f -name '*.pt' | while read file; do
77
  echo "=== Loading: $file ==="
 
71
 
72
  Check [PyTorch's torch.load docs](https://pytorch.org/docs/stable/generated/torch.load.html) for more info.
73
 
74
+ **⚠️ Quick Fix with ~.PT(s) in `ComfyUI/models/ultralytics`**
75
  ```bash
76
  find ~/ComfyUI/models/ultralytics -type f -name '*.pt' | while read file; do
77
  echo "=== Loading: $file ==="