Dr.Lt.Data
897debb106
improved: prevent hang UI while CNR loading
...
fixed: normalize id for pyproject.toml
2025-01-13 06:10:59 +09:00
Dr.Lt.Data
0903f28b0c
FIXED: Resolved an issue where the nightly version was always blocked by the security filter.
...
FIXED: Ensured that at least one reload occurs during startup.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1437
2025-01-11 23:55:14 +09:00
Dr.Lt.Data
830be27eb2
FIXED: Resolved an issue that occurred when attempting to install the nightly version if it was not registered in custom-node-list.json.
...
FIXED: Improved error reporting for invalid Git URLs.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1413
2025-01-11 11:38:12 +09:00
Dr.Lt.Data
041f4e4bb5
fixed: robust branch switching for git repo
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1410
2025-01-11 09:37:22 +09:00
Dr.Lt.Data
fd164862f3
fixed: invalid config.ini path
...
fixed: invalid environment setup for git_helper.py
fixed: default pip overrides doesn't work
modified: git_helper.py - use GIT_EXE_PATH env instead of config.ini
improved: print user_directory and ComfyUI-Manager config path on startup
2025-01-09 22:47:02 +09:00
Dr.Lt.Data
0202cf07d5
revise /customnode/installed api ( #1398 )
...
* 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>
2025-01-08 19:50:58 -05:00
Dr.Lt.Data
fd5c120d36
print command line args for restart
2025-01-05 12:41:38 +09:00
Dr.Lt.Data
3075764402
improved: move cache dir to user directory
2025-01-05 12:35:38 +09:00
Dr.Lt.Data
29ab428979
fixed: /customnode/versions - Issue where a 400 error occurred when no versions were available in CNR.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1397
2025-01-05 09:17:54 +09:00
Dr.Lt.Data
585cc0d991
fixed: invalid skipping of pip dependencies installation if ==, ~=
...
removed: useless badge related code
2025-01-04 03:07:36 +09:00
Dr.Lt.Data
4d34b5a3ee
fixed: components path not found
2025-01-04 00:59:53 +09:00
Dr.Lt.Data
16db68aa8e
updated: README.md
...
removed: useless scripts
fixed: robust installation of toml module
2025-01-03 18:55:05 +09:00
Dr.Lt.Data
de2b8fbd88
improved: add aboutBadge
2025-01-02 03:52:18 +09:00
Dr.Lt.Data
5e5235f5d1
remove suffix for enabled custom nodes
2024-12-22 01:42:32 +09:00
Dr.Lt.Data
cbcd2e14ce
Merge branch 'feat/cnr' into feat/cnr-no-suffix
2024-12-21 18:28:46 +09:00
Dr.Lt.Data
b9227b1570
modified: hide migration button temporarily
2024-12-21 18:24:18 +09:00
huchenlei
4e44c26beb
handle installed
2024-12-20 14:56:39 -08:00
huchenlei
6fee2b8b10
Use module name without @version in /customnode/installed object key
2024-12-19 15:22:50 -08:00
Dr.Lt.Data
9b5adfeb2c
feat: endpoint customnode/installed is added
2024-12-19 18:13:10 +09:00
Dr.Lt.Data
95ee037a44
refactor: print -> logging.
2024-12-19 15:50:23 +09:00
Dr.Lt.Data
31de8ffc3d
implement: support --user-directory
2024-12-19 15:27:31 +09:00
Dr.Lt.Data
a44d1fbd37
fix: mismatches caused by manager-core integration
2024-12-19 09:29:30 +09:00
Dr.Lt.Data
46a6afcc19
refactor: ruff
2024-12-18 12:30:47 +09:00
Dr.Lt.Data
222254896c
Merge branch 'main' into feat/cnr
2024-12-18 12:00:16 +09:00
Chenlei Hu
7b812dee75
Enable pyflake ruff lint rules ( #1340 )
2024-12-18 11:46:51 +09:00
Dr.Lt.Data
b8f153e4eb
Merge branch 'main' into feat/cnr
2024-12-18 09:08:15 +09:00
Dr.Lt.Data
75047edf8a
security patch
...
FIXED: Interferes with the proper functioning of the CORS feature.
2024-12-13 18:21:28 +09:00
Dr.Lt.Data
a32e551fd0
Revert "Bypass ComfyUI version check when in electron env ( #1303 )" ( #1316 )
...
This reverts commit 6f1bfae957 .
2024-12-11 03:41:21 +09:00
filtered
6f1bfae957
Bypass ComfyUI version check when in electron env ( #1303 )
...
* Hacky: hide the features we do not want to ship with electron app
* Backup
* Take install path for cm-cli.
* Remove unused.
* Add no deps.
* Add no deps.
* Bypass ComfyUI version check when in electron env
* Fix exception when comfyui is not repo
* Fix version reporting always skipped
* Log unhandled errors
---------
Co-authored-by: Yoland Y <4950057+yoland68@users.noreply.github.com>
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
2024-12-11 03:02:58 +09:00
Dr.Lt.Data
e6b46ebccf
fix: invalid model download path for custom node's model
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1294
2024-12-06 04:25:01 +09:00
Dr.Lt.Data
8593a7206b
FIXED: robust ComfyUI path recognition
...
FIXED: robust import even if prestartup is failed
IMPROVE: show version tag of ComfyUI instead of revision
2024-12-03 01:19:04 +09:00
Dr.Lt.Data
9e44617199
feat: Support customization of the model download path via extra_model_paths.yaml.
...
example
```
some_extra_path:
base_path: /path/to/base
download_model_base: models
checkpoints: models/checkpoints
text_encoders: models/text_encoders
vae: models/vae
loras: models/loras
controlnet: models/controlnet
clip_vision: models/clip_vision
gligen: models/gligen
upscale_models: models/upscale_models
embeddings: models/embeddings
diffusion_models: models/diffusion_models
custom_nodes: custom_nodes
is_default: True
```
2024-11-30 19:52:32 +09:00
Dr.Lt.Data
02f1788261
feat: pip fixer for torch, opencv
...
fixed: Preventing the browser from reopening automatically after a restart on Windows.
2024-11-24 23:33:53 +09:00
Dr.Lt.Data
b703384f6b
Merge branch 'main' into feat/cnr
2024-11-11 13:42:13 +09:00
Dr.Lt.Data
af298b86d7
modified: github raw url
...
update DB
2024-11-11 13:41:45 +09:00
Dr.Lt.Data
bc4126f526
Merge branch 'main' into feat/cnr
2024-10-30 03:49:32 +09:00
Dr.Lt.Data
294244b99f
terminal feature is removed.
...
Now ComfyUI provides built-in terminal feature.
https://github.com/comfyanonymous/ComfyUI/pull/5413
2024-10-30 03:46:59 +09:00
Dr.Lt.Data
5e5e567181
Merge branch 'main' into feat/cnr
2024-10-16 08:36:21 +09:00
Dr.Lt.Data
e8bb7ccda7
Slightly adjust the security level of try fix
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1049
2024-10-16 08:31:35 +09:00
Dr.Lt.Data
f8221b9b5d
Merge branch 'main' into feat/cnr
2024-10-13 17:06:19 +09:00
Dr.Lt.Data
bec91ae52d
FIXED: invalid log message
2024-10-11 00:49:16 +09:00
Dr.Lt.Data
f4442972bc
Merge branch 'main' into feat/cnr
2024-10-08 19:47:38 +09:00
Dr.Lt.Data
3315807a37
security patch
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1125
2024-10-08 19:11:22 +09:00
Dr.Lt.Data
0469cad3bc
security policy is modified
...
MODIFIED: Fix custom nodes feature belongs to `high` level risky features
2024-10-07 08:58:47 +09:00
Dr.Lt.Data
d48c936770
Merge branch 'main' into feat/cnr
2024-09-24 02:07:19 +09:00
Dr.Lt.Data
ffc095a3e5
robust validation
2024-09-24 01:59:35 +09:00
Dr.Lt.Data
a952009d4a
modified: remove uninstall/switch/disable button for ComfyUI-Manager in the list
...
feat: support favorites list
2024-09-08 15:53:54 +09:00
Dr.Lt.Data
7b60b69968
Merge branch 'main' into feat/cnr
2024-08-24 17:20:59 +09:00
Dr.Lt.Data
596316536e
fix: invalid etc model path
...
https://github.com/ltdrdata/ComfyUI-Manager/pull/942#issuecomment-2303932387
2024-08-22 23:05:55 +09:00
Dr.Lt.Data
7ec2793c9a
Merge branch 'main' into feat/cnr
2024-08-22 01:47:55 +09:00
Dr.Lt.Data
a1f7f7069f
comfyui version switch
2024-08-21 01:33:55 +09:00
Dr.Lt.Data
6b7c4d6330
update DB
2024-08-21 00:16:12 +09:00
Dr.Lt.Data
b02cb2b833
Merge branch 'main' into feat/cnr
2024-08-18 13:02:39 +09:00
Dr.Lt.Data
c4227b17e5
better error message for security policy
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/975#issuecomment-2294810500
2024-08-18 12:36:02 +09:00
Dr.Lt.Data
a6d20b0865
Merge branch 'main' into feat/cnr
2024-08-17 16:35:22 +09:00
Dr.Lt.Data
f896755a31
refactor: share features
2024-08-17 12:22:01 +09:00
Dr.Lt.Data
72e4c84f8a
force downgrade numpy to <2 when try fix
2024-08-16 20:11:13 +09:00
Dr.Lt.Data
e906d27606
fix: nightly url mismatch if ssh github url is used
...
fix: don't show pure cnr node unless default channel
2024-08-15 23:44:12 +09:00
Dr.Lt.Data
75240a028a
Merge branch 'main' into feat/cnr
2024-08-14 02:02:33 +09:00
LiGongrong
b491f51a04
feat: mapping clip and checkpoint to model path ( #942 )
2024-08-09 21:15:40 +09:00
Dr.Lt.Data
e16e72cbbd
feat: config.ini - skip_migration_check is supported.
2024-08-04 22:39:13 +09:00
Dr.Lt.Data
ea3413be9b
conservative migration system
...
keep original repo name as possible if unknown node
2024-08-04 16:26:23 +09:00
Dr.Lt.Data
1ede7dfe28
fixed: invalid channel_url in get_risky_level
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/920
2024-08-02 01:30:03 +09:00
Dr.Lt.Data
cdb400d32b
implement: invalid installation handling
...
- print invalid installation nodes on terminal
(installed by `comfy registryinstall`)
- show only 'reinstall' menu if invalid installation node in gui
(and show INVALID marker)
2024-07-31 02:08:30 +09:00
Dr.Lt.Data
b3be556837
support CNR
2024-07-25 00:24:58 +09:00
Dr.Lt.Data
0b3edc3449
Security policy is updated.
...
* Allows the download of models that belong to the whitelist even at the 'normal' security level
2024-07-24 00:37:19 +09:00
Dr.Lt.Data
50b9844215
Security policy changed.
...
'normal' is changed to 'normal-'
and
'normal-' doesn't allow high-security features even if ComfyUI is running with local hosting.
2024-07-21 13:25:57 +09:00
Dr.Lt.Data
a580a5a446
patch again...
2024-07-21 12:17:31 +09:00
Dr.Lt.Data
93bc2ed85f
security patch: model downloading policy is updated
...
doesn't allow model downloading if security level is high and ComfyUI is remotely accessible
2024-07-21 11:58:47 +09:00
Dr.Lt.Data
27253481ae
fix: remove redundant endpoint
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/855
2024-07-11 23:44:29 +09:00
Dr.Lt.Data
01d8d84346
fix: missing 3rd input of download_url in copy_install
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/848
2024-07-09 20:30:22 +09:00
dishuostec
7b9292fbd4
support download via aria2 ( #797 )
2024-06-22 22:11:57 +09:00
MaraScott
49c47b137c
Allow use of local. subdomain ( #799 )
...
Being able to use --listen local.<domain.name> as a local env instead of 127.0.0.1
example local.comfy.org
2024-06-21 07:42:35 +09:00
Dr.Lt.Data
ae0e901a2a
fix: add target='_blank' for linnk in notice board
...
update DB
2024-06-19 01:23:17 +09:00
CenFun
799b97d011
New custom nodes manager ( #744 )
...
* new custom nodes manager
* fix loading
* replace build-in sha1 with md5
* better description link
* fix the update button disappears if open dialog again
* fix restart required status if open dialog again
* merge with main branch
* add trust icon for author
* fixed grid theme for Comfy.ColorPalette
* fix get_unresolved
* remove useless file
* supports better theme with comfyui color palette
* add extensions column
* fixed conflicts
2024-06-12 20:18:11 +09:00
Dr.Lt.Data
b9f38f0d9c
trust mark for author
2024-06-09 17:20:15 +09:00
Dr.Lt.Data
34baa2e903
fix: take github-stats.json from remote
2024-05-17 23:24:16 +09:00
Dr.Lt.Data
1c313ee822
Security patch
...
https://github.com/comfyanonymous/ComfyUI/issues/3473#issuecomment-2109154269
2024-05-15 00:28:38 +09:00
Dr.Lt.Data
d0fa0a8614
feature: disable_unsecure_features config.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/668#issuecomment-2106247543
2024-05-12 23:04:44 +09:00
Dr.Lt.Data
e941c75cee
update model dB
...
support .zip file model
2024-05-09 23:57:14 +09:00
Dr.Lt.Data
b9ef8e3a90
feat: support pip snapshot
2024-05-06 21:06:45 +09:00
Dr.Lt.Data
f1e4760dee
modified: reboot behavior changed
...
https://github.com/Comfy-Org/comfy-cli/pull/6
2024-04-29 00:18:01 +09:00
DukeSniper
853f85987e
Encapsulate Python executable and args in double quotes ( #621 )
...
If a paths contain spaces, the execv needs quotation marks to not implicitly split those paths into multiple arguments
Co-authored-by: DukeSniper <>
2024-04-28 20:24:25 +09:00
Dr.Lt.Data
a3d858dc1a
enhance: cm-cli supports updating comfyui
2024-04-25 00:31:35 +09:00
Dr.Lt.Data
04beb63aa0
fix: missing version check from refactoring
...
- outdated notice is exposed by bug
2024-04-24 20:26:23 +09:00
Dr.Lt.Data
12a364dd6a
feat: support better reboot mechanism based on comfy-cli
2024-04-23 20:46:54 +09:00
dr.lt.data
2e5eb70db3
security fix
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/594
2024-04-22 10:16:11 +09:00
Dr.Lt.Data
63fb2c6f11
fix: 'version_str' is not defined
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/589
2024-04-20 16:11:29 +09:00
Dr.Lt.Data
e98645caf2
feat: cm-cli
...
fix: snapshot related bugs
refactor
2024-04-20 00:52:50 +09:00