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:
@@ -565,7 +565,7 @@ export class BulkManager {
|
||||
}
|
||||
|
||||
const joinedCode = embeddingCodes.join(', ');
|
||||
await sendEmbeddingToWorkflow(joinedCode, false);
|
||||
await sendEmbeddingToWorkflow(joinedCode);
|
||||
}
|
||||
|
||||
showBulkDeleteModal() {
|
||||
|
||||
Reference in New Issue
Block a user