Dr.Lt.Data
908a1009d2
fixed: cm-cli.py - save-snapshot: use default path if --output is not given
...
https://github.com/Comfy-Org/comfy-cli/issues/254#issuecomment-2758584763
2025-03-28 12:49:09 +09:00
Dr.Lt.Data
fb9c68fc32
update DB
2025-03-28 12:47:39 +09:00
yushan777
d54ec0eb05
Update custom-node-list.json ( #1696 )
2025-03-28 12:46:44 +09:00
Dr.Lt.Data
a386948fd1
update DB
2025-03-28 01:57:13 +09:00
Creepybits
007b812ede
Update custom-node-list.json ( #1685 )
...
Added Creepy_nodes
2025-03-28 01:47:06 +09:00
Dr.Lt.Data
0ddb0cec03
update DB
2025-03-28 01:06:21 +09:00
chrisgoringe
e687f83fbf
Update custom-node-list.json ( #1692 )
...
Removed the deprecated image-picker and replaced with the new image-filter
2025-03-28 01:03:05 +09:00
rainlizard
458c9de70f
Update custom-node-list.json - Add "Raffle" ( #1686 )
2025-03-28 01:00:17 +09:00
Dr.Lt.Data
87a652d038
fixed: channel error when DB: local is selected
3.31.8
2025-03-24 01:17:07 +09:00
Dr.Lt.Data
d889df4c89
update DB
2025-03-24 01:16:09 +09:00
Dr.Lt.Data
a2e72d26aa
update DB
2025-03-22 12:29:34 +09:00
ImpactFrames
a4fdc874e7
add IF_Gemini node ( #1678 )
2025-03-22 11:56:07 +09:00
Yuan-Man
dfbe382d60
Add ComfyUI-OrpheusTTS node ( #1679 )
2025-03-22 11:55:36 +09:00
ArtGen
0d56ebb1bf
Update custom-node-list.json ( #1641 )
...
* Update custom-node-list.json
im doing improve some nodes for my friends and this nodepack is growing by the time
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2025-03-22 11:54:55 +09:00
Dr.Lt.Data
9e66da174e
hotfix: make_pip_cmd - don't apply -s always
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1667
2025-03-19 02:01:17 +09:00
Dr.Lt.Data
55fcb00168
update DB
2025-03-19 01:58:18 +09:00
Dr.Lt.Data
68aa534e1d
fixed: An issue where restore malfunctioned since channel validation patch.
...
https://github.com/Comfy-Org/comfy-cli/issues/253
3.31.6
2025-03-19 01:24:20 +09:00
Dr.Lt.Data
7fd94a401b
update DB
2025-03-19 00:23:24 +09:00
kukuo6666
2b9cec50ce
Update custom-node-list.json ( #1674 )
...
This ComfyUI custom node provides tools for processing equirectangular images. Currently supports converting equirectangular images to cubemap format.
2025-03-18 23:48:09 +09:00
Dr.Lt.Data
d1a80cf082
update DB
2025-03-18 02:44:18 +09:00
Dr.Lt.Data
fb445aa510
update DB
2025-03-18 00:59:25 +09:00
Juggernaut
4b904934ef
AttributeError fix ( #1672 )
2025-03-18 00:49:37 +09:00
Jinwoo Park (Curt)
d6295a00e6
Update custom-node-list.json ( #1671 )
...
It works the same as [human-parser-comfyui-node](https://github.com/cozymantis/human-parser-comfyui-node ), but I re-implemented InPlaceABNSync in pure Python so that it doesn't need a runtime build.
The pros and cons of this change:
pros
- The initial runtime is faster because it doesn't require a runtime build.
- No runtime error and complex setups for building the C++ code.
cons:
- After the initial execution, it could be slower than the original InPlaceABNSync.
related issue: https://github.com/cozymantis/human-parser-comfyui-node/issues/22
2025-03-18 00:35:14 +09:00
Laureηt
3b01673829
add comfyui-piq to custom-node-list.json ( #1668 )
...
* add comfyui-piq to custom-node-list.json
* Update custom-node-list.json
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2025-03-17 00:39:37 +09:00
Dr.Lt.Data
a5e83a807f
update DB
2025-03-17 00:37:22 +09:00
ImpactFrames
ddd766ce58
added nodes corrected id to match author name ( #1669 )
2025-03-17 00:35:39 +09:00
Dr.Lt.Data
a6d2fd36fb
update DB
2025-03-16 04:26:11 +09:00
CY-CHENYUE
9156d6bdba
Update custom-node-list.json ( #1660 )
...
* Update custom-node-list.json
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2025-03-15 21:01:36 +09:00
Robin Huang
d18a3ffeff
chore(publish): update GitHub Actions workflow for node publishing ( #1661 )
...
- Add permissions for issue writing
- Update action version to v1 for publish-node-action
- Add condition to run job only for 'ltdrdata' repository owner
Co-authored-by: snomiao <snomiao+comfy-pr@gmail.com>
2025-03-15 20:56:06 +09:00
Dr.Lt.Data
e933eaa2b0
fixed: Skip comfyui-frontend-package fixing when using an older version of ComfyUI.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1662
2025-03-15 20:50:30 +09:00
Dr.Lt.Data
5393653ddc
improved: restore_snapshot - better log message
...
fixed: restore_snapshot - failing channel validation
https://github.com/ltdrdata/ComfyUI-Manager/issues/1659
https://github.com/ltdrdata/ComfyUI-Manager/issues/1664
3.31.4
2025-03-15 20:36:50 +09:00
Dr.Lt.Data
1f3274d3f5
fixed: Removed -> str | None typing.
...
- Python versions below 3.10 do not support it.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1663
2025-03-15 20:14:08 +09:00
Dr.Lt.Data
39eaa76b8a
fixed: remove migration code completely
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1659
3.31.2
2025-03-14 18:24:30 +09:00
Dr.Lt.Data
e5396713ce
fixed: gitclone_install - add mode
2025-03-14 12:59:06 +09:00
Dr.Lt.Data
79943de808
fixed: install via git url - failed to install if the git url is exists in the default channel
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1651#issuecomment-2720408569
3.31.1
2025-03-14 12:53:59 +09:00
Dr.Lt.Data
e05f329602
bump version to 3.31
3.31
2025-03-14 00:59:11 +09:00
Dr.Lt.Data
eed0e8ebea
update DB
2025-03-14 00:58:55 +09:00
SirWillance
731eb4fcbe
Please verify my changes ( #1643 )
...
* Update custom-node-list.json
* Update custom-node-list.json
* Update custom-node-list.json
* Update custom-node-list.json
I felt the need to change the Title and the Description
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2025-03-14 00:53:36 +09:00
Dr.Lt.Data
44a63e4b6d
update DB
2025-03-14 00:52:06 +09:00
CenFun
7651e5e48b
UI improvement ( #1625 )
2025-03-14 00:51:37 +09:00
Dr.Lt.Data
2449636d32
update DB
2025-03-14 00:45:47 +09:00
Dr.Lt.Data
f9990ca8eb
fixed: make_pip_cmd - add '-s' option
2025-03-13 22:48:13 +09:00
Dr.Lt.Data
c3eed981c0
fixed: robust validation when model downloading #2
2025-03-12 21:24:31 +09:00
Dr.Lt.Data
bbb54d4a08
fixed: robust validation when model downloading
3.30.8
2025-03-12 21:10:02 +09:00
Dr.Lt.Data
4566c585db
fixed: a condition code wasn’t saved after editing... lol
3.30.7
2025-03-12 21:00:05 +09:00
Dr.Lt.Data
a946338a18
fixed: invalid channel exception when startup
3.30.6
2025-03-12 17:28:17 +09:00
Dr.Lt.Data
0a60a44478
fixed: several security bugs
...
refactor: remove serveal unused code
3.30.5
2025-03-12 11:32:16 +09:00
Dr.Lt.Data
cef0ad6707
update DB
2025-03-12 07:21:38 +09:00
Robin Huang
7176f0837a
Add linux form factor. ( #1648 )
2025-03-12 07:20:06 +09:00
Yuan-Man
6b1f2b2d9d
Add ComfyUI-StyleStudio node ( #1639 )
2025-03-12 07:15:58 +09:00