Skip to content

Commit b063213

Browse files
committed
Fix preference in controlnet subset
For masked training
1 parent aaac0f2 commit b063213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/config_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class ControlNetSubsetParams(BaseSubsetParams):
105105
conditioning_data_dir: str = None
106106
caption_extension: str = ".caption"
107107
cache_info: bool = False
108+
preference: bool = False
108109

109110

110111
@dataclass

0 commit comments

Comments
 (0)