Skip to content

Commit 9d72018

Browse files
types -> comfy_types to fix import issue.
1 parent d247bc5 commit 9d72018

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

comfy/model_patcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import comfy.float
2929
import comfy.model_management
3030
import comfy.lora
31-
from comfy.types import UnetWrapperFunction
31+
from comfy.comfy_types import UnetWrapperFunction
3232

3333
def string_to_seed(data):
3434
crc = 0xFFFFFFFF

0 commit comments

Comments
 (0)