update to sdxl

This commit is contained in:
anapnoe
2023-10-31 19:52:17 +02:00
parent 73e222e6cf
commit f2844bd024
233 changed files with 7985 additions and 8738 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
import json
import os
from modules import errors
from modules import errors, scripts
localizations = {}
@@ -16,7 +16,6 @@ def list_localizations(dirname):
localizations[fn] = os.path.join(dirname, file)
from modules import scripts
for file in scripts.list_scripts("localizations", ".json"):
fn, ext = os.path.splitext(file.filename)
localizations[fn] = file.path