mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-10 08:41:25 -07:00
Lint
This commit is contained in:
parent
32281b272e
commit
8356e6beae
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue