mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-05 23:50:15 +00:00
Lint
This commit is contained in:
@@ -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' # 🔄
|
||||
|
||||
|
||||
Reference in New Issue
Block a user