We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59ae9ea + 4a71687 commit 386b733Copy full SHA for 386b733
library/sdxl_train_util.py
@@ -345,8 +345,6 @@ def add_sdxl_training_arguments(parser: argparse.ArgumentParser):
345
346
def verify_sdxl_training_args(args: argparse.Namespace, supportTextEncoderCaching: bool = True):
347
assert not args.v2, "v2 cannot be enabled in SDXL training / SDXL学習ではv2を有効にすることはできません"
348
- if args.v_parameterization:
349
- logger.warning("v_parameterization will be unexpected / SDXL学習ではv_parameterizationは想定外の動作になります")
350
351
if args.clip_skip is not None:
352
logger.warning("clip_skip will be unexpected / SDXL学習ではclip_skipは動作しません")
0 commit comments