huggingface / sam2-studio

Apache License 2.0
285 stars 17 forks source link

Model download selector #28

Open pcuenca opened 1 month ago

pcuenca commented 1 month ago

We can use one of the snapshot download functions from https://github.com/huggingface/swift-transformers/blob/71963c36da21b29630ee43fa0d748f8f5b88fc33/Sources/Hub/HubApi.swift#L185

pcuenca commented 1 month ago

It also requires loading the models programmatically, instead of using the auto-generated Swift classes.