fix for max flavors
parent
551c9bea0d
commit
e0bbc36a75
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue