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 [];
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user