diff --git a/troubleshooting/overview.mdx b/troubleshooting/overview.mdx index 62b3e7952..83db55db3 100644 --- a/troubleshooting/overview.mdx +++ b/troubleshooting/overview.mdx @@ -5,6 +5,8 @@ icon: "lightbulb" sidebarTitle: "Overview" --- +import DockerNotice from "/snippets/install/docker-notice.mdx" + 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. @@ -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? + + + +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