Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pages": [
"index",
{
"group": "Install locally",
"group": "Local (Self-Hosted)",
"icon": "download",
"pages": [
"installation/system_requirements",
Expand Down Expand Up @@ -2133,7 +2133,7 @@
"pages": [
"zh/index",
{
"group": "本地安装",
"group": "本地 (自托管)",
"icon": "download",
"pages": [
"zh/installation/system_requirements",
Expand Down Expand Up @@ -4241,7 +4241,7 @@
"pages": [
"ja/index",
{
"group": "ローカルインストール",
"group": "ローカル (セルフホステッド)",
"icon": "download",
"pages": [
"ja/installation/system_requirements",
Expand Down
4 changes: 2 additions & 2 deletions installation/comfyui_portable_windows.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "ComfyUI(portable) Windows"
title: "ComfyUI(portable) Windows — Local Self-Hosted"
description: "This tutorial will guide you on how to download and start using ComfyUI Portable and run the corresponding programs"
icon: "box"
sidebarTitle: "Portable(Windows)"
sidebarTitle: "Portable (Local)"
---

import FirstGeneration from "/snippets/install/first-generation.mdx"
Expand Down
4 changes: 2 additions & 2 deletions installation/desktop/linux.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Linux Desktop Version"
title: "Linux Desktop — Local Self-Hosted"
description: "This article introduces how to download, install and use ComfyUI Desktop for Linux"
sidebarTitle: "Linux"
sidebarTitle: "Linux (Local)"
icon: "linux"
---

Expand Down
4 changes: 2 additions & 2 deletions installation/desktop/macos.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "MacOS Desktop Version"
title: "MacOS Desktop — Local Self-Hosted"
description: "This article introduces how to download, install and use ComfyUI Desktop for MacOS"
icon: "apple"
sidebarTitle: "MacOS"
sidebarTitle: "macOS (Local)"
---

import MirrorLinks from "/snippets/install/mirror-links.mdx"
Expand Down
4 changes: 2 additions & 2 deletions installation/desktop/windows.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Windows Desktop Version"
title: "Windows Desktop — Local Self-Hosted"
description: "This article introduces how to download, install and use ComfyUI Desktop for Windows"
icon: "windows"
sidebarTitle: "Windows"
sidebarTitle: "Windows (Local)"
---

import MirrorLinks from "/snippets/install/mirror-links.mdx"
Expand Down
6 changes: 3 additions & 3 deletions installation/manual_install.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "How to install ComfyUI manually in different systems"
Description: "This section will guide you through the manual installation process on Windows, MacOS and Linux"
title: "Manual Installation — Local Self-Hosted"
description: "This section will guide you through the manual installation process on Windows, MacOS and Linux"
icon: "wrench"
sidebarTitle: "Manual Installation"
sidebarTitle: "Manual (Local)"
---

import GitClone from "/snippets/git-clone.mdx";
Expand Down
Loading