add pixart model

This commit is contained in:
Vladimir Mandic
2023-11-06 10:12:33 -05:00
parent cca69e526d
commit 152f45925e
5 changed files with 29 additions and 19 deletions
-1
View File
@@ -352,7 +352,6 @@ function selectVAE(name) {
}
function selectReference(name) {
console.log('HERE', name);
desiredCheckpointName = name;
gradioApp().getElementById('change_reference').click();
}