fix: remove segmentation models from rembg model selection

This commit is contained in:
Manuel Schmid 2024-01-24 19:38:12 +01:00
parent db5512fb93
commit d7d34647d0
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ inpaint_engine_versions = ['None', 'v1', 'v2.5', 'v2.6']
performance_selections = ['Speed', 'Quality', 'Extreme Speed']
inpaint_mask_models = [
'u2net', 'u2netp', 'u2net_human_seg', 'u2net_cloth_seg', 'silueta', 'isnet-general-use', 'isnet-anime', 'sam'
'u2net', 'u2netp', 'silueta', 'isnet-general-use', 'isnet-anime'
]
inpaint_option_default = 'Inpaint or Outpaint (default)'