This commit is contained in:
Kohaku-Blueleaf 2025-04-02 09:31:24 +08:00
parent c40686eb42
commit 84317474fd
5 changed files with 1 additions and 18 deletions

View File

@ -1,7 +1,5 @@
from typing import Optional
import torch
import torch.nn as nn
import torch.nn.functional as F
class WeightAdapterBase:

View File

@ -1,9 +1,4 @@
import logging
import torch
import comfy.utils
import comfy.model_management
import comfy.model_base
from comfy.lora import weight_decompose, pad_tensor_to_shape
from .base import WeightAdapterBase

View File

@ -1,9 +1,4 @@
import logging
import torch
import comfy.utils
import comfy.model_management
import comfy.model_base
from comfy.lora import weight_decompose, pad_tensor_to_shape
from .base import WeightAdapterBase

View File

@ -1,9 +1,4 @@
import logging
import torch
import comfy.utils
import comfy.model_management
import comfy.model_base
from comfy.lora import weight_decompose, pad_tensor_to_shape
from .base import WeightAdapterBase