Remove 'automatic' from VAE Loader in Nodes

This commit is contained in:
blessedcoolant 2023-07-01 11:05:03 +12:00 committed by psychedelicious
parent a8a2209560
commit bd5a764988

View File

@ -38,13 +38,7 @@ const VaeModelInputFieldComponent = (
return []; return [];
} }
const data: SelectItem[] = [ const data: SelectItem[] = [];
{
value: 'auto',
label: 'Automatic',
group: 'Default',
},
];
forEach(vaeModels.entities, (model, id) => { forEach(vaeModels.entities, (model, id) => {
if (!model) { if (!model) {