remove width and height data from native presets

pull/369/head
Abdullah Alfaraj 2023-11-04 19:20:56 +03:00
parent 19a0a6cfac
commit 0d994e1953
2 changed files with 5 additions and 24 deletions

View File

@ -6,8 +6,7 @@
"batch_size": 1,
"batch_count": 1,
"steps": 20,
"width": 512,
"height": 512,
"ratio": 1,
"cfg": 7,
"b_width_height_link": true,
@ -28,13 +27,5 @@
"hr_upscaler": "",
"selection_mode": "ratio"
},
"controlnet_tab_preset": [
{},
{},
{},
{},
{},
{},
{}
]
}
"controlnet_tab_preset": [{}, {}, {}, {}, {}, {}, {}]
}

View File

@ -6,8 +6,6 @@
"batch_size": 1,
"batch_count": 1,
"steps": 20,
"width": 512,
"height": 512,
"ratio": 1,
"cfg": 7,
"b_width_height_link": true,
@ -28,13 +26,5 @@
"hr_upscaler": "",
"selection_mode": "ratio"
},
"controlnet_tab_preset": [
{},
{},
{},
{},
{},
{},
{}
]
}
"controlnet_tab_preset": [{}, {}, {}, {}, {}, {}, {}]
}