From ab59ca5091236551326d26d419bfb366ce942bee Mon Sep 17 00:00:00 2001 From: Jaret Burkett Date: Fri, 4 Apr 2025 10:23:06 -0600 Subject: [PATCH] Updated comment on control path --- config/examples/train_flex_redux.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/examples/train_flex_redux.yaml b/config/examples/train_flex_redux.yaml index 4f316e45..918de842 100644 --- a/config/examples/train_flex_redux.yaml +++ b/config/examples/train_flex_redux.yaml @@ -45,6 +45,7 @@ config: # "C:\\path\\to\\images\\folder" - folder_path: "/path/to/images/folder" # clip_image_path is directory containting your control images. They must have filename as their train image. (extension does not matter) + # for normal redux, we are just recreating the same image, so you can use the same folder path above clip_image_path: "/path/to/control/images/folder" caption_ext: "txt" caption_dropout_rate: 0.05 # will drop out the caption 5% of time