mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
66d4ad6174
commit
6d3fddc474
@ -3251,6 +3251,14 @@
|
||||
"title_aux": "ComfyUI Auto LoRA"
|
||||
}
|
||||
],
|
||||
"https://github.com/CheNing233/ComfyUI_Image_Pin": [
|
||||
[
|
||||
"ImagePin"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Image_Pin"
|
||||
}
|
||||
],
|
||||
"https://github.com/ChenDarYen/ComfyUI-NAG": [
|
||||
[
|
||||
"KSamplerWithNAG",
|
||||
@ -6443,6 +6451,23 @@
|
||||
"title_aux": "ComfyUI-Stereopsis"
|
||||
}
|
||||
],
|
||||
"https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [
|
||||
[
|
||||
"dropdowns",
|
||||
"exCheckpointLoader",
|
||||
"exLoadoutCheckpointLoader",
|
||||
"exLoadoutEditCell",
|
||||
"exLoadoutReadColumn",
|
||||
"exLoadoutSeg",
|
||||
"exLoadoutSeg2",
|
||||
"exLoadoutSelector",
|
||||
"exSeg",
|
||||
"exSeg2"
|
||||
],
|
||||
{
|
||||
"title_aux": "exLoadout: Excel-Based Model & Settings Loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": [
|
||||
[
|
||||
"CLIPTextEncodeStyles",
|
||||
@ -14455,6 +14480,17 @@
|
||||
"title_aux": "ComfyUI-StyleStudio"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-ThinkSound": [
|
||||
[
|
||||
"LoadCaption",
|
||||
"LoadCoTDescription",
|
||||
"LoadOThinkSoundVideo",
|
||||
"ThinkSound"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ThinkSound"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-UNO": [
|
||||
[
|
||||
"ConfigSave",
|
||||
@ -19460,6 +19496,16 @@
|
||||
"title_aux": "Civitai Comfy Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/claptrap0/ComfyUI_LLM_Hub": [
|
||||
[
|
||||
"Generated_Output",
|
||||
"LLM_Hub",
|
||||
"LLM_Settings"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_LLM_Hub"
|
||||
}
|
||||
],
|
||||
"https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": [
|
||||
[
|
||||
"CS Transform"
|
||||
@ -20134,16 +20180,6 @@
|
||||
"title_aux": "ComfyUI_experiments"
|
||||
}
|
||||
],
|
||||
"https://github.com/company8/ComfyUI_LLM_Hub": [
|
||||
[
|
||||
"Generated_Output",
|
||||
"LLM_Hub",
|
||||
"LLM_Settings"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_LLM_Hub"
|
||||
}
|
||||
],
|
||||
"https://github.com/concarne000/ConCarneNode": [
|
||||
[
|
||||
"BingImageGrabber",
|
||||
@ -25985,6 +26021,7 @@
|
||||
"ai4artsed_random_instruction_generator",
|
||||
"ai4artsed_random_language_selector",
|
||||
"ai4artsed_stabilitai_key",
|
||||
"ai4artsed_switch_promptsafety",
|
||||
"ai4artsed_t5_clip_fusion",
|
||||
"ai4artsed_text_remix",
|
||||
"ai4artsed_vector_dimension_eliminator"
|
||||
@ -32883,8 +32920,10 @@
|
||||
],
|
||||
"https://github.com/pvlprk/comfyui-pvl-api-nodes": [
|
||||
[
|
||||
"Call OpenAI Assistant",
|
||||
"ComfyDeploy API Caller"
|
||||
"PVL Call OpenAI Assistant",
|
||||
"PVL ComfyDeploy API Caller",
|
||||
"PVL KONTEXT MAX",
|
||||
"PvlKontextMax"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Assistant Node"
|
||||
@ -32977,6 +33016,14 @@
|
||||
"title_aux": "ComfyUI-EsesImageAdjustments"
|
||||
}
|
||||
],
|
||||
"https://github.com/quasiblob/ComfyUI-EsesImageCompare": [
|
||||
[
|
||||
"EsesImageCompare"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-EsesImageCompare"
|
||||
}
|
||||
],
|
||||
"https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": [
|
||||
[
|
||||
"EsesImageEffectBloom"
|
||||
|
||||
@ -1239,6 +1239,11 @@
|
||||
"last_update": "2025-06-17 15:00:30",
|
||||
"author_account_age_days": 379
|
||||
},
|
||||
"https://github.com/CheNing233/ComfyUI_Image_Pin": {
|
||||
"stars": 2,
|
||||
"last_update": "2025-07-13 08:11:47",
|
||||
"author_account_age_days": 2830
|
||||
},
|
||||
"https://github.com/ChenDarYen/ComfyUI-NAG": {
|
||||
"stars": 173,
|
||||
"last_update": "2025-07-06 22:39:57",
|
||||
@ -2359,6 +2364,11 @@
|
||||
"last_update": "2025-07-08 01:45:22",
|
||||
"author_account_age_days": 496
|
||||
},
|
||||
"https://github.com/IsItDanOrAi/ComfyUI-exLoadout": {
|
||||
"stars": 5,
|
||||
"last_update": "2025-07-11 02:36:28",
|
||||
"author_account_age_days": 496
|
||||
},
|
||||
"https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": {
|
||||
"stars": 28,
|
||||
"last_update": "2025-06-11 15:26:03",
|
||||
|
||||
@ -3251,6 +3251,14 @@
|
||||
"title_aux": "ComfyUI Auto LoRA"
|
||||
}
|
||||
],
|
||||
"https://github.com/CheNing233/ComfyUI_Image_Pin": [
|
||||
[
|
||||
"ImagePin"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Image_Pin"
|
||||
}
|
||||
],
|
||||
"https://github.com/ChenDarYen/ComfyUI-NAG": [
|
||||
[
|
||||
"KSamplerWithNAG",
|
||||
@ -6443,6 +6451,23 @@
|
||||
"title_aux": "ComfyUI-Stereopsis"
|
||||
}
|
||||
],
|
||||
"https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [
|
||||
[
|
||||
"dropdowns",
|
||||
"exCheckpointLoader",
|
||||
"exLoadoutCheckpointLoader",
|
||||
"exLoadoutEditCell",
|
||||
"exLoadoutReadColumn",
|
||||
"exLoadoutSeg",
|
||||
"exLoadoutSeg2",
|
||||
"exLoadoutSelector",
|
||||
"exSeg",
|
||||
"exSeg2"
|
||||
],
|
||||
{
|
||||
"title_aux": "exLoadout: Excel-Based Model & Settings Loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": [
|
||||
[
|
||||
"CLIPTextEncodeStyles",
|
||||
@ -14455,6 +14480,17 @@
|
||||
"title_aux": "ComfyUI-StyleStudio"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-ThinkSound": [
|
||||
[
|
||||
"LoadCaption",
|
||||
"LoadCoTDescription",
|
||||
"LoadOThinkSoundVideo",
|
||||
"ThinkSound"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ThinkSound"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-UNO": [
|
||||
[
|
||||
"ConfigSave",
|
||||
@ -19460,6 +19496,16 @@
|
||||
"title_aux": "Civitai Comfy Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/claptrap0/ComfyUI_LLM_Hub": [
|
||||
[
|
||||
"Generated_Output",
|
||||
"LLM_Hub",
|
||||
"LLM_Settings"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_LLM_Hub"
|
||||
}
|
||||
],
|
||||
"https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": [
|
||||
[
|
||||
"CS Transform"
|
||||
@ -20134,16 +20180,6 @@
|
||||
"title_aux": "ComfyUI_experiments"
|
||||
}
|
||||
],
|
||||
"https://github.com/company8/ComfyUI_LLM_Hub": [
|
||||
[
|
||||
"Generated_Output",
|
||||
"LLM_Hub",
|
||||
"LLM_Settings"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_LLM_Hub"
|
||||
}
|
||||
],
|
||||
"https://github.com/concarne000/ConCarneNode": [
|
||||
[
|
||||
"BingImageGrabber",
|
||||
@ -25985,6 +26021,7 @@
|
||||
"ai4artsed_random_instruction_generator",
|
||||
"ai4artsed_random_language_selector",
|
||||
"ai4artsed_stabilitai_key",
|
||||
"ai4artsed_switch_promptsafety",
|
||||
"ai4artsed_t5_clip_fusion",
|
||||
"ai4artsed_text_remix",
|
||||
"ai4artsed_vector_dimension_eliminator"
|
||||
@ -32883,8 +32920,10 @@
|
||||
],
|
||||
"https://github.com/pvlprk/comfyui-pvl-api-nodes": [
|
||||
[
|
||||
"Call OpenAI Assistant",
|
||||
"ComfyDeploy API Caller"
|
||||
"PVL Call OpenAI Assistant",
|
||||
"PVL ComfyDeploy API Caller",
|
||||
"PVL KONTEXT MAX",
|
||||
"PvlKontextMax"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Assistant Node"
|
||||
@ -32977,6 +33016,14 @@
|
||||
"title_aux": "ComfyUI-EsesImageAdjustments"
|
||||
}
|
||||
],
|
||||
"https://github.com/quasiblob/ComfyUI-EsesImageCompare": [
|
||||
[
|
||||
"EsesImageCompare"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-EsesImageCompare"
|
||||
}
|
||||
],
|
||||
"https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": [
|
||||
[
|
||||
"EsesImageEffectBloom"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user