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:
@@ -220,7 +220,7 @@ function handleSendToWorkflow(card, replaceMode, modelType) {
|
||||
const folder = card.dataset.folder || '';
|
||||
const name = card.dataset.file_name || '';
|
||||
const embeddingCode = folder ? `embedding:${folder}/${name}` : `embedding:${name}`;
|
||||
sendEmbeddingToWorkflow(embeddingCode, false);
|
||||
sendEmbeddingToWorkflow(embeddingCode);
|
||||
} else {
|
||||
showToast('modelCard.sendToWorkflow.checkpointNotImplemented', {}, 'info');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user