Skip to content
Open
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
10 changes: 10 additions & 0 deletions troubleshooting/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ icon: "lightbulb"
sidebarTitle: "Overview"
---

import DockerNotice from "/snippets/install/docker-notice.mdx"

<Tip>
We receive a lot of feedback issues, and we find that most of the issues submitted are related to custom nodes. So please ensure that you have read the [custom node troubleshooting guide](/troubleshooting/custom-node-issues) before submitting an error report to ensure that the issue is not caused by ComfyUI core issues.
</Tip>
Expand Down Expand Up @@ -354,6 +356,14 @@ conda install libuv
pip install torch==2.3.1.post0+cxx11.abi torchvision==0.18.1.post0+cxx11.abi torchaudio==2.3.1.post0+cxx11.abi intel-extension-for-pytorch==2.3.110.post0+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
```

## Frequently Asked Questions

### How do I run ComfyUI with Docker?

<DockerNotice />

For local installation on Linux, follow the [Manual Installation Guide](/installation/manual_install). For cloud usage, see [Comfy Cloud](/get_started/cloud).

## Getting Help & Reporting Bugs

### Before Reporting a Bug
Expand Down
Loading