Merge branch 'main' into feat/cnr

This commit is contained in:
Dr.Lt.Data 2024-09-26 09:51:01 +09:00
commit 14afc8d998
8 changed files with 112 additions and 48 deletions

View File

@ -14294,6 +14294,17 @@
"install_type": "git-clone",
"description": "A custom node for ComfyUI that analyzes and sorts images based on head orientation using MediaPipe. It detects facial landmarks, calculates head pose, and intelligently sorts images for enhanced AI image processing workflows."
},
{
"author": "PabloGFX",
"title": "Google Photos Loader - by PabloGFX",
"id": "google-photos-loader",
"reference": "https://github.com/lazniak/comfyui-google-photos-loader",
"files": [
"https://github.com/lazniak/comfyui-google-photos-loader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that integrates Google Photos into your workflows. List albums, load images from specific albums, and search photos directly within ComfyUI. Features customizable image loading options, sorting, and efficient caching for seamless integration of your Google Photos library into AI image processing pipelines."
},
{
"author": "45uee",
"title": "ComfyUI-Color_Transfer",
@ -14334,6 +14345,16 @@
"install_type": "git-clone",
"description": "For unloading a model or all models, using the memory management that is already present in ComfyUI. Copied from [a/https://github.com/willblaschko/ComfyUI-Unload-Models](https://github.com/willblaschko/ComfyUI-Unload-Models) but without the unnecessary extra stuff."
},
{
"author": "SeanScripts",
"title": "ComfyUI-PixtralLlamaVision",
"reference": "https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision",
"files": [
"https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision"
],
"install_type": "git-clone",
"description": "For loading and running Pixtral and Llama 3.2 Vision models"
},
{
"author": "ExterminanzHS",
"title": "Gecco Discord Autosend",
@ -14792,16 +14813,6 @@
"install_type": "git-clone",
"description": "This is a ComfyUI node that connects with [a/Roboflow workflows](https://roboflow.com/workflows/build).\nRoboflow hosts hundreds of thousands of open source and custom object detection models."
},
{
"author": "SeanScripts",
"title": "ComfyUI-Pixtral",
"reference": "https://github.com/SeanScripts/ComfyUI-Pixtral",
"files": [
"https://github.com/SeanScripts/ComfyUI-Pixtral"
],
"install_type": "git-clone",
"description": "For loading and running Pixtral models"
},

View File

@ -5149,17 +5149,6 @@
"title_aux": "ComfyUI-Long-CLIP"
}
],
"https://github.com/SeanScripts/ComfyUI-Pixtral": [
[
"PixtralGenerateText",
"PixtralImageEncode",
"PixtralModelLoader",
"PixtralTextEncode"
],
{
"title_aux": "ComfyUI-Pixtral"
}
],
"https://github.com/SeanScripts/ComfyUI-Unload-Model": [
[
"UnloadAllModels",
@ -7620,7 +7609,10 @@
"AK_ConvertListToFloatList",
"AK_ConvertSaltAudioToAudio",
"AK_DilateMaskLinearInfinite",
"AK_FadeBetweenBatches",
"AK_FlexFeatureToFloatList",
"AK_FloatListToDilateMaskSchedule",
"AK_FloatListToFlexFeature",
"AK_IPAdapterCustomWeights",
"AK_KeyframeScheduler",
"AK_LagChop",
@ -7629,6 +7621,7 @@
"AK_RescaleFloatList",
"AK_ScheduledBinaryComparison",
"AK_ShrinkNumSequence",
"AK_SplitImageBatch",
"AK_VideoSpeedAdjust"
],
{
@ -14939,6 +14932,22 @@
"title_aux": "Head Orientation Node"
}
],
"https://github.com/lazniak/comfyui-google-photos-loader": [
[
"ContentFilter",
"DatePicker",
"Google Photos Album Lister",
"Google Photos Album Loader",
"Google Photos Album Selector",
"Google Photos Cache Manager",
"Google Photos Clear Cache",
"Google Photos Images Loader",
"Google Photos Login/Logout"
],
{
"title_aux": "Google Photos Loader - by PabloGFX"
}
],
"https://github.com/leeguandong/ComfyUI_CompareModelWeights": [
[
"CheckPointLoader_Compare",
@ -15907,8 +15916,12 @@
"LF_CharacterImpersonator",
"LF_CivitAIMetadataSetup",
"LF_ControlPanel",
"LF_DisplayBoolean",
"LF_DisplayFloat",
"LF_DisplayInteger",
"LF_DisplayJSON",
"LF_DisplayPrimitiveAsJSON",
"LF_DisplayString",
"LF_Extractor",
"LF_Float",
"LF_GetRandomKeyFromJSON",
@ -15931,6 +15944,7 @@
"LF_RandomBoolean",
"LF_ResizeImageByEdge",
"LF_ResizeImageToSquare",
"LF_ResolutionSwitcher",
"LF_SaveImageForCivitAI",
"LF_SaveJSON",
"LF_SequentialSeedsGenerator",

View File

@ -1859,6 +1859,11 @@
"last_update": "2024-09-25 11:11:56",
"author_account_age_days": 1613
},
"https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision": {
"stars": 1,
"last_update": "2024-09-26 00:00:14",
"author_account_age_days": 1614
},
"https://github.com/SeanScripts/ComfyUI-Unload-Model": {
"stars": 3,
"last_update": "2024-09-05 09:33:16",
@ -4769,6 +4774,11 @@
"last_update": "2024-09-25 10:09:30",
"author_account_age_days": 2374
},
"https://github.com/lazniak/comfyui-google-photos-loader": {
"stars": 0,
"last_update": "2024-09-25 19:40:34",
"author_account_age_days": 2375
},
"https://github.com/leeguandong/ComfyUI_CompareModelWeights": {
"stars": 2,
"last_update": "2024-09-22 13:13:07",

View File

@ -12,7 +12,16 @@
{
"author": "netanelben",
"title": "comfyui-text2image-customnode [WIP]",
"reference": "https://github.com/netanelben/comfyui-text2image-customnode",
"files": [
"https://github.com/netanelben/comfyui-text2image-customnode"
],
"install_type": "git-clone",
"description": "text2image web extension"
},
{
"author": "leeguandong",
"title": "ComfyUI_AliControlnetInpainting [WIP]",

View File

@ -444,6 +444,7 @@
"DevToolsExperimentalNode",
"DevToolsLongComboDropdown",
"DevToolsNodeWithForceInput",
"DevToolsNodeWithOnlyOptionalInput",
"DevToolsNodeWithOptionalInput",
"DevToolsNodeWithOutputList"
],

View File

@ -949,6 +949,11 @@
"last_update": "2024-09-20 07:49:04",
"author_account_age_days": 3873
},
"https://github.com/netanelben/comfyui-text2image-customnode": {
"stars": 0,
"last_update": "2024-09-25 15:22:39",
"author_account_age_days": 3975
},
"https://github.com/neuratech-ai/ComfyUI-MultiGPU": {
"stars": 83,
"last_update": "2024-08-04 16:37:11",

View File

@ -9,6 +9,17 @@
},
{
"author": "PabloGFX",
"title": "Google Photos Loader - by PabloGFX",
"id": "google-photos-loader",
"reference": "https://github.com/lazniak/comfyui-google-photos-loader",
"files": [
"https://github.com/lazniak/comfyui-google-photos-loader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that integrates Google Photos into your workflows. List albums, load images from specific albums, and search photos directly within ComfyUI. Features customizable image loading options, sorting, and efficient caching for seamless integration of your Google Photos library into AI image processing pipelines."
},
{
"author": "Nojahhh",
"title": "ComfyUI GLM-4 Wrapper",
@ -21,13 +32,13 @@
},
{
"author": "SeanScripts",
"title": "ComfyUI-Pixtral",
"reference": "https://github.com/SeanScripts/ComfyUI-Pixtral",
"title": "ComfyUI-PixtralLlamaVision",
"reference": "https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision",
"files": [
"https://github.com/SeanScripts/ComfyUI-Pixtral"
"https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision"
],
"install_type": "git-clone",
"description": "For loading and running Pixtral models"
"description": "For loading and running Pixtral and Llama 3.2 Vision models"
},
{
"author": "DareFail",
@ -677,17 +688,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI-NodeAligner is a lightweight ComfyUI layout plugin that includes features such as node alignment, distribution, and resizing. This plugin is designed to simplify layout adjustments in visual node editors or custom UI components, making node arrangement more convenient and efficient."
},
{
"author": "smthemex",
"title": "ComfyUI_CSGO_Wrapper",
"id": "comfyui_csgo_wrapper",
"reference": "https://github.com/smthemex/ComfyUI_CSGO_Wrapper",
"files": [
"https://github.com/smthemex/ComfyUI_CSGO_Wrapper"
],
"install_type": "git-clone",
"description": "using InstantX's CSGO in comfyUI for style"
}
]
}

