mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-08 22:35:09 +00:00
fix max_token_length not works for sdxl
This commit is contained in:
@@ -83,7 +83,7 @@ class NetworkTrainer:
|
||||
|
||||
return logs
|
||||
|
||||
def assert_extra_args(self, args):
|
||||
def assert_extra_args(self, args, train_dataset_group):
|
||||
pass
|
||||
|
||||
def load_target_model(self, args, weight_dtype, accelerator):
|
||||
|
||||
Reference in New Issue
Block a user