feat: change default_inpaint_mask_sam_model to match sam model registry

This commit is contained in:
Manuel Schmid
2024-06-10 20:45:56 +02:00
parent ce1fb74270
commit 3873892b0a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class SAMOptions:
# SAM
max_num_boxes=2,
model_type="vit_l"
model_type='vit_b'
):
self.dino_prompt = dino_prompt
self.dino_box_threshold = dino_box_threshold