feat: update some node default settings

This commit is contained in:
2026-04-20 01:08:41 +02:00
parent c0eb75d53c
commit 168e6fcc19
2 changed files with 5 additions and 3 deletions

View File

@@ -10,12 +10,14 @@
"scale": { "scale": {
"type": "float", "type": "float",
"min": 0.1, "min": 0.1,
"max": 10 "max": 10,
"value": 1
}, },
"strength": { "strength": {
"type": "float", "type": "float",
"min": 0.1, "min": 0.1,
"max": 10 "max": 10,
"value": 2
}, },
"fixBottom": { "fixBottom": {
"type": "float", "type": "float",

View File

@@ -6,7 +6,7 @@
"inputs": { "inputs": {
"min": { "min": {
"type": "float", "type": "float",
"value": 2 "value": 1
}, },
"max": { "max": {
"type": "float", "type": "float",