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
└── update_comfyui_and_python_dependencies.bat // ⚠️ DANGER: Reinstalls dependencies - may cause conflicts
29
29
```
30
-
<Warning>Ensure a stable internet connection during updates. Users in mainland China may need to configure a proxy to access GitHub repositories reliably.</Warning>
30
+
<Warning>Ensure a stable internet connection during updates.</Warning>
31
+
32
+
<Warning>
33
+
**⚠️ DANGER: Use `update_comfyui_and_python_dependencies.bat` with extreme caution!**
34
+
35
+
This script is more thorough than regular updates and will:
36
+
- ✅ Update ComfyUI code itself
37
+
- ✅ Update PyTorch (for NVIDIA GPU CUDA 12.9)
38
+
- ✅ Reinstall ALL Python dependencies
39
+
40
+
**Risks:**
41
+
- May cause dependency conflicts with your existing setup
42
+
- Can break custom nodes that rely on specific package versions
43
+
- May overwrite manually configured packages
44
+
45
+
**⚠️ Only use this script when:**
46
+
- You need to fix dependency issues
47
+
- Performing major version updates
48
+
- For daily updates, use `update_comfyui.bat` instead
49
+
50
+
**Before running this script:**
51
+
1.**Back up your entire ComfyUI installation**
52
+
2. Document any custom package versions you've installed
53
+
3. Be prepared to reinstall custom nodes if needed
54
+
</Warning>
31
55
</Tab>
32
56
<Tabtitle="Desktop">
33
57
ComfyUI Desktop features automatic updates to ensure you're always running the latest version. However, since the Desktop version is built on stable releases, feature updates may lag behind. You can also visit the [download page](https://www.comfy.org/download) to get the latest version.
0 commit comments