Browse Source

update DB

pull/524/head
Dr.Lt.Data 8 months ago
parent
commit
c910d2aacd
  1. 30
      custom-node-list.json
  2. 43
      extension-node-map.json
  3. 60
      node_db/new/custom-node-list.json
  4. 43
      node_db/new/extension-node-map.json

30
custom-node-list.json

@ -5108,6 +5108,16 @@
"install_type": "git-clone",
"description": "Nodes:Generate Stable Diffsution Prompt With LLM, Translate Text With LLM, Chat With LLM"
},
{
"author": "longgui0318",
"title": "comfyui-oms-diffusion",
"reference": "https://github.com/longgui0318/comfyui-oms-diffusion",
"files": [
"https://github.com/longgui0318/comfyui-oms-diffusion"
],
"install_type": "git-clone",
"description": "Nodes:Extract Features With Unet, Additional Features With Attention"
},
{
"author": "DimaChaichan",
"title": "LAizypainter-Exporter-ComfyUI",
@ -6558,6 +6568,26 @@
"install_type": "git-clone",
"description": "Unofficial implementation of [a/dreamtalk](https://github.com/ali-vilab/dreamtalk) for ComfyUI"
},
{
"author": "shinich39",
"title": "comfyui-load-image-39",
"reference": "https://github.com/shinich39/comfyui-load-image-39",
"files": [
"https://github.com/shinich39/comfyui-load-image-39"
],
"install_type": "git-clone",
"description": "This node is load png image sequentially with metadata. Only supported for PNG format that has been created by ComfyUI."
},
{
"author": "wei30172",
"title": "comfygen",
"reference": "https://github.com/wei30172/comfygen",
"files": [
"https://github.com/wei30172/comfygen"
],
"install_type": "git-clone",
"description": "Setting Up a Web Interface Using ComfyUI.\nNOTE:When installed, you can access it via http://127.0.0.1:8188/comfygen."
},

43
extension-node-map.json

