Dr.Lt.Data
32c828670a
fix: update_all - nightly version issue
2024-08-29 21:27:10 +09:00
racerx2oo3
d4812c09a4
Handle comments on the same line as package name ( #1020 )
...
Co-authored-by: SKilbride <110414370+SKilbride@users.noreply.github.com>
2024-08-29 09:34:57 +09:00
Dr.Lt.Data
ad1faee2ef
fix: snapshot
2024-08-28 02:09:00 +09:00
Dr.Lt.Data
005fa14254
fix: execute_install_script - missing pip install except first pip item in requirements.txt
2024-08-24 18:40:25 +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
ed123750d9
postponed processing for cnr switch & migration
2024-08-22 03:38:22 +09:00
Dr.Lt.Data
bede95cd05
improve: better comfyui switch
...
show 'nightly' if current commit is latest commit.
2024-08-22 02:10:04 +09:00
Dr.Lt.Data
693a226a41
improve: comfyui version switch
...
top 4 + nightly
2024-08-22 02:08:23 +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
f74d8cb470
print stash message.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/976#issuecomment-2295670323
2024-08-21 00:45:04 +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
243b65961f
unknown fix
2024-08-17 16:55:23 +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
06b79287e2
Merge branch 'main' into feat/cnr
2024-08-16 00:10:02 +09:00
Dr.Lt.Data
61efd60681
feat: complete pip freezing for torch, torchsde, torchvision
2024-08-16 00:07:19 +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
0968dd85aa
fix: undefined show_message
...
fix: invalid disable for nightly
2024-08-15 22:45:37 +09:00
dr.lt.data
34f3409f9b
remove inproper warning.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/954
2024-08-14 09:31:10 +09:00
Dr.Lt.Data
75240a028a
Merge branch 'main' into feat/cnr
2024-08-14 02:02:33 +09:00
Dr.Lt.Data
d95b974941
fix: invalid version handling
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/953
2024-08-14 01:53:28 +09:00
LiGongrong
b491f51a04
feat: mapping clip and checkpoint to model path ( #942 )
2024-08-09 21:15:40 +09:00
Dr.Lt.Data
3335c82350
Merge branch 'main' into feat/cnr
2024-08-08 22:52:07 +09:00
Dr.Lt.Data
3892e3f5e7
fix: missing title in tryInstallCustomNode
2024-08-08 22:48:18 +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
10055f578b
Merge branch 'main' into feat/cnr
2024-08-04 16:03:25 +09:00
Dr.Lt.Data
35285dd74b
fix: is_installed - consider --index-url pattern
2024-08-04 02:03:42 +09:00
Dr.Lt.Data
cddd000848
Merge branch 'main' into feat/cnr
2024-08-02 03:25:30 +09:00
Dr.Lt.Data
5c70089a62
allows --index-url in requirements.txt
...
https://github.com/ltdrdata/ComfyUI-Manager/discussions/918
2024-08-02 01:55:03 +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
8e1f792cd1
fix: crash by version handling
2024-07-27 22:08:19 +09:00
Dr.Lt.Data
15ef9b9760
hotfix: Temporarily pin numpy installation to numpy<2
...
numpy 2 is breaking many package dependencies
2024-07-27 11:25:08 +09:00
Max Klein
f0299e07f9
added support for --no-deps option to node install and reinstall ( #886 )
...
* added support for `--no-deps` option to node install and reinstall
* post rebase fixup
* fixup help msg for --no-deps option
2024-07-27 01:52:07 +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
bymyself
e93c84d38e
Update security check for llmvision ( #899 )
2024-07-23 21:20:26 +09:00
Dr.Lt.Data
4cb661e86c
version marker
2024-07-22 22:03:09 +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
fd283bbcc9
fix: failing backward compatibility due to invalid logger code
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/848
2024-07-09 23:14:25 +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