Object Detection
ultralytics
ONNX
PyTorch
comfyui
face-detection
face-segmentation
image-segmentation
Instructions to use luxdelux7/ForbiddenVision_Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use luxdelux7/ForbiddenVision_Models with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("luxdelux7/ForbiddenVision_Models") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -117,23 +117,10 @@ More reliable detection across mixed realistic/anime domains with acceptable spe
|
|
| 117 |
|
| 118 |
These models are automatically downloaded and used by the **Fixer** node in ComfyUI Forbidden Vision.
|
| 119 |
|
| 120 |
-
**Manual Usage:**
|
| 121 |
-
|
| 122 |
-
```python
|
| 123 |
-
# Face Detection (640px inference)
|
| 124 |
-
from ultralytics import YOLO
|
| 125 |
-
model = YOLO('fv_face_detect_yolo11s.pt')
|
| 126 |
-
results = model(image, imgsz=640)
|
| 127 |
-
```
|
| 128 |
-
|
| 129 |
-
---
|
| 130 |
-
|
| 131 |
## License
|
| 132 |
|
| 133 |
Apache 2.0
|
| 134 |
|
| 135 |
-
The ComfyUI node pack is GPL-3.0 due to Ultralytics dependencies, but these model weights are released under Apache 2.0.
|
| 136 |
-
|
| 137 |
---
|
| 138 |
|
| 139 |
## Contact
|
|
|
|
| 117 |
|
| 118 |
These models are automatically downloaded and used by the **Fixer** node in ComfyUI Forbidden Vision.
|
| 119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
## License
|
| 121 |
|
| 122 |
Apache 2.0
|
| 123 |
|
|
|
|
|
|
|
| 124 |
---
|
| 125 |
|
| 126 |
## Contact
|