diff --git a/comfy_extras/nodes_flux.py b/comfy_extras/nodes_flux.py index 623ddefd2..3a23de5a3 100644 --- a/comfy_extras/nodes_flux.py +++ b/comfy_extras/nodes_flux.py @@ -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):