also empty VAE and hypernetwork fields

This commit is contained in:
JeLuF 2023-01-03 08:23:42 +01:00 committed by GitHub
parent 23d5f85d17
commit ac4c5003f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,6 +365,8 @@
// Update model list
stableDiffusionModelField.innerHTML = ''
vaeModelField.innerHTML = ''
hypernetworkModelField.innerHTML = ''
await getModels()
})