mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
manual fixes for ruff
This commit is contained in:
parent
762265eab5
commit
96d6ca4199
22 changed files with 129 additions and 129 deletions
|
|
@ -7,7 +7,7 @@ from torch import nn, Tensor
|
|||
import torch.nn.functional as F
|
||||
from typing import Optional, List
|
||||
|
||||
from modules.codeformer.vqgan_arch import *
|
||||
from modules.codeformer.vqgan_arch import VQAutoEncoder, ResBlock
|
||||
from basicsr.utils import get_root_logger
|
||||
from basicsr.utils.registry import ARCH_REGISTRY
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue