mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 03:01:15 +00:00
fix cast
This commit is contained in:
@@ -150,7 +150,7 @@ class ForgeOperationsWithManualCast(ForgeOperations):
|
|||||||
|
|
||||||
|
|
||||||
@contextlib.contextmanager
|
@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:
|
if operations is None:
|
||||||
operations = ForgeOperations
|
operations = ForgeOperations
|
||||||
|
|||||||
Reference in New Issue
Block a user