diff --git a/custom-node-list.json b/custom-node-list.json index 39e6c16..7859521 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4434,6 +4434,17 @@ "install_type": "git-clone", "description": "GLM4 Vision Integration" }, + { + "author": "darkpixel", + "title": "DarkPrompt", + "reference": "https://github.com/darkpixel/darkprompts", + "files": [ + "https://github.com/darkpixel/darkprompts" + ], + "install_type": "git-clone", + "description": "A slightly better tool for generating random prompts." + }, + diff --git a/extension-node-map.json b/extension-node-map.json index 3d862c1..9124d01 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -270,6 +270,7 @@ ], "https://github.com/BennyKok/comfyui-deploy": [ [ + "ComfyUIDeployExternalCheckpoints", "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalLora", @@ -1555,7 +1556,9 @@ "Image Crop Fit", "Image Resize Fit", "OFF SEGS to Image", + "Paste Face Segment to Image", "Query Gender and Age", + "SEGS to Face Crop Data", "Safe Mask to Image", "VAE Encode For Inpaint V2", "Watermarking" @@ -3410,7 +3413,8 @@ "https://github.com/brianfitzgerald/style_aligned_comfy": [ [ "StyleAlignedBatchAlign", - "StyleAlignedReferenceSampler" + "StyleAlignedReferenceSampler", + "StyleAlignedSampleReferenceLatents" ], { "title_aux": "StyleAligned for ComfyUI" @@ -4062,6 +4066,15 @@ "title_aux": "ComfyUI-Llama" } ], + "https://github.com/darkpixel/darkprompts": [ + [ + "DarkCombine", + "DarkPrompt" + ], + { + "title_aux": "DarkPrompt" + } + ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ [ "dsp-imagehelpers-concat" @@ -6095,6 +6108,7 @@ "GamePal", "GetImageSize_", "GradientImage", + "GridOutput", "ImageColorTransfer", "ImageCropByAlpha", "IntNumber", @@ -6120,6 +6134,7 @@ "SmoothMask", "SpeechRecognition", "SpeechSynthesis", + "SplitImage", "SplitLongMask", "SvgImage", "SwitchByIndex", @@ -6586,8 +6601,10 @@ ], "https://github.com/talesofai/comfyui-browser": [ [ + "DifyTextGenerator //Browser", "LoadImageByUrl //Browser", "SelectInputs //Browser", + "UploadToRemote //Browser", "XyzPlot //Browser" ], { diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index c330379..121fe16 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + { + "author": "shiimizu", + "title": "shiimizu/ComfyUI PhotoMaker", + "reference": "https://github.com/shiimizu/ComfyUI-PhotoMaker", + "files": [ + "https://github.com/shiimizu/ComfyUI-PhotoMaker" + ], + "install_type": "git-clone", + "description": "ComfyUI reference implementation for [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) models. [w/WARN:Currently, it is not distinguishable because it shares the same repository name as https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker]" + }, { "author": "prismwastaken", "title": "prism-tools", @@ -31,13 +41,13 @@ }, { "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI PhotoMaker (WIP)", + "title": "ZHO-ZHO-ZHO/ComfyUI PhotoMaker (WIP)", "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker", "files": [ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker" ], "install_type": "git-clone", - "description": "Unofficial implementation of [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) for ComfyUI(WIP) Testing……" + "description": "Unofficial implementation of [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) for ComfyUI(WIP) Testing……\n[w/WARN:Currently, it is not distinguishable because it shares the same repository name as https://github.com/shiimizu/ComfyUI-PhotoMaker]" }, { "author": "poisenbery", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index a0983ca..f710d52 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -124,11 +124,18 @@ ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker": [ [ - "PhotoMaker_Batch_Zho", - "PhotoMaker_Zho" + "BaseModel_Loader_fromhub", + "BaseModel_Loader_local", + "LoRALoader", + "NEW_PhotoMaker_Generation", + "PhotoMakerAdapter_Loader_fromhub", + "PhotoMakerAdapter_Loader_local", + "PhotoMaker_Generation", + "Prompt_Styler", + "Ref_Image_Preprocessing" ], { - "title_aux": "ComfyUI PhotoMaker (WIP)" + "title_aux": "ZHO-ZHO-ZHO/ComfyUI PhotoMaker (WIP)" } ], "https://github.com/alt-key-project/comfyui-dream-video-batches": [ @@ -246,6 +253,7 @@ "ImageCrop", "ImageInvert", "ImageOnlyCheckpointLoader", + "ImageOnlyCheckpointSave", "ImagePadForOutpaint", "ImageQuantize", "ImageScale", @@ -649,6 +657,14 @@ "title_aux": "NudeNet-Detector-Provider [WIP]" } ], + "https://github.com/prismwastaken/comfyui-tools": [ + [ + "Prism-RandomNormal" + ], + { + "title_aux": "prism-tools" + } + ], "https://github.com/solarpush/comfyui_sendimage_node": [ [ "Send_To_Pod" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 5ce711f..0b7959c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "darkpixel", + "title": "DarkPrompt", + "reference": "https://github.com/darkpixel/darkprompts", + "files": [ + "https://github.com/darkpixel/darkprompts" + ], + "install_type": "git-clone", + "description": "A slightly better tool for generating random prompts." + }, { "author": "Taremin", "title": "WebUI Monaco Prompt", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3d862c1..9124d01 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -270,6 +270,7 @@ ], "https://github.com/BennyKok/comfyui-deploy": [ [ + "ComfyUIDeployExternalCheckpoints", "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalLora", @@ -1555,7 +1556,9 @@ "Image Crop Fit", "Image Resize Fit", "OFF SEGS to Image", + "Paste Face Segment to Image", "Query Gender and Age", + "SEGS to Face Crop Data", "Safe Mask to Image", "VAE Encode For Inpaint V2", "Watermarking" @@ -3410,7 +3413,8 @@ "https://github.com/brianfitzgerald/style_aligned_comfy": [ [ "StyleAlignedBatchAlign", - "StyleAlignedReferenceSampler" + "StyleAlignedReferenceSampler", + "StyleAlignedSampleReferenceLatents" ], { "title_aux": "StyleAligned for ComfyUI" @@ -4062,6 +4066,15 @@ "title_aux": "ComfyUI-Llama" } ], + "https://github.com/darkpixel/darkprompts": [ + [ + "DarkCombine", + "DarkPrompt" + ], + { + "title_aux": "DarkPrompt" + } + ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ [ "dsp-imagehelpers-concat" @@ -6095,6 +6108,7 @@ "GamePal", "GetImageSize_", "GradientImage", + "GridOutput", "ImageColorTransfer", "ImageCropByAlpha", "IntNumber", @@ -6120,6 +6134,7 @@ "SmoothMask", "SpeechRecognition", "SpeechSynthesis", + "SplitImage", "SplitLongMask", "SvgImage", "SwitchByIndex", @@ -6586,8 +6601,10 @@ ], "https://github.com/talesofai/comfyui-browser": [ [ + "DifyTextGenerator //Browser", "LoadImageByUrl //Browser", "SelectInputs //Browser", + "UploadToRemote //Browser", "XyzPlot //Browser" ], {