Update networks/network_base.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Kohya S.
2026-02-23 21:07:47 +09:00
committed by GitHub
parent 62db7eb205
commit f9bbe8f3b6

View File

@@ -1,8 +1,6 @@
# Shared network base for additional network modules (like LyCORIS-family modules: LoHa, LoKr, etc).
# Provides architecture detection and a generic AdditionalNetwork class.
import ast
import math
import os
import re
from dataclasses import dataclass, field