mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
refactor: rename box_erode_or_dilate to dino_erode_or_dilate, add option dino_debug
This commit is contained in:
@@ -243,7 +243,8 @@ with shared.gradio_root:
|
||||
dino_prompt=dino_prompt_text,
|
||||
dino_box_threshold=box_threshold,
|
||||
dino_text_threshold=text_threshold,
|
||||
box_erode_or_dilate=dino_erode_or_dilate,
|
||||
dino_erode_or_dilate=dino_erode_or_dilate,
|
||||
dino_debug=debug_dino,
|
||||
max_num_boxes=2, #TODO replace with actual value
|
||||
model_type=sam_model
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user