mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-21 05:40:11 +08:00
linter
This commit is contained in:
parent
9dd3b2a10b
commit
cf08f5b4d2
@ -11,11 +11,13 @@ import subprocess as sp
|
|||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
from modules import call_queue, shared
|
from modules import call_queue, shared
|
||||||
from modules.infotext_utils import image_from_url_text
|
|
||||||
import modules.images
|
import modules.images
|
||||||
from modules.ui_components import ToolButton
|
from modules.ui_components import ToolButton
|
||||||
import modules.infotext_utils as parameters_copypaste
|
import modules.infotext_utils as parameters_copypaste
|
||||||
|
|
||||||
|
|
||||||
|
image_from_url_text = parameters_copypaste.image_from_url_text
|
||||||
|
|
||||||
folder_symbol = '\U0001f4c2' # 📂
|
folder_symbol = '\U0001f4c2' # 📂
|
||||||
refresh_symbol = '\U0001f504' # 🔄
|
refresh_symbol = '\U0001f504' # 🔄
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user