diff --git a/basic-concepts/models.mdx b/basic-concepts/models.mdx index 98a65afef..72079974b 100644 --- a/basic-concepts/models.mdx +++ b/basic-concepts/models.mdx @@ -54,8 +54,8 @@ There is no “uninstall” button in the UI yet. To remove a model, **delete it If you've installed a model but can't find it in ComfyUI, try these steps: - Verify the model is in the correct location: - - For **Comfy Desktop**: Go to **Help** menu → **Open Folder** → **Open Model Folder** to check the model installation path - - Ensure your model file is placed in the correct subfolder (e.g., `checkpoints`, `loras`, `vae`) + - Default path: `ComfyUI/models/` (e.g. `checkpoints`, `loras`, `vae`) + - For **Comfy Desktop**: Go to **Help** menu → **Open Folder** → **Open Model Folder** to check the model installation path. This menu only exists in the desktop app, not when ComfyUI runs in a browser. - Press the `r` key to refresh node definitions so ComfyUI can detect the model - Restart ComfyUI - Ensure the correct model is selected in the loader node diff --git a/ja/basic-concepts/models.mdx b/ja/basic-concepts/models.mdx index 113991298..59d08d529 100644 --- a/ja/basic-concepts/models.mdx +++ b/ja/basic-concepts/models.mdx @@ -65,8 +65,8 @@ UI にはまだ「アンインストール」ボタンがありません。モ モデルをインストールしたが ComfyUI で見つからない場合は、次の手順を試してください: - モデルが正しい場所にあるか確認します: - - **Comfy Desktop** の場合:**ヘルプ**メニュー → **フォルダーを開く** → **モデルフォルダーを開く**に移動して、モデルインストールパスを確認します - - モデルファイルが正しいサブフォルダー(例:`checkpoints`、`loras`、`vae`)に配置されていることを確認します + - デフォルトのパスは `ComfyUI/models/` です(例:`checkpoints`、`loras`、`vae`) + - **Comfy Desktop** の場合:**ヘルプ**メニュー → **フォルダーを開く** → **モデルフォルダーを開く**に移動して、モデルインストールパスを確認します。このメニューはデスクトップアプリにのみ存在し、ブラウザーで実行している ComfyUI にはありません - `r` キーを押してノード定義を更新し、ComfyUI がモデルを検出できるようにします - ComfyUI を再起動します - ローダーノードで正しいモデルが選択されていることを確認します diff --git a/ko/basic-concepts/models.mdx b/ko/basic-concepts/models.mdx index a8edf59e3..b76fbffae 100644 --- a/ko/basic-concepts/models.mdx +++ b/ko/basic-concepts/models.mdx @@ -66,8 +66,8 @@ ComfyUI에서 **모델**이란 실제로 워크플로를 실행하는 가중치 모델을 설치했는데 ComfyUI에서 찾을 수 없다면 다음 단계를 시도해 보세요: - 모델이 올바른 위치에 있는지 확인하세요: - - **Comfy 데스크톱**: **도움말** 메뉴 → **폴더 열기** → **모델 폴더 열기**를 클릭해 모델 설치 경로를 확인하세요. - - 모델 파일이 올바른 하위 폴더(예: `checkpoints`, `loras`, `vae`)에 저장되었는지 확인하세요. + - 기본 경로는 `ComfyUI/models/`입니다 (예: `checkpoints`, `loras`, `vae`) + - **Comfy 데스크톱**: **도움말** 메뉴 → **폴더 열기** → **모델 폴더 열기**를 클릭해 모델 설치 경로를 확인하세요. 이 메뉴는 데스크톱 앱에만 있으며 브라우저에서 실행하는 ComfyUI에는 없습니다. - `r` 키를 눌러 노드 정의를 새로 고쳐 ComfyUI가 모델을 인식하도록 하세요. - ComfyUI를 재시작하세요. - 로더 노드에서 올바른 모델이 선택되었는지 확인하세요. diff --git a/zh/basic-concepts/models.mdx b/zh/basic-concepts/models.mdx index d6a95bafa..12372bf60 100644 --- a/zh/basic-concepts/models.mdx +++ b/zh/basic-concepts/models.mdx @@ -66,8 +66,8 @@ import ExternalModels from "/snippets/zh/install/add-external-models.mdx" 若已放入模型但在 ComfyUI 里看不到,可依次尝试: - 确认路径与文件夹是否正确: - - **Comfy Desktop**:**帮助** → **打开文件夹** → **打开模型文件夹**,核对实际路径 - - 文件是否放在对应子目录中(如 `checkpoints`、`loras`、`vae`) + - 默认路径为 `ComfyUI/models/`(如 `checkpoints`、`loras`、`vae`) + - **Comfy Desktop**:**帮助** → **打开文件夹** → **打开模型文件夹**,核对实际路径。该菜单仅桌面应用内存在,浏览器访问的 Web 版没有此项 - 按快捷键 **`r`** 刷新节点定义,让 ComfyUI 重新扫描 - 重启 ComfyUI - 在对应的加载器节点中确认已选中正确的模型