From 7fb099646192b99f5546c27962ce5961104fa1c0 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Wed, 4 Oct 2023 14:41:01 -0700 Subject: [PATCH] begin to maintain the performance of 24GB machines (#540) --- fooocus_version.py | 2 +- launch.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fooocus_version.py b/fooocus_version.py index a4b7a399..4de40ce6 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.0.87' +version = '2.0.88' diff --git a/launch.py b/launch.py index 06184ef3..8fd2cd26 100644 --- a/launch.py +++ b/launch.py @@ -102,7 +102,6 @@ def ini_comfy_args(): from comfy.cli_args import args as comfy_args comfy_args.disable_cuda_malloc = True - comfy_args.disable_smart_memory = True comfy_args.auto_launch = False sys.argv = argv