mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 07:22:36 +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.aura.mmdit import TimestepEmbedder as TimestepEmbedderParent
|
||||||
from comfy.ldm.hydit.posemb_layers import get_1d_rotary_pos_embed
|
from comfy.ldm.hydit.posemb_layers import get_1d_rotary_pos_embed
|
||||||
|
|
||||||
from typing import Union, Tuple
|
|
||||||
|
|
||||||
# to get exact matching results
|
# to get exact matching results
|
||||||
# only difference is the upscale to float32
|
# only difference is the upscale to float32
|
||||||
class RMSNorm(nn.Module):
|
class RMSNorm(nn.Module):
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import io
|
|
||||||
import av
|
import av
|
||||||
import torch
|
import torch
|
||||||
import folder_paths
|
import folder_paths
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user