Skip to content

Commit 3fdc3cf

Browse files
Merge pull request AUTOMATIC1111#15591 from AUTOMATIC1111/restore-1.8.0-style-naming-of-scripts
Restore 1.8.0 style naming of scripts
2 parents 61f6479 + e9809de commit 3fdc3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions-builtin/hypertile/scripts/hypertile_xyz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from modules import scripts
22
from modules.shared import opts
33

4-
xyz_grid = [x for x in scripts.scripts_data if x.script_class.__module__ == "scripts.xyz_grid"][0].module
4+
xyz_grid = [x for x in scripts.scripts_data if x.script_class.__module__ == "xyz_grid.py"][0].module
55

66
def int_applier(value_name:str, min_range:int = -1, max_range:int = -1):
77
"""

0 commit comments

Comments
 (0)