mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Change SDModelType enum to string, fixes(model unload negative locks count, scheduler load error, saftensors convert, wrong logic in del_model, wrong parse metadata in web)
This commit is contained in:
@ -263,7 +263,7 @@ export const parseNodeMetadata = (
|
||||
return;
|
||||
}
|
||||
|
||||
if ('unet' in nodeItem && 'tokenizer' in nodeItem) {
|
||||
if ('unet' in nodeItem && 'scheduler' in nodeItem) {
|
||||
const unetField = parseUNetField(nodeItem);
|
||||
if (unetField) {
|
||||
parsed[nodeKey] = unetField;
|
||||
|
Reference in New Issue
Block a user