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
2 changes: 2 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@
{
"tab": "Support",
"pages": [
"support/contact-support",
{
"group": "Billing Support",
"pages": [
Expand Down Expand Up @@ -1155,6 +1156,7 @@
{
"tab": "支持",
"pages": [
"zh-CN/support/contact-support",
{
"group": "账单支持",
"pages": [
Expand Down
32 changes: 32 additions & 0 deletions support/contact-support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Contact support
description: Get help and report issues for ComfyUI
---

Get help with ComfyUI through our support channels and report issues in the appropriate repository.

## Support channels

<CardGroup cols={2}>
<Card title="Zendesk Support" icon="life-ring" href="https://support.comfy.org/">
Get help from our support team
</Card>
</CardGroup>

## Report issues

Report bugs and issues in the corresponding GitHub repository:

<CardGroup cols={2}>
<Card title="UI Issues" icon="browser" href="https://github.com/Comfy-Org/ComfyUI_frontend/issues">
Report UI-related issues in ComfyUI_frontend
</Card>

<Card title="Core Issues" icon="code" href="https://github.com/comfyanonymous/ComfyUI/issues">
Report core functionality issues
</Card>

<Card title="Desktop Issues" icon="desktop" href="https://github.com/Comfy-Org/desktop/issues">
Report issues with the desktop version
</Card>
</CardGroup>
32 changes: 32 additions & 0 deletions zh-CN/support/contact-support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: 联系支持
description: 获取 ComfyUI 帮助并报告问题
---

通过我们的支持渠道获取 ComfyUI 帮助,并在相应的代码仓库中报告问题。

## 支持渠道

<CardGroup cols={2}>
<Card title="Zendesk 支持" icon="life-ring" href="https://support.comfy.org/">
从我们的支持团队获取帮助
</Card>
</CardGroup>

## 报告问题

在相应的 GitHub 代码仓库中报告错误和问题:

<CardGroup cols={2}>
<Card title="UI 相关问题" icon="browser" href="https://github.com/Comfy-Org/ComfyUI_frontend/issues">
在 ComfyUI_frontend 中报告 UI 相关问题
</Card>

<Card title="核心功能问题" icon="code" href="https://github.com/comfyanonymous/ComfyUI/issues">
报告核心功能问题
</Card>

<Card title="桌面版问题" icon="desktop" href="https://github.com/Comfy-Org/desktop/issues">
报告桌面版本问题
</Card>
</CardGroup>