From 88ba9a8a37a5951759d918045066ab604c8da6a0 Mon Sep 17 00:00:00 2001 From: shinshin86 Date: Mon, 8 Jan 2024 22:11:15 +0900 Subject: [PATCH 1/6] Fix notice board padding --- js/comfyui-manager.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 856f956..84472eb 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -64,13 +64,12 @@ docStyle.innerHTML = ` } .cm-notice-board { - width: 310px; - padding: 0px !important; + width: 290px; height: 230px; overflow: auto; color: var(--input-text); border: 1px solid var(--descrip-text); - padding: 10px; + padding: 5px 10px; overflow-x: hidden; } From 239a2dcf73db31e4fd2a1d1704d204afbd843e7b Mon Sep 17 00:00:00 2001 From: shinshin86 Date: Sat, 20 Jan 2024 15:21:10 +0900 Subject: [PATCH 2/6] fix a problem with broken styles when comfyui-workspace-manager is enabled --- js/comfyui-manager.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 84472eb..30bc770 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -71,6 +71,17 @@ docStyle.innerHTML = ` border: 1px solid var(--descrip-text); padding: 5px 10px; overflow-x: hidden; + box-sizing: content-box; +} + +.cm-notice-board > ul { + display: block; + list-style-type: disc; + margin-block-start: 1em; + margin-block-end: 1em; + margin-inline-start: 0px; + margin-inline-end: 0px; + padding-inline-start: 40px; } .cm-conflicted-nodes-text { @@ -174,6 +185,7 @@ const style = ` border-radius: 5px; text-align: center; transform: translateX(-50%); + display: block; } .cm-menu-combo { From 390b7f72040a210e71f81757302ffd7f95a92b78 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 21 Jan 2024 00:03:01 +0900 Subject: [PATCH 3/6] update DB --- custom-node-list.json | 11 +++++++++++ extension-node-map.json | 19 ++++++++++++++++++- node_db/dev/custom-node-list.json | 14 ++++++++++++-- node_db/dev/extension-node-map.json | 22 +++++++++++++++++++--- node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 19 ++++++++++++++++++- 6 files changed, 88 insertions(+), 7 deletions(-) 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" ], { From 6a3203555eb1a7ef4873c6062d454bb1384c0f65 Mon Sep 17 00:00:00 2001 From: "Aaron C. de Bruyn" Date: Sat, 20 Jan 2024 09:02:30 -0800 Subject: [PATCH 4/6] Add DarkPrompts to database --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7859521..2ba0123 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4766,6 +4766,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "darkpixel", + "title": "DarkPrompts", + "reference": "https://github.com/darkpixel/darkprompts", + "files": [ + "https://github.com/darkpixel/darkprompts" + ], + "install_type": "git-clone", + "description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources." } ] } From 8fbfde0a9f67b842e246f2448913de7c50732122 Mon Sep 17 00:00:00 2001 From: Miosp <30725330+Miosp@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:49:46 +0100 Subject: [PATCH 5/6] Add FBCNN to custom node list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7859521..81a4dc7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4244,6 +4244,16 @@ "install_type": "git-clone", "description": "Nodes:Enhanced Save Node" }, + { + "author": "miosp", + "title": "ComfyUI-FBCNN", + "reference": "https://github.com/Miosp/ComfyUI-FBCNN", + "files": [ + "https://github.com/Miosp/ComfyUI-FBCNN" + ], + "install_type": "git-clone", + "description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)." + }, { "author": "LarryJane491", "title": "Lora-Training-in-Comfy", From 283963b32c9a53c7f76cde72a4daf7386ab4fa94 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 21 Jan 2024 12:29:45 +0900 Subject: [PATCH 6/6] update DB --- custom-node-list.json | 28 ++++----------------------- extension-node-map.json | 30 ++++++++++++++++------------- node_db/new/custom-node-list.json | 8 ++++---- node_db/new/extension-node-map.json | 30 ++++++++++++++++------------- 4 files changed, 42 insertions(+), 54 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a21c58a..9b02166 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4244,16 +4244,6 @@ "install_type": "git-clone", "description": "Nodes:Enhanced Save Node" }, - { - "author": "miosp", - "title": "ComfyUI-FBCNN", - "reference": "https://github.com/Miosp/ComfyUI-FBCNN", - "files": [ - "https://github.com/Miosp/ComfyUI-FBCNN" - ], - "install_type": "git-clone", - "description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)." - }, { "author": "LarryJane491", "title": "Lora-Training-in-Comfy", @@ -4425,14 +4415,14 @@ "description": "Ranbooru is an extension for the comfyUI. The purpose of this extension is to add a node that gets a random set of tags from boorus pictures. This is mostly being used to help me test my checkpoints on a large variety of" }, { - "author": "Miosp", + "author": "miosp", "title": "ComfyUI-FBCNN", "reference": "https://github.com/Miosp/ComfyUI-FBCNN", "files": [ "https://github.com/Miosp/ComfyUI-FBCNN" ], "install_type": "git-clone", - "description": "ComfyUI implementation of [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN). This is a JPEG artifact/compression removal tool, which can work automatically or with the help of a user." + "description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)." }, { "author": "JcandZero", @@ -4446,13 +4436,13 @@ }, { "author": "darkpixel", - "title": "DarkPrompt", + "title": "DarkPrompts", "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." + "description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources." }, @@ -4776,16 +4766,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "darkpixel", - "title": "DarkPrompts", - "reference": "https://github.com/darkpixel/darkprompts", - "files": [ - "https://github.com/darkpixel/darkprompts" - ], - "install_type": "git-clone", - "description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 9124d01..1d67182 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -979,7 +979,8 @@ ], "https://github.com/JaredTherriault/ComfyUI-JNodes": [ [ - "JNodes_AddOrSetPngInfoKey", + "JNodes_AddOrSetMetaDataKey", + "JNodes_AnyToString", "JNodes_AppendReversedFrames", "JNodes_BooleanSelectorWithString", "JNodes_CheckpointSelectorWithString", @@ -997,8 +998,8 @@ "JNodes_ParseWildcards", "JNodes_PromptBuilderSingleSubject", "JNodes_PromptEditor", + "JNodes_RemoveMetaDataKey", "JNodes_RemoveParseableDataForInference", - "JNodes_RemovePngInfoKey", "JNodes_SamplerSelectorWithString", "JNodes_SaveImageWithOutput", "JNodes_SaveVideo", @@ -3597,15 +3598,18 @@ ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ - "LayerStyle_ColorPicker", - "LayerStyle_DropShadow", + "LayerFilter: MotionBlur", + "LayerMask: MaskInvert", + "LayerMask: MaskPreview", + "LayerStyle: DropShadow", + "LayerStyle: InnerGlow", + "LayerStyle: InnerShadow", + "LayerStyle: OuterGlow", + "LayerStyle: Stroke", "LayerStyle_Illumine", - "LayerStyle_ImageBlend", - "LayerStyle_ImageOpacity", - "LayerStyle_MaskInvert", - "LayerStyle_MaskPreview", - "LayerStyle_OuterGlow", - "LayerStyle_Stroke" + "LayerUtility: ColorPicker", + "LayerUtility: ImageBlend", + "LayerUtility: ImageOpacity" ], { "title_aux": "ComfyUI Layer Style" @@ -4047,11 +4051,11 @@ "https://github.com/daniel-lewis-ab/ComfyUI-Llama": [ [ "Call LLM", - "LLM_Create_Embedding", + "Call LLM Advanced", + "LLM_Create_Completion", "LLM_Detokenize", "LLM_Embed", "LLM_Eval", - "LLM_Generate", "LLM_Load_State", "LLM_Reset", "LLM_Sample", @@ -4072,7 +4076,7 @@ "DarkPrompt" ], { - "title_aux": "DarkPrompt" + "title_aux": "DarkPrompts" } ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0b7959c..094ae7f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -13,13 +13,13 @@ { "author": "darkpixel", - "title": "DarkPrompt", + "title": "DarkPrompts", "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." + "description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources." }, { "author": "Taremin", @@ -42,14 +42,14 @@ "description": "GLM4 Vision Integration" }, { - "author": "Miosp", + "author": "miosp", "title": "ComfyUI-FBCNN", "reference": "https://github.com/Miosp/ComfyUI-FBCNN", "files": [ "https://github.com/Miosp/ComfyUI-FBCNN" ], "install_type": "git-clone", - "description": "ComfyUI implementation of [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN). This is a JPEG artifact/compression removal tool, which can work automatically or with the help of a user." + "description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)." }, { "author": "chaojie", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 9124d01..1d67182 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -979,7 +979,8 @@ ], "https://github.com/JaredTherriault/ComfyUI-JNodes": [ [ - "JNodes_AddOrSetPngInfoKey", + "JNodes_AddOrSetMetaDataKey", + "JNodes_AnyToString", "JNodes_AppendReversedFrames", "JNodes_BooleanSelectorWithString", "JNodes_CheckpointSelectorWithString", @@ -997,8 +998,8 @@ "JNodes_ParseWildcards", "JNodes_PromptBuilderSingleSubject", "JNodes_PromptEditor", + "JNodes_RemoveMetaDataKey", "JNodes_RemoveParseableDataForInference", - "JNodes_RemovePngInfoKey", "JNodes_SamplerSelectorWithString", "JNodes_SaveImageWithOutput", "JNodes_SaveVideo", @@ -3597,15 +3598,18 @@ ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ - "LayerStyle_ColorPicker", - "LayerStyle_DropShadow", + "LayerFilter: MotionBlur", + "LayerMask: MaskInvert", + "LayerMask: MaskPreview", + "LayerStyle: DropShadow", + "LayerStyle: InnerGlow", + "LayerStyle: InnerShadow", + "LayerStyle: OuterGlow", + "LayerStyle: Stroke", "LayerStyle_Illumine", - "LayerStyle_ImageBlend", - "LayerStyle_ImageOpacity", - "LayerStyle_MaskInvert", - "LayerStyle_MaskPreview", - "LayerStyle_OuterGlow", - "LayerStyle_Stroke" + "LayerUtility: ColorPicker", + "LayerUtility: ImageBlend", + "LayerUtility: ImageOpacity" ], { "title_aux": "ComfyUI Layer Style" @@ -4047,11 +4051,11 @@ "https://github.com/daniel-lewis-ab/ComfyUI-Llama": [ [ "Call LLM", - "LLM_Create_Embedding", + "Call LLM Advanced", + "LLM_Create_Completion", "LLM_Detokenize", "LLM_Embed", "LLM_Eval", - "LLM_Generate", "LLM_Load_State", "LLM_Reset", "LLM_Sample", @@ -4072,7 +4076,7 @@ "DarkPrompt" ], { - "title_aux": "DarkPrompt" + "title_aux": "DarkPrompts" } ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [