Skip to content

Commit

Permalink
[Electron] Migrate custom nodes (#1892)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
Co-authored-by: huchenlei <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent c36e55f commit 1af0b4f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 18 deletions.
13 changes: 0 additions & 13 deletions src/components/install/MigrationPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,6 @@
</p>
</div>
</div>
<div class="flex items-center gap-3 p-2 rounded cursor-not-allowed">
<Checkbox disabled :binary="true" />
<div>
<label class="text-neutral-200 font-medium">
{{ $t('install.customNodes') }}
<Tag severity="secondary"> {{ $t('g.comingSoon') }}... </Tag>
</label>
<p class="text-sm text-neutral-400 my-1">
{{ $t('install.customNodesDescription') }}
</p>
</div>
</div>
</div>
</div>

Expand All @@ -82,7 +70,6 @@
<script setup lang="ts">
import { ref, computed, watchEffect } from 'vue'
import { electronAPI } from '@/utils/envUtil'
import Tag from 'primevue/tag'
import InputText from 'primevue/inputtext'
import Button from 'primevue/button'
import Checkbox from 'primevue/checkbox'
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
}
},
"customNodes": "Custom Nodes",
"customNodesDescription": "Reference custom node files from existing ComfyUI installations and install their dependencies."
"customNodesDescription": "Reinstall custom nodes from existing ComfyUI installations."
},
"serverStart": {
"reinstall": "Reinstall",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ja/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"appPathLocationTooltip": "ComfyUIのアプリ資産ディレクトリ。ComfyUIのコードとアセットを保存します",
"chooseInstallationLocation": "インストール先を選択",
"customNodes": "カスタムノード",
"customNodesDescription": "既存のComfyUIインストールからカスタムノードファイルを参照し、その依存関係をインストールします",
"customNodesDescription": "既存のComfyUIインストールからカスタムノードを再インストールします",
"desktopAppSettings": "デスクトップアプリの設定",
"desktopAppSettingsDescription": "ComfyUIのデスクトップでの動作を設定します。これらの設定は後で変更可能です。",
"desktopSettings": "デスクトップ設定",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ko/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"appPathLocationTooltip": "ComfyUI의 앱 에셋 디렉토리. ComfyUI 코드 및 에셋을 저장합니다.",
"chooseInstallationLocation": "설치 위치 선택",
"customNodes": "사용자 정의 노드",
"customNodesDescription": "기존 ComfyUI 설치에서 사용자 정의 노드 파일을 참조하고 해당 종속성을 설치합니다.",
"customNodesDescription": "기존 ComfyUI 설치에서 사용자 정의 노드를 다시 설치합니다.",
"desktopAppSettings": "데스크탑 앱 설정",
"desktopAppSettingsDescription": "ComfyUI가 데스크탑에서 어떻게 작동하는지 구성하세요. 이 설정은 나중에 변경할 수 있습니다.",
"desktopSettings": "데스크탑 설정",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"appPathLocationTooltip": "Директория активов приложения ComfyUI. Хранит код и активы ComfyUI",
"chooseInstallationLocation": "Выберите место установки",
"customNodes": "Пользовательские узлы",
"customNodesDescription": "Ссылайтесь на файлы пользовательских узлов из существующих установок ComfyUI и устанавливайте их зависимости.",
"customNodesDescription": "Переустановите пользовательские узлы из существующих установок ComfyUI.",
"desktopAppSettings": "Настройки настольного приложения",
"desktopAppSettingsDescription": "Настройте, как ComfyUI ведет себя на вашем рабочем столе. Вы можете изменить эти настройки позже.",
"desktopSettings": "Настройки рабочего стола",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"appPathLocationTooltip": "ComfyUI 的应用资产目录。存储 ComfyUI 代码和资产",
"chooseInstallationLocation": "选择安装位置",
"customNodes": "自定义节点",
"customNodesDescription": "引用现有 ComfyUI 安装的自定义节点文件并安装其依赖项",
"customNodesDescription": "从现有的ComfyUI安装中重新安装自定义节点",
"desktopAppSettings": "桌面应用设置",
"desktopAppSettingsDescription": "配置 ComfyUI 在桌面上的行为。您可以稍后更改这些设置。",
"desktopSettings": "桌面设置",
Expand Down

0 comments on commit 1af0b4f

Please sign in to comment.