mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-20 18:51:26 -03:00
feat(recipes): reconnect suggestions, undo, and base-model family tolerance
Enhance the deleted-LoRA reconnect flow in the recipe modal: - Suggest local reconnect candidates when the panel opens, ranked by identity (same hash / same CivitAI version) then filename/name similarity, with a hard filter on confident base-model mismatches; the input gets a Combobox backed by the same endpoint as you type. - Snapshot the pre-reconnect entry and offer a permanent restore: reconnected entries show an undo icon at the right end of the info row, with the original filename in the tooltip. - Relax the manual reconnect base-model guard to a three-tier check: exact/unknown labels pass silently, same-architecture families (e.g. Pony <-> Illustrious) pass with a warning toast, and only cross-architecture mismatches stay hard-rejected.
This commit is contained in:
@@ -906,6 +906,15 @@
|
||||
"reconnectInstructions": "הזן תחביר או שם של LoRA לחיבור מחדש:",
|
||||
"reconnectExample": "דוגמה: <lora:name:1> או רק את השם",
|
||||
"reconnectPlaceholder": "הזן שם או תחביר של LoRA",
|
||||
"reconnectSuggestionsLoading": "מחפש בספרייה המקומית...",
|
||||
"reconnectSuggestionsEmpty": "לא נמצאו LoRAs תואמים בספרייה המקומית שלך",
|
||||
"reconnectMatchSameHash": "אותו hash",
|
||||
"reconnectMatchSameVersion": "אותה גרסת מודל",
|
||||
"reconnectMatchSimilarFilename": "שם קובץ דומה",
|
||||
"reconnectMatchSimilarName": "שם דומה",
|
||||
"undoReconnect": "בטל",
|
||||
"undoReconnectTooltip": "שחזר את השיוך שהיה לרשומה זו לפני החיבור מחדש",
|
||||
"undoReconnectTooltipNamed": "שחזר ל-{name} (השיוך לפני החיבור מחדש)",
|
||||
"viewOnCivitai": "הצג ב-CivitAI",
|
||||
"openLoraDetails": "הצג את {name} בספריית ה-LoRA",
|
||||
"openCheckpointDetails": "הצג את {name} בספריית המודלים"
|
||||
@@ -2046,7 +2055,10 @@
|
||||
"preparingForDownloadFailed": "שגיאה בהכנת LoRAs להורדה",
|
||||
"enterLoraName": "אנא הזן שם LoRA או תחביר",
|
||||
"reconnectedSuccessfully": "LoRA קושר מחדש בהצלחה",
|
||||
"reconnectBaseModelMismatch": "הקישור מחדש הצליח, אך מודלי הבסיס שונים (מתכון: {recipe}, LoRA: {lora}) — הם תואמים מבחינת הארכיטקטורה",
|
||||
"reconnectFailed": "שגיאה בקישור מחדש של LoRA: {message}",
|
||||
"loraRestored": "LoRA שוחזר לשיוך הקודם",
|
||||
"loraRestoreFailed": "שגיאה בשחזור LoRA: {message}",
|
||||
"noPromptToSend": "אין פרומפט לשליחה",
|
||||
"cannotSend": "לא ניתן לשלוח מתכון: חסר מזהה מתכון",
|
||||
"sendFailed": "שליחת המתכון ל-workflow נכשלה",
|
||||
|
||||
Reference in New Issue
Block a user