This commit is contained in:
comfyanonymous
2023-04-17 22:45:46 -04:00
3 changed files with 33 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ app.registerExtension({
app.ui.settings.addSetting({
id: "Comfy.SnapToGrid.GridSize",
name: "Grid Size",
type: "number",
type: "slider",
attrs: {
min: 1,
max: 500,