Make --force-fp16 actually force the diffusion model to be fp16.

This commit is contained in:
comfyanonymous
2025-02-11 08:31:46 -05:00
parent e57d2282d1
commit af4b7c91be
2 changed files with 4 additions and 6 deletions

View File

@@ -191,3 +191,6 @@ if args.windows_standalone_build:
if args.disable_auto_launch:
args.auto_launch = False
if args.force_fp16:
args.fp16_unet = True