Merge branch 'feature/add-inpaint-mask-generation'

# Conflicts:
#	webui.py
This commit is contained in:
Manuel Schmid
2024-01-25 10:48:40 +01:00
4 changed files with 49 additions and 23 deletions
+3 -1
View File
@@ -48,9 +48,11 @@ performance_selections = [
output_formats = ['png', 'jpg', 'webp']
inpaint_mask_models = [
'u2net', 'u2netp', 'silueta', 'isnet-general-use', 'isnet-anime'
'u2net', 'u2netp', 'u2net_human_seg', 'u2net_cloth_seg', 'silueta', 'isnet-general-use', 'isnet-anime'
]
inpaint_mask_cloth_category = ['full', 'upper', 'lower']
inpaint_option_default = 'Inpaint or Outpaint (default)'
inpaint_option_detail = 'Improve Detail (face, hand, eyes, etc.)'
inpaint_option_modify = 'Modify Content (add objects, change background, etc.)'