mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-07 22:22:53 +08:00
Lint
This commit is contained in:
parent
32281b272e
commit
8356e6beae
@ -5,7 +5,6 @@ import html
|
||||
import os
|
||||
|
||||
import gradio as gr
|
||||
import subprocess as sp
|
||||
from PIL import Image
|
||||
|
||||
from modules import call_queue, shared, ui_tempdir, util
|
||||
@ -14,9 +13,6 @@ import modules.images
|
||||
from modules.ui_components import ToolButton
|
||||
import modules.infotext_utils as parameters_copypaste
|
||||
|
||||
|
||||
image_from_url_text = parameters_copypaste.image_from_url_text
|
||||
|
||||
folder_symbol = '\U0001f4c2' # 📂
|
||||
refresh_symbol = '\U0001f504' # 🔄
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user