mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
abb15e06d3
commit
9f649b0900
@ -33498,6 +33498,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom nodes for Hunyuan3D - Complete 3D generation suite"
|
||||
},
|
||||
{
|
||||
"author": "mochidroppot",
|
||||
"title": "ComfyUI-ProxyFix",
|
||||
"reference": "https://github.com/mochidroppot/ComfyUI-ProxyFix",
|
||||
"files": [
|
||||
"https://github.com/mochidroppot/ComfyUI-ProxyFix"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension fixes URL encoding issues when ComfyUI is accessed through reverse proxies like 'jupyter-server-proxy'."
|
||||
},
|
||||
{
|
||||
"author": "9nate-drake",
|
||||
"title": "ComfyUI Mask to Center Point Nodes",
|
||||
"reference": "https://github.com/9nate-drake/ComfyUI-MaskCenter",
|
||||
"files": [
|
||||
"https://github.com/9nate-drake/ComfyUI-MaskCenter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This pack provides two custom nodes for ComfyUI designed to find the center coordinates of masks and segments. They are useful for workflows where you need to precisely identify the location of objects or regions of interest."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -839,6 +839,15 @@
|
||||
"title_aux": "ComfyUI-ColorshiftColor"
|
||||
}
|
||||
],
|
||||
"https://github.com/9nate-drake/ComfyUI-MaskCenter": [
|
||||
[
|
||||
"MaskSubMassDetector",
|
||||
"MaskToCenterPoint"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Mask to Center Point Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": [
|
||||
[
|
||||
"PixelSortAdvancedNode",
|
||||
@ -15057,6 +15066,7 @@
|
||||
"Force Aspect On Bounds",
|
||||
"Get File List",
|
||||
"Get List From File",
|
||||
"Get Mask Bounding Box",
|
||||
"Incrementer",
|
||||
"Indexed Entry",
|
||||
"List Count",
|
||||
@ -15067,6 +15077,7 @@
|
||||
"Replace List",
|
||||
"Select Bounding Box",
|
||||
"Sort List",
|
||||
"Split List",
|
||||
"Timestamp"
|
||||
],
|
||||
{
|
||||
@ -37311,7 +37322,8 @@
|
||||
"CheckpointLoaderAdvancedDisTorch2MultiGPU",
|
||||
"CheckpointLoaderAdvancedMultiGPU",
|
||||
"DeviceSelectorMultiGPU",
|
||||
"HunyuanVideoEmbeddingsAdapter"
|
||||
"HunyuanVideoEmbeddingsAdapter",
|
||||
"UNetLoaderLP"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MultiGPU"
|
||||
@ -42539,29 +42551,19 @@
|
||||
],
|
||||
"https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": [
|
||||
[
|
||||
"ColorMatchToReference",
|
||||
"FastFilmGrain",
|
||||
"FastLaplacianSharpen",
|
||||
"FastSobelSharpen",
|
||||
"FastUnsharpSharpen",
|
||||
"GeminiImageNode",
|
||||
"GeminiInputFiles",
|
||||
"GeminiNode",
|
||||
"VRGDG_AudioCrop",
|
||||
"VRGDG_CalculateSetsFromAudio",
|
||||
"VRGDG_CombinevideosV2",
|
||||
"VRGDG_ConditionalLoadVideos",
|
||||
"VRGDG_Extract_Frame_Number",
|
||||
"VRGDG_DisplayIndex",
|
||||
"VRGDG_GetFilenamePrefix",
|
||||
"VRGDG_LoadAudioSplitDynamic",
|
||||
"VRGDG_LoadAudioSplitUpload",
|
||||
"VRGDG_LoadAudioSplit_HUMO",
|
||||
"VRGDG_LoadAudioSplit_HUMO_Transcribe",
|
||||
"VRGDG_LoadVideos",
|
||||
"VRGDG_GetIndexNumber",
|
||||
"VRGDG_LoadAudioSplit_HUMO_TranscribeV2",
|
||||
"VRGDG_PromptSplitter",
|
||||
"VRGDG_PromptSplitterV2",
|
||||
"VRGDG_StringConcat",
|
||||
"VRGDG_TimecodeFromIndex",
|
||||
"VRGDG_TranscribeText",
|
||||
"VRGDG_TriggerCounter",
|
||||
"VRGDG_VideoSplitter"
|
||||
"VRGDG_TriggerCounter"
|
||||
],
|
||||
{
|
||||
"title_aux": "VRGameDevGirl Video Enhancement Nodes"
|
||||
|
||||
2402
github-stats.json
2402
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "panchovial-max",
|
||||
"title": "ComfyUI-ListHelper [NAME CONFLICT]",
|
||||
"reference": "https://github.com/panchovial-max/ComfyUI-ListHelper",
|
||||
"files": [
|
||||
"https://github.com/panchovial-max/ComfyUI-ListHelper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom nodes for ComfyUI that provides enhanced list manipulation and AI integration capabilities."
|
||||
},
|
||||
{
|
||||
"author": "Eric7758",
|
||||
"title": "ComfyUI-IAT [WIP]",
|
||||
|
||||
@ -9328,6 +9328,18 @@
|
||||
"title_aux": "ComfyUI-ppm"
|
||||
}
|
||||
],
|
||||
"https://github.com/panchovial-max/ComfyUI-ListHelper": [
|
||||
[
|
||||
"AudioListCombine",
|
||||
"ListFilter",
|
||||
"ListTransform",
|
||||
"NumberListGenerator",
|
||||
"PromptSplitByDelimiter"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ListHelper [NAME CONFLICT]"
|
||||
}
|
||||
],
|
||||
"https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": [
|
||||
[
|
||||
"UploadImageToGCS"
|
||||
|
||||
@ -3404,6 +3404,11 @@
|
||||
"last_update": "2025-09-28 00:53:36",
|
||||
"author_account_age_days": 2594
|
||||
},
|
||||
"https://github.com/panchovial-max/ComfyUI-ListHelper": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-10-01 01:58:14",
|
||||
"author_account_age_days": 60
|
||||
},
|
||||
"https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-05-28 09:31:23",
|
||||
|
||||
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "9nate-drake",
|
||||
"title": "ComfyUI Mask to Center Point Nodes",
|
||||
"reference": "https://github.com/9nate-drake/ComfyUI-MaskCenter",
|
||||
"files": [
|
||||
"https://github.com/9nate-drake/ComfyUI-MaskCenter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This pack provides two custom nodes for ComfyUI designed to find the center coordinates of masks and segments. They are useful for workflows where you need to precisely identify the location of objects or regions of interest."
|
||||
},
|
||||
{
|
||||
"author": "mochidroppot",
|
||||
"title": "ComfyUI-ProxyFix",
|
||||
"reference": "https://github.com/mochidroppot/ComfyUI-ProxyFix",
|
||||
"files": [
|
||||
"https://github.com/mochidroppot/ComfyUI-ProxyFix"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension fixes URL encoding issues when ComfyUI is accessed through reverse proxies like 'jupyter-server-proxy'."
|
||||
},
|
||||
{
|
||||
"author": "guill",
|
||||
"title": "Stegaflow",
|
||||
@ -667,36 +687,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: QI • TextEncodeQwenImageEdit, QI • VAE Decode, QI • RefEdit Encode — by wallen0322"
|
||||
},
|
||||
{
|
||||
"author": "Yuxi Liu",
|
||||
"title": "comfyui-ddu",
|
||||
"reference": "https://github.com/YL-Lyx/Comfyui-ddu-toolchain",
|
||||
"files": [
|
||||
"https://github.com/YL-Lyx/Comfyui-ddu-toolchain"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ai-driven toolchain for digital design and fabrication "
|
||||
},
|
||||
{
|
||||
"author": "Junst",
|
||||
"title": "ComfyUI-Concept-Diffusion",
|
||||
"reference": "https://github.com/Junst/ComfyUI-Concept-Diffusion",
|
||||
"files": [
|
||||
"https://github.com/Junst/ComfyUI-Concept-Diffusion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ConceptAttention: Diffusion Transformers Learn Highly Interpretable Features for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "1038lab",
|
||||
"title": "ComfyUI-FireRedTTS",
|
||||
"reference": "https://github.com/1038lab/ComfyUI-FireRedTTS",
|
||||
"files": [
|
||||
"https://github.com/1038lab/ComfyUI-FireRedTTS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI integration for FireRedTTS‑2, a real-time multi-speaker TTS system enabling high-quality, emotionally expressive dialogue and monologue synthesis. Leveraging a streaming architecture and context-aware prosody modeling, it supports natural speaker turns and stable long-form generation, ideal for interactive chat and podcast applications."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -839,6 +839,15 @@
|
||||
"title_aux": "ComfyUI-ColorshiftColor"
|
||||
}
|
||||
],
|
||||
"https://github.com/9nate-drake/ComfyUI-MaskCenter": [
|
||||
[
|
||||
"MaskSubMassDetector",
|
||||
"MaskToCenterPoint"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Mask to Center Point Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": [
|
||||
[
|
||||
"PixelSortAdvancedNode",
|
||||
@ -15057,6 +15066,7 @@
|
||||
"Force Aspect On Bounds",
|
||||
"Get File List",
|
||||
"Get List From File",
|
||||
"Get Mask Bounding Box",
|
||||
"Incrementer",
|
||||
"Indexed Entry",
|
||||
"List Count",
|
||||
@ -15067,6 +15077,7 @@
|
||||
"Replace List",
|
||||
"Select Bounding Box",
|
||||
"Sort List",
|
||||
"Split List",
|
||||
"Timestamp"
|
||||
],
|
||||
{
|
||||
@ -37311,7 +37322,8 @@
|
||||
"CheckpointLoaderAdvancedDisTorch2MultiGPU",
|
||||
"CheckpointLoaderAdvancedMultiGPU",
|
||||
"DeviceSelectorMultiGPU",
|
||||
"HunyuanVideoEmbeddingsAdapter"
|
||||
"HunyuanVideoEmbeddingsAdapter",
|
||||
"UNetLoaderLP"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MultiGPU"
|
||||
@ -42539,29 +42551,19 @@
|
||||
],
|
||||
"https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": [
|
||||
[
|
||||
"ColorMatchToReference",
|
||||
"FastFilmGrain",
|
||||
"FastLaplacianSharpen",
|
||||
"FastSobelSharpen",
|
||||
"FastUnsharpSharpen",
|
||||
"GeminiImageNode",
|
||||
"GeminiInputFiles",
|
||||
"GeminiNode",
|
||||
"VRGDG_AudioCrop",
|
||||
"VRGDG_CalculateSetsFromAudio",
|
||||
"VRGDG_CombinevideosV2",
|
||||
"VRGDG_ConditionalLoadVideos",
|
||||
"VRGDG_Extract_Frame_Number",
|
||||
"VRGDG_DisplayIndex",
|
||||
"VRGDG_GetFilenamePrefix",
|
||||
"VRGDG_LoadAudioSplitDynamic",
|
||||
"VRGDG_LoadAudioSplitUpload",
|
||||
"VRGDG_LoadAudioSplit_HUMO",
|
||||
"VRGDG_LoadAudioSplit_HUMO_Transcribe",
|
||||
"VRGDG_LoadVideos",
|
||||
"VRGDG_GetIndexNumber",
|
||||
"VRGDG_LoadAudioSplit_HUMO_TranscribeV2",
|
||||
"VRGDG_PromptSplitter",
|
||||
"VRGDG_PromptSplitterV2",
|
||||
"VRGDG_StringConcat",
|
||||
"VRGDG_TimecodeFromIndex",
|
||||
"VRGDG_TranscribeText",
|
||||
"VRGDG_TriggerCounter",
|
||||
"VRGDG_VideoSplitter"
|
||||
"VRGDG_TriggerCounter"
|
||||
],
|
||||
{
|
||||
"title_aux": "VRGameDevGirl Video Enhancement Nodes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user