pixart sigma improvements

This commit is contained in:
Vladimir Mandic
2024-06-18 13:21:13 -04:00
parent 4122c6fbce
commit 2a27cd916d
10 changed files with 152 additions and 125 deletions
+1
View File
@@ -424,6 +424,7 @@ function selectVAE(name) {
}
function selectReference(name) {
log(`Select reference: ${name}`);
desiredCheckpointName = name;
gradioApp().getElementById('change_reference').click();
}