mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 10:07:38 +08:00
@@ -1,5 +1,45 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "JosDigby",
|
||||
"title": "ComfyUI-DigbyTools",
|
||||
"reference": "https://github.com/JosDigby/ComfyUI-DigbyTools",
|
||||
"files": [
|
||||
"https://github.com/JosDigby/ComfyUI-DigbyTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom node pack with Keyframer and LTX VAE Latent prep nodes for keyframe animation workflows. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "ivanravinovitch",
|
||||
"title": "AutoCropByColor",
|
||||
"reference": "https://github.com/ivanravinovitch/AutoCropByColor",
|
||||
"files": [
|
||||
"https://github.com/ivanravinovitch/AutoCropByColor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Utility nodes for automatic image cropping by color and scaling to megapixel dimensions. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "brbbbq",
|
||||
"title": "ComfyUI-WanMoveSVI_FLF_v2",
|
||||
"reference": "https://github.com/brbbbq/ComfyUI-WanMoveSVI_FLF_v2",
|
||||
"files": [
|
||||
"https://github.com/brbbbq/ComfyUI-WanMoveSVI_FLF_v2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node implementing WAN-Move Sparse Video Interpolation with frame latency features (FLF v2). (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "krystal",
|
||||
"title": "[WIP] ComfyUI KrystalNodes",
|
||||
"reference": "https://github.com/Krystal-0/ComfyUI-KrystalNodes",
|
||||
"files": [
|
||||
"https://github.com/Krystal-0/ComfyUI-KrystalNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A small pack of utility nodes including CLIP/VAE fallbacks, Anima model detection, and multi image preview.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "TechnoWarrior2",
|
||||
"title": "comfyui-live-preview [WIP]",
|
||||
|
||||
@@ -2814,6 +2814,15 @@
|
||||
"title_aux": "comfy-consistency-vae"
|
||||
}
|
||||
],
|
||||
"https://github.com/JosDigby/ComfyUI-DigbyTools": [
|
||||
[
|
||||
"DigbyKeyframer",
|
||||
"DigbyLTXVLatentPrep"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DigbyTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/JosDigby/ComfyUI-DigbyWan": [
|
||||
[
|
||||
"DigbyLoopClose",
|
||||
@@ -3002,6 +3011,17 @@
|
||||
"title_aux": "RK_Comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/Krystal-0/ComfyUI-KrystalNodes": [
|
||||
[
|
||||
"CLIPFallback",
|
||||
"IsAnimaModel",
|
||||
"MultiImagePreview",
|
||||
"VAEFallback"
|
||||
],
|
||||
{
|
||||
"title_aux": "[WIP] ComfyUI KrystalNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": [
|
||||
[
|
||||
"AIO_Tuner_Pipe",
|
||||
@@ -7185,6 +7205,14 @@
|
||||
"title_aux": "comfyui-mc [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/brbbbq/ComfyUI-WanMoveSVI_FLF_v2": [
|
||||
[
|
||||
"WanMoveSVI_FLF_v2"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-WanMoveSVI_FLF_v2"
|
||||
}
|
||||
],
|
||||
"https://github.com/broumbroum/comfyui-time-system": [
|
||||
[
|
||||
"DayTimeNode",
|
||||
@@ -10392,6 +10420,15 @@
|
||||
"title_aux": "comfyui_iphone_look [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/ivanravinovitch/AutoCropByColor": [
|
||||
[
|
||||
"AutoCropByColor",
|
||||
"ScaleImageToMegapixels"
|
||||
],
|
||||
{
|
||||
"title_aux": "AutoCropByColor"
|
||||
}
|
||||
],
|
||||
"https://github.com/j-pyxal/ComfyUI-Lattice-Manim": [
|
||||
[
|
||||
"ManimAudioCaptionNode",
|
||||
|
||||
@@ -974,6 +974,11 @@
|
||||
"last_update": "2023-11-06 20:50:40",
|
||||
"author_account_age_days": 5222
|
||||
},
|
||||
"https://github.com/JosDigby/ComfyUI-DigbyTools": {
|
||||
"stars": 0,
|
||||
"last_update": "2026-06-02 20:37:54",
|
||||
"author_account_age_days": 322
|
||||
},
|
||||
"https://github.com/JosDigby/ComfyUI-DigbyWan": {
|
||||
"stars": 4,
|
||||
"last_update": "2026-01-15 22:18:38",
|
||||
@@ -1049,6 +1054,11 @@
|
||||
"last_update": "2026-01-19 10:08:42",
|
||||
"author_account_age_days": 565
|
||||
},
|
||||
"https://github.com/Krystal-0/ComfyUI-KrystalNodes": {
|
||||
"stars": 0,
|
||||
"last_update": "2026-06-02 20:18:18",
|
||||
"author_account_age_days": 1079
|
||||
},
|
||||
"https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": {
|
||||
"stars": 1,
|
||||
"last_update": "2025-03-27 19:04:42",
|
||||
@@ -2624,6 +2634,11 @@
|
||||
"last_update": "2026-02-11 13:01:38",
|
||||
"author_account_age_days": 1798
|
||||
},
|
||||
"https://github.com/brbbbq/ComfyUI-WanMoveSVI_FLF_v2": {
|
||||
"stars": 0,
|
||||
"last_update": "2026-06-02 05:45:01",
|
||||
"author_account_age_days": 1095
|
||||
},
|
||||
"https://github.com/broumbroum/comfyui-time-system": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-10-16 18:00:30",
|
||||
@@ -3664,6 +3679,11 @@
|
||||
"last_update": "2026-04-22 12:43:46",
|
||||
"author_account_age_days": 2317
|
||||
},
|
||||
"https://github.com/ivanravinovitch/AutoCropByColor": {
|
||||
"stars": 0,
|
||||
"last_update": "2026-06-02 15:54:25",
|
||||
"author_account_age_days": 3142
|
||||
},
|
||||
"https://github.com/j-pyxal/ComfyUI-Lattice-Manim": {
|
||||
"stars": 1,
|
||||
"last_update": "2026-01-05 01:09:40",
|
||||
|
||||
Reference in New Issue
Block a user