Skip to content

Commit a0f1173

Browse files
authored
Merge pull request kohya-ss#1966 from sdbds/faster_fix_sdxl
Fatser fix bug for SDXL super SD1.5 assert cant use 32
2 parents 5253a38 + 3f49053 commit a0f1173

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdxl_train_network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def __init__(self):
1818
self.is_sdxl = True
1919

2020
def assert_extra_args(self, args, train_dataset_group):
21-
super().assert_extra_args(args, train_dataset_group)
2221
sdxl_train_util.verify_sdxl_training_args(args)
2322

2423
if args.cache_text_encoder_outputs:

0 commit comments

Comments
 (0)