[Electron] Migrate custom nodes (#1892)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: huchenlei <huchenlei@proton.me>
This commit is contained in:
pythongosssss
2024-12-23 14:33:48 +00:00
committed by GitHub
parent c36e55f0b7
commit 1af0b4f992
6 changed files with 5 additions and 18 deletions

View File

@@ -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>
@@ -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'

View File

@@ -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",

View File

@@ -155,7 +155,7 @@
"appPathLocationTooltip": "ComfyUIのアプリ資産ディレクトリ。ComfyUIのコードとアセットを保存します",
"chooseInstallationLocation": "インストール先を選択",
"customNodes": "カスタムノード",
"customNodesDescription": "既存のComfyUIインストールからカスタムードファイルを参照し、その依存関係をインストールします。",
"customNodesDescription": "既存のComfyUIインストールからカスタムードをインストールします。",
"desktopAppSettings": "デスクトップアプリの設定",
"desktopAppSettingsDescription": "ComfyUIのデスクトップでの動作を設定します。これらの設定は後で変更可能です。",
"desktopSettings": "デスクトップ設定",

View File

@@ -155,7 +155,7 @@
"appPathLocationTooltip": "ComfyUI의 앱 에셋 디렉토리. ComfyUI 코드 및 에셋을 저장합니다.",
"chooseInstallationLocation": "설치 위치 선택",
"customNodes": "사용자 정의 노드",
"customNodesDescription": "기존 ComfyUI 설치에서 사용자 정의 노드 파일을 참조하고 해당 종속성을 설치합니다.",
"customNodesDescription": "기존 ComfyUI 설치에서 사용자 정의 노드를 다시 설치합니다.",
"desktopAppSettings": "데스크탑 앱 설정",
"desktopAppSettingsDescription": "ComfyUI가 데스크탑에서 어떻게 작동하는지 구성하세요. 이 설정은 나중에 변경할 수 있습니다.",
"desktopSettings": "데스크탑 설정",

View File

@@ -155,7 +155,7 @@
"appPathLocationTooltip": "Директория активов приложения ComfyUI. Хранит код и активы ComfyUI",
"chooseInstallationLocation": "Выберите место установки",
"customNodes": "Пользовательские узлы",
"customNodesDescription": "Ссылайтесь на файлы пользовательских узлов из существующих установок ComfyUI и устанавливайте их зависимости.",
"customNodesDescription": "Переустановите пользовательские узлы из существующих установок ComfyUI.",
"desktopAppSettings": "Настройки настольного приложения",
"desktopAppSettingsDescription": "Настройте, как ComfyUI ведет себя на вашем рабочем столе. Вы можете изменить эти настройки позже.",
"desktopSettings": "Настройки рабочего стола",

View File

@@ -155,7 +155,7 @@
"appPathLocationTooltip": "ComfyUI 的应用资产目录。存储 ComfyUI 代码和资产",
"chooseInstallationLocation": "选择安装位置",
"customNodes": "自定义节点",
"customNodesDescription": "引用现有 ComfyUI 安装自定义节点文件并安装其依赖项。",
"customNodesDescription": "现有ComfyUI安装中重新安装自定义节点。",
"desktopAppSettings": "桌面应用设置",
"desktopAppSettingsDescription": "配置 ComfyUI 在桌面上的行为。您可以稍后更改这些设置。",
"desktopSettings": "桌面设置",