ruff check

This commit is contained in:
Yousef Rafat 2025-10-13 19:46:03 +03:00
parent 4653b9008d
commit 25f7bbed78
2 changed files with 0 additions and 3 deletions

View File

@ -12,8 +12,6 @@ from comfy.ldm.modules.attention import optimized_attention as attention
from comfy.ldm.aura.mmdit import TimestepEmbedder as TimestepEmbedderParent
from comfy.ldm.hydit.posemb_layers import get_1d_rotary_pos_embed
from typing import Union, Tuple
# to get exact matching results
# only difference is the upscale to float32
class RMSNorm(nn.Module):

View File

@ -1,7 +1,6 @@
from __future__ import annotations
import os
import io
import av
import torch
import folder_paths