mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 03:01:27 -03:00
feat(frontend): opt-in Other Models toggles, hidden nav and announcement
- The Other nav entry is hidden while the feature is off (nav-item--hidden, toggled client-side after enabling) and now uses the fa-shapes icon. - Shared utils/otherModels.js helpers (enable through the settings API, open the settings Library section) are reused by the disabled page, the announcement banner and the download modal. - BannerService registers a one-time dismissible "other-models-announcement" banner while the feature is off; SettingsManager drops the banner and updates the nav when the master switch flips. - A disabled download routing answer now surfaces a showActionToast with an "Enable Other Models" action. - Settings UI: master toggle + five sub_type checkboxes whose default-root selects are disabled when unchecked; i18n keys added to en.json and synced (other locales keep TODO placeholders).
This commit is contained in:
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "Rezepte-Speicherpfad",
|
||||
"recipesPathHelp": "Optionales benutzerdefiniertes Verzeichnis für gespeicherte Rezepte. Leer lassen, um den recipes-Ordner im ersten LoRA-Stammverzeichnis zu verwenden.",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Embedding-Modelle"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "Stammverzeichnis",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "Cache wird neu aufgebaut...",
|
||||
"rebuildFailed": "Fehler beim Neuaufbau des Caches: {error}",
|
||||
"retry": "Wiederholen"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "ControlNet Root",
|
||||
"defaultControlnetRootHelp": "Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "Other Models Management",
|
||||
"enableOtherModelsHelp": "When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "Managed Types",
|
||||
"otherSubTypesHelp": "Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "VAE",
|
||||
"subTypeUpscaler": "Upscaler",
|
||||
"subTypeTextEncoder": "Text Encoder",
|
||||
"subTypeClipVision": "CLIP Vision",
|
||||
"subTypeControlnet": "ControlNet",
|
||||
"recipesPath": "Recipes Storage Path",
|
||||
"recipesPathHelp": "Optional custom directory for stored recipes. Leave empty to use the first LoRA root's recipes folder.",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Embedding Models"
|
||||
},
|
||||
"other": {
|
||||
"title": "Other Models"
|
||||
"title": "Other Models",
|
||||
"disabled": {
|
||||
"title": "Other Models management is off",
|
||||
"description": "Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "Enable Other Models",
|
||||
"hint": "You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "Failed to enable Other Models",
|
||||
"downloadBlocked": "Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "Root",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "Rebuilding cache...",
|
||||
"rebuildFailed": "Failed to rebuild cache: {error}",
|
||||
"retry": "Retry"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "Other Models Management is available",
|
||||
"content": "Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "Enable Other Models",
|
||||
"openSettings": "Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "Ruta de almacenamiento de recetas",
|
||||
"recipesPathHelp": "Directorio personalizado opcional para las recetas guardadas. Déjalo vacío para usar la carpeta recipes del primer directorio raíz de LoRA.",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Modelos embedding"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "Raíz",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "Reconstruyendo caché...",
|
||||
"rebuildFailed": "Error al reconstruir la caché: {error}",
|
||||
"retry": "Reintentar"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "Chemin de stockage des Recipes",
|
||||
"recipesPathHelp": "Dossier personnalisé facultatif pour les Recipes enregistrées. Laissez vide pour utiliser le dossier recipes de la première racine LoRA.",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Modèles Embedding"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "Racine",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "Reconstruction du cache...",
|
||||
"rebuildFailed": "Échec de la reconstruction du cache : {error}",
|
||||
"retry": "Réessayer"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "נתיב אחסון מתכונים",
|
||||
"recipesPathHelp": "ספרייה מותאמת אישית אופציונלית למתכונים שנשמרו. השאר ריק כדי להשתמש בתיקיית recipes של שורש LoRA הראשון.",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "מודלי Embedding"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "שורש",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "בונה מחדש את המטמון...",
|
||||
"rebuildFailed": "נכשלה בניית המטמון מחדש: {error}",
|
||||
"retry": "נסה שוב"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "レシピ保存先",
|
||||
"recipesPathHelp": "保存済みレシピ用の任意のカスタムディレクトリです。空欄にすると最初のLoRAルートのrecipesフォルダーを使用します。",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Embeddingモデル"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "ルート",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "キャッシュを再構築中...",
|
||||
"rebuildFailed": "キャッシュの再構築に失敗しました: {error}",
|
||||
"retry": "再試行"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "레시피 저장 경로",
|
||||
"recipesPathHelp": "저장된 레시피를 위한 선택적 사용자 지정 디렉터리입니다. 비워 두면 첫 번째 LoRA 루트의 recipes 폴더를 사용합니다.",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Embedding 모델"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "루트",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "캐시 재구축 중...",
|
||||
"rebuildFailed": "캐시 재구축 실패: {error}",
|
||||
"retry": "다시 시도"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "Путь хранения рецептов",
|
||||
"recipesPathHelp": "Дополнительный пользовательский каталог для сохранённых рецептов. Оставьте пустым, чтобы использовать папку recipes в первом корне LoRA.",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Модели Embedding"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "Корень",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "Перестроение кэша...",
|
||||
"rebuildFailed": "Не удалось перестроить кэш: {error}",
|
||||
"retry": "Повторить"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "配方存储路径",
|
||||
"recipesPathHelp": "已保存配方的可选自定义目录。留空则使用第一个 LoRA 根目录下的 recipes 文件夹。",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Embedding 模型"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "根目录",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "正在重建缓存...",
|
||||
"rebuildFailed": "重建缓存失败:{error}",
|
||||
"retry": "重试"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+25
-1
@@ -545,6 +545,15 @@
|
||||
"defaultClipVisionRootHelp": "[TODO: Translate] Set default CLIP vision root directory for downloads, imports and moves",
|
||||
"defaultControlnetRoot": "[TODO: Translate] ControlNet Root",
|
||||
"defaultControlnetRootHelp": "[TODO: Translate] Set default ControlNet root directory for downloads, imports and moves",
|
||||
"enableOtherModels": "[TODO: Translate] Other Models Management",
|
||||
"enableOtherModelsHelp": "[TODO: Translate] When off, VAE / upscaler / text encoder / CLIP folders are not scanned, the Other Models page stays disabled, and these model types cannot be downloaded.",
|
||||
"otherSubTypes": "[TODO: Translate] Managed Types",
|
||||
"otherSubTypesHelp": "[TODO: Translate] Choose which other-model categories are scanned and shown on the Other Models page.",
|
||||
"subTypeVae": "[TODO: Translate] VAE",
|
||||
"subTypeUpscaler": "[TODO: Translate] Upscaler",
|
||||
"subTypeTextEncoder": "[TODO: Translate] Text Encoder",
|
||||
"subTypeClipVision": "[TODO: Translate] CLIP Vision",
|
||||
"subTypeControlnet": "[TODO: Translate] ControlNet",
|
||||
"recipesPath": "配方儲存路徑",
|
||||
"recipesPathHelp": "已儲存配方的可選自訂目錄。留空則使用第一個 LoRA 根目錄下的 recipes 資料夾。",
|
||||
"recipesPathPlaceholder": "/path/to/recipes",
|
||||
@@ -1214,7 +1223,16 @@
|
||||
"title": "Embedding 模型"
|
||||
},
|
||||
"other": {
|
||||
"title": "[TODO: Translate] Other Models"
|
||||
"title": "[TODO: Translate] Other Models",
|
||||
"disabled": {
|
||||
"title": "[TODO: Translate] Other Models management is off",
|
||||
"description": "[TODO: Translate] Enable it to scan and manage VAE, upscaler, text encoder and CLIP vision files, and to download them from CivitAI.",
|
||||
"enableButton": "[TODO: Translate] Enable Other Models",
|
||||
"hint": "[TODO: Translate] You can change the managed model types later in Settings > Library.",
|
||||
"enableFailed": "[TODO: Translate] Failed to enable Other Models",
|
||||
"downloadBlocked": "[TODO: Translate] Other Models management is disabled for this model type. Enable it in Settings > Library to download this file.",
|
||||
"enableAction": "[TODO: Translate] Enable Other Models"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"modelRoot": "根目錄",
|
||||
@@ -2615,6 +2633,12 @@
|
||||
"rebuilding": "重建快取中...",
|
||||
"rebuildFailed": "重建快取失敗:{error}",
|
||||
"retry": "重試"
|
||||
},
|
||||
"otherModels": {
|
||||
"title": "[TODO: Translate] Other Models Management is available",
|
||||
"content": "[TODO: Translate] Scan and manage VAE, upscaler, text encoder and CLIP vision files — and download them from CivitAI — from one dedicated page.",
|
||||
"enable": "[TODO: Translate] Enable Other Models",
|
||||
"openSettings": "[TODO: Translate] Open Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user