Merge branch 'AUTOMATIC1111:master' into master

This commit is contained in:
discus0434
2022-10-22 22:00:59 +09:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@@ -1648,6 +1648,9 @@ Requested path was: {f}
css = ""
for cssfile in modules.scripts.list_files_with_name("style.css"):
if not os.path.isfile(cssfile):
continue
with open(cssfile, "r", encoding="utf8") as file:
css += file.read() + "\n"