mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-11 13:19:24 -03:00
fix(i18n): add missing embedding translation keys, sync locales, clean up dead replaceMode branch
This commit is contained in:
@@ -1195,7 +1195,7 @@ async function handleSendToWorkflow(target, modelType) {
|
||||
const folder = modalElement?.dataset?.folder || '';
|
||||
const name = currentFileName.replace(/\.[^.]+$/, '');
|
||||
const embeddingCode = folder ? `embedding:${folder}/${name}` : `embedding:${name}`;
|
||||
await sendEmbeddingToWorkflow(embeddingCode, false);
|
||||
await sendEmbeddingToWorkflow(embeddingCode);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user