diff --git a/frigate/detectors/detection_runners.py b/frigate/detectors/detection_runners.py index 89ebb35eb..56b49ec67 100644 --- a/frigate/detectors/detection_runners.py +++ b/frigate/detectors/detection_runners.py @@ -170,6 +170,7 @@ class CudaGraphRunner(BaseModelRunner): return model_type not in [ ModelTypeEnum.yolonas.value, + ModelTypeEnum.dfine.value, EnrichmentModelTypeEnum.paddleocr.value, EnrichmentModelTypeEnum.jina_v1.value, EnrichmentModelTypeEnum.jina_v2.value,