Merge branch 'dev' into gradio4

This commit is contained in:
missionfloyd
2024-04-21 18:15:55 -06:00
committed by GitHub
33 changed files with 475 additions and 114 deletions

View File

@@ -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__ == "xyz_grid.py"][0].module
xyz_grid = [x for x in scripts.scripts_data if x.script_class.__module__ == "scripts.xyz_grid"][0].module
def int_applier(value_name:str, min_range:int = -1, max_range:int = -1):
"""