mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-05 16:51:21 -08:00
imports cleanup for ruff
This commit is contained in:
parent
96d6ca4199
commit
f741a98bac
48 changed files with 42 additions and 114 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from transformers import BertPreTrainedModel,BertModel,BertConfig
|
||||
from transformers import BertPreTrainedModel, BertConfig
|
||||
import torch.nn as nn
|
||||
import torch
|
||||
from transformers.models.xlm_roberta.configuration_xlm_roberta import XLMRobertaConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue