From 78e6933dcbf86b1976b3334196cbbf9f58b12bc4 Mon Sep 17 00:00:00 2001 From: layerdiffusion <19834515+lllyasviel@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:26:04 -0700 Subject: [PATCH] fix cast --- backend/operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/operations.py b/backend/operations.py index b96616c9..8a40fa09 100644 --- a/backend/operations.py +++ b/backend/operations.py @@ -150,7 +150,7 @@ class ForgeOperationsWithManualCast(ForgeOperations): @contextlib.contextmanager -def using_forge_operations(parameters_manual_cast=True, operations=None): +def using_forge_operations(parameters_manual_cast=False, operations=None): if operations is None: operations = ForgeOperations