diff --git a/interface/appearance.mdx b/interface/appearance.mdx index 805ba2fa..f97d79f1 100644 --- a/interface/appearance.mdx +++ b/interface/appearance.mdx @@ -5,6 +5,8 @@ sidebarTitle: "Appearance" icon: "paintbrush" --- +import UserDirectory from "/snippets/install/user-directory.mdx" + ComfyUI offers flexible appearance customization options that allow you to personalize the interface to your preferences. ## Color Palette System @@ -128,7 +130,7 @@ For cases where the color palette doesn't provide enough control, you can use cu ### User Directory Location - + ### CSS Specificity Note diff --git a/snippets/install/user-directory.mdx b/snippets/install/user-directory.mdx index fa9eb465..7a408ee8 100644 --- a/snippets/install/user-directory.mdx +++ b/snippets/install/user-directory.mdx @@ -1,22 +1,35 @@ -The ComfyUI user directory is where your personal settings, workflows, and customizations are stored. The location depends on whether you're using the desktop application or the standard installation: - -## Desktop Application - -### Windows -- `C:\Users\\AppData\Roaming\ComfyUI` - -### macOS -- `~/Library/Application Support/ComfyUI` - -### Linux -- `~/.config/ComfyUI` - -## Standard Installation (Non-Desktop) - -The user directory is located in the main ComfyUI installation folder: - -- `/user` +The ComfyUI user directory is where your personal settings, workflows, and customizations are stored. The location depends on your installation type: + + + +``` +C:\Users\\AppData\Roaming\ComfyUI +``` + + +``` +~/Library/Application Support/ComfyUI +``` + + +``` +~/.config/ComfyUI +``` + + +The user directory is located in your ComfyUI installation folder: +``` +/user +``` For example, if you cloned ComfyUI to `C:\ComfyUI`, your user directory would be `C:\ComfyUI\user`. + + +The user directory is located in your ComfyUI portable folder: +``` +/ComfyUI/user +``` + + This location contains your workflows, settings, and other user-specific files. \ No newline at end of file diff --git a/zh-CN/interface/appearance.mdx b/zh-CN/interface/appearance.mdx index 51aa98c2..456bb5a1 100644 --- a/zh-CN/interface/appearance.mdx +++ b/zh-CN/interface/appearance.mdx @@ -5,6 +5,8 @@ sidebarTitle: "外观" icon: "paintbrush" --- +import UserDirectory from "/snippets/install/user-directory.mdx" + ComfyUI 提供灵活的外观自定义选项,允许您根据个人喜好来个性化界面。 ## 调色板系统 @@ -128,7 +130,7 @@ ComfyUI 允许您为画布设置自定义背景图片,提供更加个性化的 ### 用户目录位置 - + ### CSS 特异性说明