Skip to content

Commit

Permalink
types -> comfy_types to fix import issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Sep 12, 2024
1 parent d247bc5 commit 9d72018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion comfy/model_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
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
Expand Down

0 comments on commit 9d72018

Please sign in to comment.