You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Permission denied**: `chmod +x` the ComfyUI executable
112
103
-**Missing libraries**: Install dependencies with package manager
113
-
-**Display issues**: Set `export DISPLAY=:0` if using SSH
114
104
-**LD_LIBRARY_PATH errors**: PyTorch library path issues (see below)
115
105
</Tab>
116
106
</Tabs>
117
107
118
108
### Manual Installation Issues
119
109
110
+
<Note>
111
+
The documentation may be slightly out of date. If an issue occurs, please manually verify whether a newer stable version of pytorch or any of the listed libraries exists. Refer to resources like the [pytorch installation matrix](https://pytorch.org/get-started/locally/) or the [ROCm website](https://rocm.docs.amd.com/projects/install-on-linux/en/develop/install/3rd-party/pytorch-install.html#using-a-wheels-package).
112
+
</Note>
113
+
120
114
**Python version conflicts:**
121
115
```bash
122
116
# Check Python version (3.9+ required, 3.12 recommended)
For urgent issues affecting many users, check our [status page](https://status.comfy.org) and [official Twitter](https://x.com/ComfyUI) for announcements.
0 commit comments