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 [];
}
const data: SelectItem[] = [
{
value: 'auto',
label: 'Automatic',
group: 'Default',
},
];
const data: SelectItem[] = [];
forEach(vaeModels.entities, (model, id) => {
if (!model) {