From 9d720187f181bc5a74b7bd36b8ad6276b1336000 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Thu, 12 Sep 2024 03:56:52 -0400 Subject: [PATCH] types -> comfy_types to fix import issue. --- comfy/{types.py => comfy_types.py} | 0 comfy/model_patcher.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename comfy/{types.py => comfy_types.py} (100%) diff --git a/comfy/types.py b/comfy/comfy_types.py similarity index 100% rename from comfy/types.py rename to comfy/comfy_types.py diff --git a/comfy/model_patcher.py b/comfy/model_patcher.py index 3f5d9027..a89ad4fd 100644 --- a/comfy/model_patcher.py +++ b/comfy/model_patcher.py @@ -28,7 +28,7 @@ import comfy.utils import comfy.float import comfy.model_management import comfy.lora -from comfy.types import UnetWrapperFunction +from comfy.comfy_types import UnetWrapperFunction def string_to_seed(data): crc = 0xFFFFFFFF