mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove 'automatic' from VAE Loader in Nodes
This commit is contained in:
parent
a8a2209560
commit
bd5a764988
@ -38,13 +38,7 @@ const VaeModelInputFieldComponent = (
|
||||
return [];
|
||||
}
|
||||
|
||||
const data: SelectItem[] = [
|
||||
{
|
||||
value: 'auto',
|
||||
label: 'Automatic',
|
||||
group: 'Default',
|
||||
},
|
||||
];
|
||||
const data: SelectItem[] = [];
|
||||
|
||||
forEach(vaeModels.entities, (model, id) => {
|
||||
if (!model) {
|
||||
|
Loading…
Reference in New Issue
Block a user