add unet/dir to networks

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-03-22 11:07:09 +01:00
parent 9a5e908ddf
commit afe3786f5f
15 changed files with 119 additions and 24 deletions
+8
View File
@@ -524,6 +524,14 @@ function selectVAE(name) {
markSelectedCards([desiredVAEName], 'vae');
}
let desiredUNetName = null;
function selectUNet(name) {
desiredUNetName = name;
gradioApp().getElementById('change_unet').click();
log(`selectUNet: ${desiredUNetName}`);
markSelectedCards([desiredUNetName], 'unet');
}
function selectReference(name) {
log(`selectReference: ${name}`);
desiredCheckpointName = name;