mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 05:10:48 +08:00
* revise /customnode/installed
improved: don't fetch data from cnr for the api
improved: change format {<cnr id>: <version>} -> {<module>: [<version>, <cnr id>]}
* fix condition
* improved: add `mode=imported` for startup snapshot
`/customnode/installed` - current snapshot
`/customnode/installed?mode=imported` - startup snapshot
* improved: move cache dir to user directory
* modified: /customnodes/installed
- show whole nodes including disabled
- format changed `key -> list` to `key -> dict`
* fixed: doesn't show disabled node pack properly.
* Update workflow-metadata.js
---------
Co-authored-by: huchenlei <huchenlei@proton.me>
|
||
|---|---|---|
| .. | ||
| cm_global.py | ||
| cnr_utils.py | ||
| git_utils.py | ||
| manager_core.py | ||
| manager_downloader.py | ||
| manager_server.py | ||
| manager_util.py | ||
| node_package.py | ||
| security_check.py | ||
| share_3rdparty.py | ||