Remove unnecessary blank line in model.py

This commit is contained in:
Icbears 2026-02-19 12:59:41 +11:00 committed by GitHub
parent c5549de6f9
commit 526cf1b587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,6 @@ import comfy.ldm.common_dit
import comfy.patcher_extension
from comfy.ldm.flux.math import apply_rope1
class GELU(nn.Module):
def __init__(self, dim_in: int, dim_out: int, approximate: str = "none", bias: bool = True, dtype=None, device=None, operations=None):
super().__init__()