Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#15591 from AUTOMATIC1111/restore-1.8…
Browse files Browse the repository at this point in the history
….0-style-naming-of-scripts

Restore 1.8.0 style naming of scripts
  • Loading branch information
AUTOMATIC1111 committed Apr 22, 2024
2 parents 61f6479 + e9809de commit 3fdc3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions-builtin/hypertile/scripts/hypertile_xyz.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from modules import scripts
from modules.shared import opts

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

def int_applier(value_name:str, min_range:int = -1, max_range:int = -1):
"""
Expand Down

0 comments on commit 3fdc3cf

Please sign in to comment.