Custom-trained models for face detection and segmentation across realistic, anime, and stylized content.
Made for the Forbidden Vision ComfyUI custom nodes
Contact
- GitHub: ComfyUI-Forbidden-Vision
- Issues: GitHub Issues
- Support: Ko-fi
- Downloads last month
- 1,077
Model tree for luxdelux7/ForbiddenVision_Models
Base model
Ultralytics/YOLO11
# 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)