Skip to content

Commit 6de5a45

Browse files
committed
fix wrong term for lora weight
why is this only a debug issue and not a warning or other obvious response? I never noticed this until now...
1 parent 71fd436 commit 6de5a45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,8 +1576,8 @@
15761576
"cfg_scale": 2,
15771577
"sampler_name": "k_dpmpp_sde",
15781578
"loras": [
1579-
{ "name": "1076692", "is_version": true, "strength": 0.6},
1580-
{ "name": "375228", "is_version": true, "strength": 0.6}
1579+
{ "name": "1076692", "is_version": true, "weight": 0.6},
1580+
{ "name": "375228", "is_version": true, "weight": 0.6}
15811581
],
15821582
"enhance": false
15831583
},

0 commit comments

Comments
 (0)