From 3cac92a303249cc2a8d8a79a5c67dceae1d12b08 Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 05:38:22 -0700 Subject: [PATCH] i --- webui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webui.py b/webui.py index e40af98..1451dea 100644 --- a/webui.py +++ b/webui.py @@ -27,7 +27,6 @@ opVAEDecode = VAEDecode() positive_conditions = opCLIPTextEncode.encode(clip=xl_base_clip, text='a handsome man in forest')[0] negative_conditions = opCLIPTextEncode.encode(clip=xl_base_clip, text='bad, ugly')[0] -unload_model() initial_latent_image = opEmptyLatentImage.generate(width=1024, height=1024, batch_size=1)[0]