mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
Merge branch 'dev' into sd3
This commit is contained in:
@@ -344,8 +344,6 @@ def add_sdxl_training_arguments(parser: argparse.ArgumentParser, support_text_en
|
|||||||
|
|
||||||
def verify_sdxl_training_args(args: argparse.Namespace, supportTextEncoderCaching: bool = True):
|
def verify_sdxl_training_args(args: argparse.Namespace, supportTextEncoderCaching: bool = True):
|
||||||
assert not args.v2, "v2 cannot be enabled in SDXL training / SDXL学習ではv2を有効にすることはできません"
|
assert not args.v2, "v2 cannot be enabled in SDXL training / SDXL学習ではv2を有効にすることはできません"
|
||||||
if args.v_parameterization:
|
|
||||||
logger.warning("v_parameterization will be unexpected / SDXL学習ではv_parameterizationは想定外の動作になります")
|
|
||||||
|
|
||||||
if args.clip_skip is not None:
|
if args.clip_skip is not None:
|
||||||
logger.warning("clip_skip will be unexpected / SDXL学習ではclip_skipは動作しません")
|
logger.warning("clip_skip will be unexpected / SDXL学習ではclip_skipは動作しません")
|
||||||
|
|||||||
Reference in New Issue
Block a user