Fixed circular reference

This commit is contained in:
cantor-set
2024-03-03 20:40:44 -05:00
parent 0a24a8a67a
commit 9d1c02d30d
5 changed files with 24 additions and 23 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ import re
import json
import math
from modules.util import get_files_from_folder
from modules.path_utils import get_files_from_folder
# cannot use modules.config - validators causing circular imports
styles_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../sdxl_styles/'))