mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-06 13:47:06 +00:00
Remove v-pred warnings
Different model architectures, such as SDXL, can take advantage of v-pred. It doesn't make sense to include these warnings anymore.
This commit is contained in:
@@ -2216,8 +2216,6 @@ def main(args):
|
||||
highres_fix = args.highres_fix_scale is not None
|
||||
# assert not highres_fix or args.image_path is None, f"highres_fix doesn't work with img2img / highres_fixはimg2imgと同時に使えません"
|
||||
|
||||
if args.v_parameterization and not args.v2:
|
||||
logger.warning("v_parameterization should be with v2 / v1でv_parameterizationを使用することは想定されていません")
|
||||
if args.v2 and args.clip_skip is not None:
|
||||
logger.warning("v2 with clip_skip will be unexpected / v2でclip_skipを使用することは想定されていません")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user