@ -1049,6 +1049,7 @@
"MotionDiffSimpleSampler",
"RenderSMPLMesh",
"SMPLLoader",
"SMPLShapeParameters",
"SaveSMPL",
"SmplifyMotionData"
],
@ -2753,8 +2754,12 @@
"Fooocus PreKSampler",
"Fooocus Styles",
"Fooocus Upscale",
"Fooocus detailerFix",
"Fooocus negative",
"Fooocus positive",
"Fooocus preDetailerFix",
"Fooocus samLoaderPipe",
"Fooocus ultralyticsDetectorPipe",
"FreeU",
"FreeU_V2",
"GLIGENLoader",
@ -5302,6 +5307,7 @@
"chaosaiart_Show_Any",
"chaosaiart_Show_Info",
"chaosaiart_Simple_Prompt",
"chaosaiart_Style_Node",
"chaosaiart_TextCLIPEncode",
"chaosaiart_TextCLIPEncode_lora",
"chaosaiart_TextCLIPEncode_simple",
@ -5363,6 +5369,7 @@
"LayerFilter: ColorMap",
"LayerFilter: Film",
"LayerFilter: GaussianBlur",
"LayerFilter: HDREffects",
"LayerFilter: LightLeak",
"LayerFilter: MotionBlur",
"LayerFilter: Sharp & Soft",
@ -5400,6 +5407,7 @@
"LayerUtility: ColorImage",
"LayerUtility: ColorImage V2",
"LayerUtility: ColorPicker",
"LayerUtility: CropBoxResolve",
"LayerUtility: CropByMask",
"LayerUtility: CropByMask V2",
"LayerUtility: ExtendCanvas",
@ -6840,6 +6848,15 @@
"title_aux": "ComfyUI-Image-Matting"
}
],
"https://github.com/hay86/ComfyUI_Dreamtalk": [
[
"D_DreamTalk",
"D_LoadAudio"
],
{
"title_aux": "ComfyUI Dreamtalk"
}
],
"https://github.com/hhhzzyang/Comfyui_Lama": [
[
"LamaApply",
@ -7263,9 +7280,11 @@
[
"ADMD_AdditionalModelSelect",
"ADMD_CheckpointLoader",
"ADMD_ComfyModelLoader",
"ADMD_DiffusersLoader",
"ADMD_InitializeTraining",
"ADMD_LoadLora",
"ADMD_MakeBatchList",
"ADMD_SaveLora",
"ADMD_TrainLora",
"ADMD_ValidationSampler",
@ -7738,6 +7757,15 @@
"title_aux": "comfyui-mask-util"
}
],
"https://github.com/longgui0318/comfyui-oms-diffusion": [
[
"Additional Features With Attention",
"Extract Features With Unet"
],
{
"title_aux": "comfyui-oms-diffusion"
}
],
"https://github.com/lordgasmic/ComfyUI-Wildcards/raw/master/wildcards.py": [
[
"CLIPTextEncodeWithWildcards"
@ -8823,7 +8851,8 @@
"PerpNegPrediction",
"SamplerCustomPrediction",
"ScalePrediction",
"ScaledGuidancePrediction"
"ScaledGuidancePrediction",
"SwitchPredictions"
],
{
"author": "RedHotTensors",
@ -9117,6 +9146,18 @@
"title_aux": "ComfyUI-send-Eagle(slim)"
}
],
"https://github.com/shinich39/comfyui-load-image-39": [
[
"Load Image #39"
],
{
"author": "shinich39",
"description": "Load png image sequentially with metadata",
"nickname": "Load Image 39",
"title": "Load Image 39",
"title_aux": "comfyui-load-image-39"
}
],
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [
[
"OpenposePreprocessorInterpolate"

60
node_db/new/custom-node-list.json

@ -11,6 +11,36 @@
{
"author": "wei30172",
"title": "comfygen",
"reference": "https://github.com/wei30172/comfygen",
"files": [
"https://github.com/wei30172/comfygen"
],
"install_type": "git-clone",
"description": "Setting Up a Web Interface Using ComfyUI.\nNOTE:When installed, you can access it via http://127.0.0.1:8188/comfygen."
},
{
"author": "longgui0318",
"title": "comfyui-oms-diffusion",
"reference": "https://github.com/longgui0318/comfyui-oms-diffusion",
"files": [
"https://github.com/longgui0318/comfyui-oms-diffusion"
],
"install_type": "git-clone",
"description": "Nodes:Extract Features With Unet, Additional Features With Attention"
},
{
"author": "shinich39",
"title": "comfyui-load-image-39",
"reference": "https://github.com/shinich39/comfyui-load-image-39",
"files": [
"https://github.com/shinich39/comfyui-load-image-39"
],
"install_type": "git-clone",
"description": "This node is load png image sequentially with metadata. Only supported for PNG format that has been created by ComfyUI."
},
{
"author": "yuvraj108c",
"title": "ComfyUI Depth Anything TensorRT",
@ -663,36 +693,6 @@
],
"install_type": "git-clone",
"description": "This node creates a sequence of frames by moving and scaling a subject image over a background image."
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-PixArt-alpha-Diffusers",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/PixArt-alpha-Diffusers](https://github.com/PixArt-alpha/PixArt-alpha) for ComfyUI"
},
{
"author": "angeloshredder",
"title": "StableCascadeResizer",
"reference": "https://github.com/angeloshredder/StableCascadeResizer",
"files": [
"https://github.com/angeloshredder/StableCascadeResizer"
],
"install_type": "git-clone",
"description": "Nodes:Cascade_Resizer"
},
{
"author": "meshmesh-io",
"title": "ComfyUI-MeshMesh",
"reference": "https://github.com/meshmesh-io/ComfyUI-MeshMesh",
"files": [
"https://github.com/meshmesh-io/ComfyUI-MeshMesh"
],
"install_type": "git-clone",
"description": "Nodes:Masks to Colored Masks, Color Picker"
}
]
}

