parser.add_argument("--dont-upcast-attention",action="store_true",help="Disable upcasting of attention. Can boost speed but increase the chances of black images.")
parser.add_argument("--dont-upcast-attention",action="store_true",help="Disable upcasting of attention. Can boost speed but increase the chances of black images.")
fp_group=parser.add_mutually_exclusive_group()
fp_group=parser.add_mutually_exclusive_group()
@ -85,4 +88,3 @@ args = parser.parse_args()
ifargs.windows_standalone_build:
ifargs.windows_standalone_build:
args.auto_launch=True
args.auto_launch=True
args.cuda_malloc=True#work around memory issue in nvidia drivers > 531