From 76e54065f19b09825c9b92cf6349fedd17b0f4e0 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Tue, 19 Nov 2024 20:59:42 -0500 Subject: [PATCH] nit --- .github/workflows/test-launch.yml | 2 +- comfy/comfy_types/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-launch.yml b/.github/workflows/test-launch.yml index 42f1dbe9..5d665d6a 100644 --- a/.github/workflows/test-launch.yml +++ b/.github/workflows/test-launch.yml @@ -28,7 +28,7 @@ jobs: - name: Start ComfyUI server run: | python main.py --cpu 2>&1 | tee console_output.log & - wait-for-it --service 127.0.0.1:8188 -t 600 + wait-for-it --service 127.0.0.1:8188 -t 30 working-directory: ComfyUI - name: Check for unhandled exceptions in server log run: | diff --git a/comfy/comfy_types/__init__.py b/comfy/comfy_types/__init__.py index 269e6720..19ec33f9 100644 --- a/comfy/comfy_types/__init__.py +++ b/comfy/comfy_types/__init__.py @@ -34,7 +34,7 @@ UnetWrapperFunction = Callable[[UnetApplyFunction, UnetParams], torch.Tensor] __all__ = [ - UnetWrapperFunction.__name__, + "UnetWrapperFunction", UnetApplyConds.__name__, UnetParams.__name__, UnetApplyFunction.__name__,