43
node_db/new/extension-node-map.json

@ -1049,6 +1049,7 @@
"MotionDiffSimpleSampler",
"RenderSMPLMesh",
"SMPLLoader",
"SMPLShapeParameters",
"SaveSMPL",
"SmplifyMotionData"
],
@ -2753,8 +2754,12 @@
"Fooocus PreKSampler",
"Fooocus Styles",
"Fooocus Upscale",
"Fooocus detailerFix",
"Fooocus negative",
"Fooocus positive",
"Fooocus preDetailerFix",
"Fooocus samLoaderPipe",
"Fooocus ultralyticsDetectorPipe",
"FreeU",
"FreeU_V2",
"GLIGENLoader",
@ -5302,6 +5307,7 @@
"chaosaiart_Show_Any",
"chaosaiart_Show_Info",
"chaosaiart_Simple_Prompt",
"chaosaiart_Style_Node",
"chaosaiart_TextCLIPEncode",
"chaosaiart_TextCLIPEncode_lora",
"chaosaiart_TextCLIPEncode_simple",
@ -5363,6 +5369,7 @@
"LayerFilter: ColorMap",
"LayerFilter: Film",
"LayerFilter: GaussianBlur",
"LayerFilter: HDREffects",
"LayerFilter: LightLeak",
"LayerFilter: MotionBlur",
"LayerFilter: Sharp & Soft",
@ -5400,6 +5407,7 @@
"LayerUtility: ColorImage",
"LayerUtility: ColorImage V2",
"LayerUtility: ColorPicker",
"LayerUtility: CropBoxResolve",
"LayerUtility: CropByMask",
"LayerUtility: CropByMask V2",
"LayerUtility: ExtendCanvas",
@ -6840,6 +6848,15 @@
"title_aux": "ComfyUI-Image-Matting"
}
],
"https://github.com/hay86/ComfyUI_Dreamtalk": [
[
"D_DreamTalk",
"D_LoadAudio"
],
{
"title_aux": "ComfyUI Dreamtalk"
}
],
"https://github.com/hhhzzyang/Comfyui_Lama": [
[
"LamaApply",
@ -7263,9 +7280,11 @@
[
"ADMD_AdditionalModelSelect",
"ADMD_CheckpointLoader",
"ADMD_ComfyModelLoader",
"ADMD_DiffusersLoader",
"ADMD_InitializeTraining",
"ADMD_LoadLora",
"ADMD_MakeBatchList",
"ADMD_SaveLora",
"ADMD_TrainLora",
"ADMD_ValidationSampler",
@ -7738,6 +7757,15 @@
"title_aux": "comfyui-mask-util"
}
],
"https://github.com/longgui0318/comfyui-oms-diffusion": [
[
"Additional Features With Attention",
"Extract Features With Unet"
],
{
"title_aux": "comfyui-oms-diffusion"
}
],
"https://github.com/lordgasmic/ComfyUI-Wildcards/raw/master/wildcards.py": [
[
"CLIPTextEncodeWithWildcards"
@ -8823,7 +8851,8 @@
"PerpNegPrediction",
"SamplerCustomPrediction",
"ScalePrediction",
"ScaledGuidancePrediction"
"ScaledGuidancePrediction",
"SwitchPredictions"
],
{
"author": "RedHotTensors",
@ -9117,6 +9146,18 @@
"title_aux": "ComfyUI-send-Eagle(slim)"
}
],
"https://github.com/shinich39/comfyui-load-image-39": [
[
"Load Image #39"
],
{
"author": "shinich39",
"description": "Load png image sequentially with metadata",
"nickname": "Load Image 39",
"title": "Load Image 39",
"title_aux": "comfyui-load-image-39"
}
],
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [
[
"OpenposePreprocessorInterpolate"

Loading…
Cancel
Save