remove unused import

This commit is contained in:
Raphael Walker 2024-12-10 11:45:03 +01:00
parent ef2d5933f5
commit a11c2cc3e3

View File

@ -1,9 +1,6 @@
import node_helpers
import torch
from comfy.ldm.flux.layers import SingleStreamBlock, DoubleStreamBlock
from comfy.model_patcher import ModelPatcher
class CLIPTextEncodeFlux:
@classmethod
def INPUT_TYPES(s):