mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
feat: change default_inpaint_mask_sam_model to match sam model registry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user