feat(ui): fix controlNet models

- update controlnet state to use object format for model
- update model-parsing helper functions to log errors
- update nodes components, types and state
- remove controlnets from state when models are loaded and the controlnet's model is not available
This commit is contained in:
psychedelicious
2023-07-15 12:19:24 +10:00
parent 76dc47e88d
commit 0d41346417
18 changed files with 249 additions and 154 deletions

View File

@ -37,6 +37,7 @@ const ParamVAEModelSelect = () => {
return [];
}
// add a "default" option, this means use the main model's included VAE
const data: SelectItem[] = [
{
value: 'default',