fix for max flavors

pull/12/head
Zuxier 2022-12-20 02:07:08 +01:00
parent 551c9bea0d
commit e0bbc36a75
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def on_ui_tabs():
sp_caption_clip = gr.Checkbox(label="Add CLIP results to Caption")
sp_clip_use_v2 = gr.Checkbox(label="Use v2 CLIP Model", value=True)
sp_clip_append_flavor = gr.Checkbox(label="Append Flavor tags from CLIP")
sp_clip_max_flavors = gr.Number(label="Max flavors to append.", value=4)
sp_clip_max_flavors = gr.Number(label="Max flavors to append.", value=4, precision=0)
sp_clip_append_medium = gr.Checkbox(label="Append Medium tags from CLIP")
sp_clip_append_movement = gr.Checkbox(label="Append Movement tags from CLIP")
sp_clip_append_artist = gr.Checkbox(label="Append Artist tags from CLIP")