Skip to content

Commit

Permalink
addedd warning on SafeCollection setting
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgLegato committed May 1, 2023
1 parent 38355df commit 81636a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions iz_helpers/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,10 @@ def on_ui_settings():
"infzoom_collectAllResources",
shared.OptionInfo(
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,
{"interactive": True},
section=section,
),
)




0 comments on commit 81636a0

Please sign in to comment.