init()

in SAM2-Demo/Common/SAM2.swift [33:37]


    init() {
        Task {
            await loadModels()
        }
    }