update DB

This commit is contained in:
Dr.Lt.Data 2024-06-10 17:40:08 +09:00
parent c278dc2fb5
commit 80d6c9858b
6 changed files with 1161 additions and 1124 deletions

View File

@ -10111,6 +10111,17 @@
"install_type": "git-clone",
"description": "Nodes:Selector. Quick and dirty parameter generator node for ComfyUI."
},
{
"author": "Jin Liu",
"title": "ComfyUI-LJNodes",
"id": "ComfyUI-LJNodes",
"reference": "https://github.com/coolzilj/ComfyUI-LJNodes",
"files": [
"https://github.com/coolzilj/ComfyUI-LJNodes"
],
"install_type": "git-clone",
"description": "A variety of custom nodes to enhance ComfyUI for a buttery smooth experience."
},
@ -10510,15 +10521,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Jin Liu",
"title": "ComfyUI-LJNodes",
"id": "ComfyUI-LJNodes",
"reference": "https://github.com/coolzilj/ComfyUI-LJNodes",
"files": ["https://github.com/coolzilj/ComfyUI-LJNodes"],
"install_type": "git-clone",
"description": "A variety of custom nodes to enhance ComfyUI for a buttery smooth experience."
}
]
}

View File

@ -7825,14 +7825,18 @@
"JDCN_BatchLatentLoadFromDir",
"JDCN_BatchLatentLoadFromList",
"JDCN_BatchSaveLatent",
"JDCN_BoolInt",
"JDCN_EnableDisable",
"JDCN_FileMover",
"JDCN_ImageSaver",
"JDCN_ListToString",
"JDCN_ReBatch",
"JDCN_SeamlessExperience",
"JDCN_ShowAny",
"JDCN_SplitString",
"JDCN_StringManipulator",
"JDCN_StringToList",
"JDCN_SwapInputs",
"JDCN_TXTFileSaver",
"JDCN_VHSFileMover"
],
@ -7872,6 +7876,7 @@
"Den_BatchIndex_AS",
"Den_CropImage_AS",
"Den_Eval_AS",
"Den_FaceRestoreCFWithModel",
"Den_GPTLoaderSimple_llama",
"Den_GPTSampler_llama",
"Den_ImageMixMasked_As",
@ -9280,6 +9285,7 @@
"start_dialog",
"start_workflow",
"string_logic",
"substring",
"time_tool",
"tool_combine",
"tool_combine_plus",
@ -10660,6 +10666,9 @@
],
"https://github.com/lks-ai/ComfyUI-StableAudioSampler": [
[
"StableAudioConditioning",
"StableAudioLoadModel",
"StableAudioPrompt",
"StableAudioSampler"
],
{
@ -10810,9 +10819,11 @@
[
"Image Adaptive Crop M&R",
"Image Adaptive Crop With Mask",
"Image Change DType",
"Image Change Device",
"Image Resolution Adaptive With X",
"Image Resolution Limit With 8K",
"Mask Change DType",
"Mask Change Device",
"Mask Selection Of Masks",
"Split Masks"
@ -13387,8 +13398,12 @@
"https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": [
[
"ProjectorzControlnetInput",
"ProjectorzControlnetParameter",
"ProjectorzInitInput",
"ProjectorzOutput"
"ProjectorzOutput",
"ProjectorzParameter",
"ProjectorzStringToFloat",
"ProjectorzStringToInt"
],
{
"title_aux": "Stable Projectorz Bridge"

File diff suppressed because it is too large Load Diff

View File

@ -33,17 +33,6 @@
"install_type": "git-clone",
"description": "Nodes: Clip Text Encode (Shinsplat), Clip Text Encode SDXL (Shinsplat), Lora Loader (Shinsplat).\n[w/This extension poses a risk of executing arbitrary commands through workflow execution. Please be cautious.]"
},
{
"author": "coolzilj",
"title": "ComfyUI-LJNodes [WIP]",
"id": "ljnodes",
"reference": "https://github.com/coolzilj/ComfyUI-LJNodes",
"files": [
"https://github.com/coolzilj/ComfyUI-LJNodes"
],
"install_type": "git-clone",
"description": "A variety of custom nodes to enhance ComfyUI for a buttery smooth experience."
},
{
"author": "NitramDom",
"title": "ComfyUI_FacialFlip",

View File

@ -14,6 +14,17 @@
{
"author": "Jin Liu",
"title": "ComfyUI-LJNodes",
"id": "ComfyUI-LJNodes",
"reference": "https://github.com/coolzilj/ComfyUI-LJNodes",
"files": [
"https://github.com/coolzilj/ComfyUI-LJNodes"
],
"install_type": "git-clone",
"description": "A variety of custom nodes to enhance ComfyUI for a buttery smooth experience."
},
{
"author": "marduk191",
"title": "marduk191 workflow settings",

View File

@ -7825,14 +7825,18 @@
"JDCN_BatchLatentLoadFromDir",
"JDCN_BatchLatentLoadFromList",
"JDCN_BatchSaveLatent",
"JDCN_BoolInt",
"JDCN_EnableDisable",
"JDCN_FileMover",
"JDCN_ImageSaver",
"JDCN_ListToString",
"JDCN_ReBatch",
"JDCN_SeamlessExperience",
"JDCN_ShowAny",
"JDCN_SplitString",
"JDCN_StringManipulator",
"JDCN_StringToList",
"JDCN_SwapInputs",
"JDCN_TXTFileSaver",
"JDCN_VHSFileMover"
],
@ -7872,6 +7876,7 @@
"Den_BatchIndex_AS",
"Den_CropImage_AS",
"Den_Eval_AS",
"Den_FaceRestoreCFWithModel",
"Den_GPTLoaderSimple_llama",
"Den_GPTSampler_llama",
"Den_ImageMixMasked_As",
@ -9280,6 +9285,7 @@
"start_dialog",
"start_workflow",
"string_logic",
"substring",
"time_tool",
"tool_combine",
"tool_combine_plus",
@ -10660,6 +10666,9 @@
],
"https://github.com/lks-ai/ComfyUI-StableAudioSampler": [
[
"StableAudioConditioning",
"StableAudioLoadModel",
"StableAudioPrompt",
"StableAudioSampler"
],
{
@ -10810,9 +10819,11 @@
[
"Image Adaptive Crop M&R",
"Image Adaptive Crop With Mask",
"Image Change DType",
"Image Change Device",
"Image Resolution Adaptive With X",
"Image Resolution Limit With 8K",
"Mask Change DType",
"Mask Change Device",
"Mask Selection Of Masks",
"Split Masks"
@ -13387,8 +13398,12 @@
"https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": [
[
"ProjectorzControlnetInput",
"ProjectorzControlnetParameter",
"ProjectorzInitInput",
"ProjectorzOutput"
"ProjectorzOutput",
"ProjectorzParameter",
"ProjectorzStringToFloat",
"ProjectorzStringToInt"
],
{
"title_aux": "Stable Projectorz Bridge"