mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-23 08:13:58 +00:00
fix cast
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user