File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1495,8 +1495,6 @@ def main(args):
1495
1495
highres_fix = args .highres_fix_scale is not None
1496
1496
# assert not highres_fix or args.image_path is None, f"highres_fix doesn't work with img2img / highres_fixはimg2imgと同時に使えません"
1497
1497
1498
- if args .v_parameterization and not args .v2 :
1499
- logger .warning ("v_parameterization should be with v2 / v1でv_parameterizationを使用することは想定されていません" )
1500
1498
if args .v2 and args .clip_skip is not None :
1501
1499
logger .warning ("v2 with clip_skip will be unexpected / v2でclip_skipを使用することは想定されていません" )
1502
1500
Original file line number Diff line number Diff line change @@ -2216,8 +2216,6 @@ def main(args):
2216
2216
highres_fix = args .highres_fix_scale is not None
2217
2217
# assert not highres_fix or args.image_path is None, f"highres_fix doesn't work with img2img / highres_fixはimg2imgと同時に使えません"
2218
2218
2219
- if args .v_parameterization and not args .v2 :
2220
- logger .warning ("v_parameterization should be with v2 / v1でv_parameterizationを使用することは想定されていません" )
2221
2219
if args .v2 and args .clip_skip is not None :
2222
2220
logger .warning ("v2 with clip_skip will be unexpected / v2でclip_skipを使用することは想定されていません" )
2223
2221
Original file line number Diff line number Diff line change @@ -3698,10 +3698,6 @@ def verify_training_args(args: argparse.Namespace):
3698
3698
global HIGH_VRAM
3699
3699
HIGH_VRAM = True
3700
3700
3701
- if args .v_parameterization and not args .v2 :
3702
- logger .warning (
3703
- "v_parameterization should be with v2 not v1 or sdxl / v1やsdxlでv_parameterizationを使用することは想定されていません"
3704
- )
3705
3701
if args .v2 and args .clip_skip is not None :
3706
3702
logger .warning ("v2 with clip_skip will be unexpected / v2でclip_skipを使用することは想定されていません" )
3707
3703
You can’t perform that action at this time.
0 commit comments