mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
ruff check
This commit is contained in:
parent
4653b9008d
commit
25f7bbed78
@ -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):
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import io
|
||||
import av
|
||||
import torch
|
||||
import folder_paths
|
||||
|
||||
Loading…
Reference in New Issue
Block a user