Skip to content

Commit

Permalink
Add some missing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Dec 17, 2024
1 parent bda1482 commit 0b25f47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions comfy_extras/nodes_hunyuan.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import nodes
import torch
import comfy.model_management


class CLIPTextEncodeHunyuanDiT:
@classmethod
def INPUT_TYPES(s):
Expand Down

0 comments on commit 0b25f47

Please sign in to comment.