mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-10 08:41:25 -07:00
linter
This commit is contained in:
parent
9dd3b2a10b
commit
cf08f5b4d2
2 changed files with 4 additions and 2 deletions
|
|
@ -11,11 +11,13 @@ import subprocess as sp
|
|||
from PIL import Image
|
||||
|
||||
from modules import call_queue, shared
|
||||
from modules.infotext_utils import image_from_url_text
|
||||
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