model type does not need to match config model type

As long as a model is supported by a detector, it should be available in the list
This commit is contained in:
Josh Hawkins 2025-09-07 19:24:34 -05:00
parent 60714a733e
commit 341619f3bd

View File

@ -390,7 +390,6 @@ export default function FrigatePlusSettingsView({
className="cursor-pointer"
value={id}
disabled={
model.type != config.model.model_type ||
!model.supportedDetectors.includes(
Object.values(config.detectors)[0]
.type,