mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-22 07:10:51 -08:00
typo
This commit is contained in:
@@ -801,7 +801,7 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo):
|
|||||||
with open(os.path.join(script_path, "style.css"), "r", encoding="utf8") as file:
|
with open(os.path.join(script_path, "style.css"), "r", encoding="utf8") as file:
|
||||||
css = file.read()
|
css = file.read()
|
||||||
|
|
||||||
if os.path.exists(os.path.join(script_path, "style.css")):
|
if os.path.exists(os.path.join(script_path, "user.css")):
|
||||||
with open(os.path.join(script_path, "user.css"), "r", encoding="utf8") as file:
|
with open(os.path.join(script_path, "user.css"), "r", encoding="utf8") as file:
|
||||||
usercss = file.read()
|
usercss = file.read()
|
||||||
css += usercss
|
css += usercss
|
||||||
|
|||||||
Reference in New Issue
Block a user