update DB

This commit is contained in:
dr.lt.data 2024-01-22 16:34:13 +09:00
parent e5a0a2e658
commit 1eac77c536
5 changed files with 93 additions and 36 deletions

View File

@ -4444,8 +4444,16 @@
"install_type": "git-clone",
"description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources."
},
{
"author": "shiimizu",
"title": "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]"
},

View File

@ -714,6 +714,7 @@
"LineartStandardPreprocessor",
"M-LSDPreprocessor",
"Manga2Anime_LineArt_Preprocessor",
"MaskOptFlow",
"MediaPipe-FaceMeshPreprocessor",
"MeshGraphormer-DepthMapPreprocessor",
"MiDaS-DepthMapPreprocessor",
@ -731,6 +732,7 @@
"ShufflePreprocessor",
"TilePreprocessor",
"UniFormer-SemSegPreprocessor",
"Unimatch_OptFlowPreprocessor",
"Zoe-DepthMapPreprocessor"
],
{
@ -2437,6 +2439,7 @@
"BLIP Analyze Image",
"BLIP Model Loader",
"Blend Latents",
"Boolean To Text",
"Bounded Image Blend",
"Bounded Image Blend with Mask",
"Bounded Image Crop",
@ -2548,6 +2551,11 @@
"Load Lora",
"Load Text File",
"Logic Boolean",
"Logic Boolean Primitive",
"Logic Comparison AND",
"Logic Comparison OR",
"Logic Comparison XOR",
"Logic NOT",
"Lora Input Switch",
"Lora Loader",
"Mask Arbitrary Region",
@ -2603,6 +2611,7 @@
"Text Add Tokens",
"Text Compare",
"Text Concatenate",
"Text Contains",
"Text Dictionary Convert",
"Text Dictionary Get",
"Text Dictionary Keys",
@ -2842,6 +2851,7 @@
"abyz22_blendimages",
"abyz22_bypass",
"abyz22_drawmask",
"abyz22_lamaPreprocessor",
"abyz22_setimageinfo",
"abyz22_smallhead"
],
@ -3133,14 +3143,6 @@
"title_aux": "avatar-graph-comfyui"
}
],
"https://github.com/azazeal04/ComfyUI-Styles": [
[
"menus"
],
{
"title_aux": "ComfyUI-Styles"
}
],
"https://github.com/badjeff/comfyui_lora_tag_loader": [
[
"LoraTagLoader"
@ -3350,6 +3352,8 @@
"RemapFromQuadrilateral (homography)",
"RemapInsideParabolas",
"RemapInsideParabolasAdvanced",
"RemapPinch",
"RemapStretch",
"RemapToInnerCylinder",
"RemapToOuterCylinder",
"RemapToQuadrilateral",
@ -3517,9 +3521,13 @@
"https://github.com/chaojie/ComfyUI-DragNUWA": [
[
"DragNUWA Run",
"DragNUWA Run MotionBrush",
"Get First Image",
"Get Last Image",
"Load CheckPoint DragNUWA",
"Load MotionBrush From Optical Flow",
"Load MotionBrush From Optical Flow Directory",
"Load MotionBrush From Tracking Points",
"Load Pose KeyPoints",
"Loop",
"LoopEnd_IMAGE",
@ -3601,7 +3609,9 @@
"LayerFilter: MotionBlur",
"LayerMask: MaskInvert",
"LayerMask: MaskPreview",
"LayerStyle: ColorOverlay",
"LayerStyle: DropShadow",
"LayerStyle: GradientOverlay",
"LayerStyle: InnerGlow",
"LayerStyle: InnerShadow",
"LayerStyle: OuterGlow",
@ -4022,6 +4032,7 @@
"ImageFromBatch+",
"ImagePosterize+",
"ImageResize+",
"ImageSeamCarving+",
"MaskBatch+",
"MaskBlur+",
"MaskExpandBatch+",
@ -4050,9 +4061,9 @@
],
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
[
"Call LLM",
"Call LLM Advanced",
"LLM_Create_Completion",
"Call LLM Basic",
"LLM_Create_Completion Advanced",
"LLM_Detokenize",
"LLM_Embed",
"LLM_Eval",
@ -4063,8 +4074,8 @@
"LLM_Token_BOS",
"LLM_Token_EOS",
"LLM_Tokenize",
"Load LLM Model",
"Load LLM Model Advanced"
"Load LLM Model Advanced",
"Load LLM Model Basic"
],
{
"title_aux": "ComfyUI-Llama"
@ -5986,6 +5997,8 @@
"https://github.com/receyuki/comfyui-prompt-reader-node": [
[
"SDBatchLoader",
"SDLoraLoader",
"SDLoraSelector",
"SDParameterExtractor",
"SDParameterGenerator",
"SDPromptMerger",
@ -6154,6 +6167,17 @@
"title_aux": "comfyui-mixlab-nodes"
}
],
"https://github.com/shiimizu/ComfyUI-PhotoMaker": [
[
"PhotoMakerEncode",
"PhotoMakerLoader",
"PhotoMakerStyles",
"PrepImagesForClipVisionFromPath"
],
{
"title_aux": "ComfyUI PhotoMaker"
}
],
"https://github.com/shiimizu/ComfyUI-TiledDiffusion": [
[
"NoiseInversion",

View File

@ -9,16 +9,7 @@
"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",

View File

@ -11,6 +11,16 @@
{
"author": "shiimizu",
"title": "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": "darkpixel",
"title": "DarkPrompts",

View File

@ -714,6 +714,7 @@
"LineartStandardPreprocessor",
"M-LSDPreprocessor",
"Manga2Anime_LineArt_Preprocessor",
"MaskOptFlow",
"MediaPipe-FaceMeshPreprocessor",
"MeshGraphormer-DepthMapPreprocessor",
"MiDaS-DepthMapPreprocessor",
@ -731,6 +732,7 @@
"ShufflePreprocessor",
"TilePreprocessor",
"UniFormer-SemSegPreprocessor",
"Unimatch_OptFlowPreprocessor",
"Zoe-DepthMapPreprocessor"
],
{
@ -2437,6 +2439,7 @@
"BLIP Analyze Image",
"BLIP Model Loader",
"Blend Latents",
"Boolean To Text",
"Bounded Image Blend",
"Bounded Image Blend with Mask",
"Bounded Image Crop",
@ -2548,6 +2551,11 @@
"Load Lora",
"Load Text File",
"Logic Boolean",
"Logic Boolean Primitive",
"Logic Comparison AND",
"Logic Comparison OR",
"Logic Comparison XOR",
"Logic NOT",
"Lora Input Switch",
"Lora Loader",
"Mask Arbitrary Region",
@ -2603,6 +2611,7 @@
"Text Add Tokens",
"Text Compare",
"Text Concatenate",
"Text Contains",
"Text Dictionary Convert",
"Text Dictionary Get",
"Text Dictionary Keys",
@ -2842,6 +2851,7 @@
"abyz22_blendimages",
"abyz22_bypass",
"abyz22_drawmask",
"abyz22_lamaPreprocessor",
"abyz22_setimageinfo",
"abyz22_smallhead"
],
@ -3133,14 +3143,6 @@
"title_aux": "avatar-graph-comfyui"
}
],
"https://github.com/azazeal04/ComfyUI-Styles": [
[
"menus"
],
{
"title_aux": "ComfyUI-Styles"
}
],
"https://github.com/badjeff/comfyui_lora_tag_loader": [
[
"LoraTagLoader"
@ -3350,6 +3352,8 @@
"RemapFromQuadrilateral (homography)",
"RemapInsideParabolas",
"RemapInsideParabolasAdvanced",
"RemapPinch",
"RemapStretch",
"RemapToInnerCylinder",
"RemapToOuterCylinder",
"RemapToQuadrilateral",
@ -3517,9 +3521,13 @@
"https://github.com/chaojie/ComfyUI-DragNUWA": [
[
"DragNUWA Run",
"DragNUWA Run MotionBrush",
"Get First Image",
"Get Last Image",
"Load CheckPoint DragNUWA",
"Load MotionBrush From Optical Flow",
"Load MotionBrush From Optical Flow Directory",
"Load MotionBrush From Tracking Points",
"Load Pose KeyPoints",
"Loop",
"LoopEnd_IMAGE",
@ -3601,7 +3609,9 @@
"LayerFilter: MotionBlur",
"LayerMask: MaskInvert",
"LayerMask: MaskPreview",
"LayerStyle: ColorOverlay",
"LayerStyle: DropShadow",
"LayerStyle: GradientOverlay",
"LayerStyle: InnerGlow",
"LayerStyle: InnerShadow",
"LayerStyle: OuterGlow",
@ -4022,6 +4032,7 @@
"ImageFromBatch+",
"ImagePosterize+",
"ImageResize+",
"ImageSeamCarving+",
"MaskBatch+",
"MaskBlur+",
"MaskExpandBatch+",
@ -4050,9 +4061,9 @@
],
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
[
"Call LLM",
"Call LLM Advanced",
"LLM_Create_Completion",
"Call LLM Basic",
"LLM_Create_Completion Advanced",
"LLM_Detokenize",
"LLM_Embed",
"LLM_Eval",
@ -4063,8 +4074,8 @@
"LLM_Token_BOS",
"LLM_Token_EOS",
"LLM_Tokenize",
"Load LLM Model",
"Load LLM Model Advanced"
"Load LLM Model Advanced",
"Load LLM Model Basic"
],
{
"title_aux": "ComfyUI-Llama"
@ -5986,6 +5997,8 @@
"https://github.com/receyuki/comfyui-prompt-reader-node": [
[
"SDBatchLoader",
"SDLoraLoader",
"SDLoraSelector",
"SDParameterExtractor",
"SDParameterGenerator",
"SDPromptMerger",
@ -6154,6 +6167,17 @@
"title_aux": "comfyui-mixlab-nodes"
}
],
"https://github.com/shiimizu/ComfyUI-PhotoMaker": [
[
"PhotoMakerEncode",
"PhotoMakerLoader",
"PhotoMakerStyles",
"PrepImagesForClipVisionFromPath"
],
{
"title_aux": "ComfyUI PhotoMaker"
}
],
"https://github.com/shiimizu/ComfyUI-TiledDiffusion": [
[
"NoiseInversion",