rhuang
December 1, 2024, 2:40am
1
In 0.3.18 we made a mistake and shipped a version of ComfyUI-Manager that installs into the app bundle directory. This means that when the app updates, the bundle gets replaced and your custom nodes will be wiped.
We have a fix ready in the next update that will reinstall custom nodes by parsing your startup logs. This will be going out next Tuesday (Dec 3rd) 10AM PST and no action should be required. However if you want to manually fix this you can also move your custom nodes manually:
opened 02:38AM - 01 Dec 24 UTC
In 0.3.18 we made a mistake and shipped a version of ComfyUI-Manager that instal… ls into the app bundle directory. This means that when the app updates, the bundle gets replaced and your custom nodes will be wiped.
We have a fix ready in the next update that will reinstall custom nodes by parsing your startup logs. This will be going out next *Tuesday (Dec 3rd) 10AM PST* and no action should be required. However if you want to manually fix this you can also move your custom nodes manually:
### Windows
#### Move your custom nodes
**From:** `%AppData%\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes`
**To:** The directory you chose on the installation screen: `install_directory/custom_nodes`
#### Replace the current manager
Download and extract the ComfyUI-Manager version shipped in the next release: https://github.com/Comfy-Org/ComfyUI-Manager/archive/refs/tags/0.4.0.zip
Extract it here: `%AppData%\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes` and rename it to `ComfyUI-Manager` .
### macOS
#### Move your custom nodes
**From:** `/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes`
**To:** The directory you chose on the installation screen: `install_directory/custom_nodes`
#### Replace the current manager
Download and extract the ComfyUI-Manager version shipped in the next release: https://github.com/Comfy-Org/ComfyUI-Manager/archive/refs/tags/0.4.0.zip
Extract it and rename it to `ComfyUI-Manager`:
Replace the `ComfyUI-Manager` in `/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes`
rhuang
December 3, 2024, 7:35pm
3
0.3.23 has been released so this should be fixed.
1 Like