remove unused import 2

This commit is contained in:
Raphael Walker 2024-12-10 11:45:55 +01:00
parent a11c2cc3e3
commit 66bdf74f0c
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import torch
from einops import rearrange
from torch import Tensor
from torch.nn.functional import interpolate
from comfy.ldm.modules.attention import optimized_attention
import comfy.model_management

View File

@ -1,5 +1,4 @@
import node_helpers
import torch
class CLIPTextEncodeFlux:
@classmethod