From f9bbe8f3b69054fbf652eb3432aff3e9cb265e97 Mon Sep 17 00:00:00 2001 From: "Kohya S." <52813779+kohya-ss@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:07:47 +0900 Subject: [PATCH] Update networks/network_base.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- networks/network_base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/networks/network_base.py b/networks/network_base.py index b2d8a9fd..d9697562 100644 --- a/networks/network_base.py +++ b/networks/network_base.py @@ -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