mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix TI appearing as key in prompt
This commit is contained in:
parent
52d0f9c52f
commit
9a6c2089bf
@ -31,7 +31,7 @@ export const EmbeddingSelect = memo(({ onSelect, onClose }: EmbeddingSelectProps
|
||||
if (!embedding) {
|
||||
return;
|
||||
}
|
||||
onSelect(embedding.key);
|
||||
onSelect(embedding.name);
|
||||
},
|
||||
[onSelect]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user