Skip to content

Commit b6aa7fd

Browse files
committed
Update ReadME
1 parent 6a40e8b commit b6aa7fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ lineart = LineartDetector.from_pretrained("lllyasviel/Annotators")
6666
lineart_anime = LineartAnimeDetector.from_pretrained("lllyasviel/Annotators")
6767
zoe = ZoeDetector.from_pretrained("lllyasviel/Annotators")
6868
sam = SamDetector.from_pretrained("ybelkada/segment-anything", subfolder="checkpoints")
69+
mobile_sam = SamDetector.from_pretrained("dhkim2810/MobileSAM", model_type="vit_t", filename="mobile_sam.pt")
6970
leres = LeresDetector.from_pretrained("lllyasviel/Annotators")
7071

7172
# instantiate

0 commit comments

Comments
 (0)