diff options
Diffstat (limited to 'train_dreambooth.py')
| -rw-r--r-- | train_dreambooth.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/train_dreambooth.py b/train_dreambooth.py index 90ca467..dbe446d 100644 --- a/train_dreambooth.py +++ b/train_dreambooth.py | |||
| @@ -204,12 +204,6 @@ def parse_args(): | |||
| 204 | help="A collection to filter the dataset.", | 204 | help="A collection to filter the dataset.", |
| 205 | ) | 205 | ) |
| 206 | parser.add_argument( | 206 | parser.add_argument( |
| 207 | "--validation_prompts", | ||
| 208 | type=str, | ||
| 209 | nargs="*", | ||
| 210 | help="Prompts for additional validation images", | ||
| 211 | ) | ||
| 212 | parser.add_argument( | ||
| 213 | "--seed", type=int, default=None, help="A seed for reproducible training." | 207 | "--seed", type=int, default=None, help="A seed for reproducible training." |
| 214 | ) | 208 | ) |
| 215 | parser.add_argument( | 209 | parser.add_argument( |
