addedd warning on SafeCollection setting

pull/78/head
GeorgLegato 2023-05-01 22:44:27 +02:00
parent 38355dfab8
commit 81636a081b
1 changed files with 2 additions and 4 deletions

View File

@ -99,12 +99,10 @@ def on_ui_settings():
"infzoom_collectAllResources", "infzoom_collectAllResources",
shared.OptionInfo( shared.OptionInfo(
False, False,
"Store all images (txt2img, init_image,exit_image, inpainting, interpolation) and the movie into one folder in your OUTPUT Path", "!!! Store all images (txt2img, init_image,exit_image, inpainting, interpolation) into one folder in your OUTPUT Path. Very slow, a lot of data. Dont do this on long runs !!!",
gr.Checkbox, gr.Checkbox,
{"interactive": True}, {"interactive": True},
section=section, section=section,
), ),
) )