View File

@ -5149,17 +5149,6 @@
"title_aux": "ComfyUI-Long-CLIP"
}
],
"https://github.com/SeanScripts/ComfyUI-Pixtral": [
[
"PixtralGenerateText",
"PixtralImageEncode",
"PixtralModelLoader",
"PixtralTextEncode"
],
{
"title_aux": "ComfyUI-Pixtral"
}
],
"https://github.com/SeanScripts/ComfyUI-Unload-Model": [
[
"UnloadAllModels",
@ -7620,7 +7609,10 @@
"AK_ConvertListToFloatList",
"AK_ConvertSaltAudioToAudio",
"AK_DilateMaskLinearInfinite",
"AK_FadeBetweenBatches",
"AK_FlexFeatureToFloatList",
"AK_FloatListToDilateMaskSchedule",
"AK_FloatListToFlexFeature",
"AK_IPAdapterCustomWeights",
"AK_KeyframeScheduler",
"AK_LagChop",
@ -7629,6 +7621,7 @@
"AK_RescaleFloatList",
"AK_ScheduledBinaryComparison",
"AK_ShrinkNumSequence",
"AK_SplitImageBatch",
"AK_VideoSpeedAdjust"
],
{
@ -14939,6 +14932,22 @@
"title_aux": "Head Orientation Node"
}
],
"https://github.com/lazniak/comfyui-google-photos-loader": [
[
"ContentFilter",
"DatePicker",
"Google Photos Album Lister",
"Google Photos Album Loader",
"Google Photos Album Selector",
"Google Photos Cache Manager",
"Google Photos Clear Cache",
"Google Photos Images Loader",
"Google Photos Login/Logout"
],
{
"title_aux": "Google Photos Loader - by PabloGFX"
}
],
"https://github.com/leeguandong/ComfyUI_CompareModelWeights": [
[
"CheckPointLoader_Compare",
@ -15907,8 +15916,12 @@
"LF_CharacterImpersonator",
"LF_CivitAIMetadataSetup",
"LF_ControlPanel",
"LF_DisplayBoolean",
"LF_DisplayFloat",
"LF_DisplayInteger",
"LF_DisplayJSON",
"LF_DisplayPrimitiveAsJSON",
"LF_DisplayString",
"LF_Extractor",
"LF_Float",
"LF_GetRandomKeyFromJSON",
@ -15931,6 +15944,7 @@
"LF_RandomBoolean",
"LF_ResizeImageByEdge",
"LF_ResizeImageToSquare",
"LF_ResolutionSwitcher",
"LF_SaveImageForCivitAI",
"LF_SaveJSON",
"LF_SequentialSeedsGenerator",