update DB

This commit is contained in:
Dr.Lt.Data 2024-04-06 01:15:10 +09:00
parent f665ca6b5b
commit fdcbfc4d36
5 changed files with 282 additions and 189 deletions

View File

@ -703,6 +703,16 @@
"install_type": "git-clone",
"description": "A novel weighting scheme for token vectors from CLIP. Allows a wider range of values for the weight. Inspired by Perp-Neg."
},
{
"author": "bvhari",
"title": "ComfyUI_SUNoise",
"reference": "https://github.com/bvhari/ComfyUI_SUNoise",
"files": [
"https://github.com/bvhari/ComfyUI_SUNoise"
],
"install_type": "git-clone",
"description": "Scaled Uniform Noise for Ancestral and Stochastic samplers"
},
{
"author": "ssitu",
"title": "UltimateSDUpscale",
@ -6839,6 +6849,17 @@
"install_type": "git-clone",
"description": "Nodes:LoraWithMetadata, TypecasterImage."
},
{
"author": "TJ16th",
"title": "comfyUI_TJ_NormalLighting",
"reference": "https://github.com/TJ16th/comfyUI_TJ_NormalLighting",
"files": [
"https://github.com/TJ16th/comfyUI_TJ_NormalLighting"
],
"install_type": "git-clone",
"description": "Custom Node for comfyUI for virtual lighting based on normal map.\nYou can use normal maps to add virtual lighting effects to your images."
},

View File

@ -1089,6 +1089,7 @@
"BinaryPreprocessor",
"CannyEdgePreprocessor",
"ColorPreprocessor",
"ControlNetPreprocessorSelector",
"DSINE-NormalMapPreprocessor",
"DWPreprocessor",
"DensePosePreprocessor",
@ -3397,6 +3398,14 @@
"title_aux": "ComfyUI-Portrait-Maker"
}
],
"https://github.com/TJ16th/comfyUI_TJ_NormalLighting": [
[
"EulerLightingNode"
],
{
"title_aux": "comfyUI_TJ_NormalLighting"
}
],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
"main_scaled_paste",
@ -4988,7 +4997,8 @@
"https://github.com/bobmagicii/comfykit-custom-nodes": [
[
"LoraWithMeta",
"TypecasterImage"
"TypecasterImage",
"TypecasterLatent"
],
{
"title_aux": "ComfyKit Custom Nodes"
@ -5096,6 +5106,19 @@
"title_aux": "ComfyUI_PerpWeight"
}
],
"https://github.com/bvhari/ComfyUI_SUNoise": [
[
"SamplerDPM2Ancestral_SUN",
"SamplerDPMPP2SAncestral_SUN",
"SamplerDPMPP_2M_SDE_SUN",
"SamplerDPMPP_3M_SDE_SUN",
"SamplerDPMPP_SDE_SUN",
"SamplerEulerAncestral_SUN"
],
{
"title_aux": "ComfyUI_SUNoise"
}
],
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py": [
[
"LoadImagewithSubfolders"
@ -5790,7 +5813,9 @@
],
"https://github.com/comfyanonymous/ComfyUI": [
[
"BasicGuider",
"BasicScheduler",
"CFGGuider",
"CLIPLoader",
"CLIPMergeAdd",
"CLIPMergeSimple",
@ -5823,6 +5848,8 @@
"DiffControlNetLoader",
"DifferentialDiffusion",
"DiffusersLoader",
"DisableNoise",
"DualCFGGuider",
"DualCLIPLoader",
"EmptyImage",
"EmptyLatentImage",
@ -5855,6 +5882,7 @@
"ImageToMask",
"ImageUpscaleWithModel",
"InpaintModelConditioning",
"InstructPixToPixConditioning",
"InvertMask",
"JoinImageWithAlpha",
"KSampler",
@ -5898,6 +5926,7 @@
"PolyexponentialScheduler",
"PorterDuffImageComposite",
"PreviewImage",
"RandomNoise",
"RebatchImages",
"RebatchLatents",
"RepeatImageBatch",
@ -5908,6 +5937,7 @@
"SV3D_Conditioning",
"SVD_img2vid_Conditioning",
"SamplerCustom",
"SamplerCustomAdvanced",
"SamplerDPMAdaptative",
"SamplerDPMPP_2M_SDE",
"SamplerDPMPP_3M_SDE",
@ -6061,6 +6091,7 @@
"IPAdapterModelLoader",
"IPAdapterNoise",
"IPAdapterSaveEmbeds",
"IPAdapterStyleComposition",
"IPAdapterTiled",
"IPAdapterTiledBatch",
"IPAdapterUnifiedLoader",
@ -9724,6 +9755,7 @@
"https://github.com/stavsap/comfyui-ollama": [
[
"OllamaGenerate",
"OllamaGenerateAdvance",
"OllamaVision"
],
{

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,26 @@
},
{
"author": "bvhari",
"title": "ComfyUI_SUNoise",
"reference": "https://github.com/bvhari/ComfyUI_SUNoise",
"files": [
"https://github.com/bvhari/ComfyUI_SUNoise"
],
"install_type": "git-clone",
"description": "Scaled Uniform Noise for Ancestral and Stochastic samplers"
},
{
"author": "TJ16th",
"title": "comfyUI_TJ_NormalLighting",
"reference": "https://github.com/TJ16th/comfyUI_TJ_NormalLighting",
"files": [
"https://github.com/TJ16th/comfyUI_TJ_NormalLighting"
],
"install_type": "git-clone",
"description": "Custom Node for comfyUI for virtual lighting based on normal map.\nYou can use normal maps to add virtual lighting effects to your images."
},
{
"author": "chaojie",
"title": "ComfyUI-MuseTalk",
@ -673,26 +693,6 @@
],
"install_type": "git-clone",
"description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI"
},
{
"author": "Shadetail",
"title": "Eagleshadow Custom Nodes",
"reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow",
"files": [
"https://github.com/Shadetail/ComfyUI_Eagleshadow"
],
"install_type": "git-clone",
"description": "Custom nodes for ComfyUI by Eagleshadow."
},
{
"author": "ForeignGods",
"title": "ComfyUI-Mana-Nodes",
"reference": "https://github.com/ForeignGods/ComfyUI-Mana-Nodes",
"files": [
"https://github.com/ForeignGods/ComfyUI-Mana-Nodes"
],
"install_type": "git-clone",
"description": "Font/Text Animation + Speech to Text Transcription\nNodes:font2img, speech2text, video2audio, audio2video, string2file"
}
]
}

View File

@ -1089,6 +1089,7 @@
"BinaryPreprocessor",
"CannyEdgePreprocessor",
"ColorPreprocessor",
"ControlNetPreprocessorSelector",
"DSINE-NormalMapPreprocessor",
"DWPreprocessor",
"DensePosePreprocessor",
@ -3397,6 +3398,14 @@
"title_aux": "ComfyUI-Portrait-Maker"
}
],
"https://github.com/TJ16th/comfyUI_TJ_NormalLighting": [
[
"EulerLightingNode"
],
{
"title_aux": "comfyUI_TJ_NormalLighting"
}
],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
"main_scaled_paste",
@ -4988,7 +4997,8 @@
"https://github.com/bobmagicii/comfykit-custom-nodes": [
[
"LoraWithMeta",
"TypecasterImage"
"TypecasterImage",
"TypecasterLatent"
],
{
"title_aux": "ComfyKit Custom Nodes"
@ -5096,6 +5106,19 @@
"title_aux": "ComfyUI_PerpWeight"
}
],
"https://github.com/bvhari/ComfyUI_SUNoise": [
[
"SamplerDPM2Ancestral_SUN",
"SamplerDPMPP2SAncestral_SUN",
"SamplerDPMPP_2M_SDE_SUN",
"SamplerDPMPP_3M_SDE_SUN",
"SamplerDPMPP_SDE_SUN",
"SamplerEulerAncestral_SUN"
],
{
"title_aux": "ComfyUI_SUNoise"
}
],
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py": [
[
"LoadImagewithSubfolders"
@ -5790,7 +5813,9 @@
],
"https://github.com/comfyanonymous/ComfyUI": [
[
"BasicGuider",
"BasicScheduler",
"CFGGuider",
"CLIPLoader",
"CLIPMergeAdd",
"CLIPMergeSimple",
@ -5823,6 +5848,8 @@
"DiffControlNetLoader",
"DifferentialDiffusion",
"DiffusersLoader",
"DisableNoise",
"DualCFGGuider",
"DualCLIPLoader",
"EmptyImage",
"EmptyLatentImage",
@ -5855,6 +5882,7 @@
"ImageToMask",
"ImageUpscaleWithModel",
"InpaintModelConditioning",
"InstructPixToPixConditioning",
"InvertMask",
"JoinImageWithAlpha",
"KSampler",
@ -5898,6 +5926,7 @@
"PolyexponentialScheduler",
"PorterDuffImageComposite",
"PreviewImage",
"RandomNoise",
"RebatchImages",
"RebatchLatents",
"RepeatImageBatch",
@ -5908,6 +5937,7 @@
"SV3D_Conditioning",
"SVD_img2vid_Conditioning",
"SamplerCustom",
"SamplerCustomAdvanced",
"SamplerDPMAdaptative",
"SamplerDPMPP_2M_SDE",
"SamplerDPMPP_3M_SDE",
@ -6061,6 +6091,7 @@
"IPAdapterModelLoader",
"IPAdapterNoise",
"IPAdapterSaveEmbeds",
"IPAdapterStyleComposition",
"IPAdapterTiled",
"IPAdapterTiledBatch",
"IPAdapterUnifiedLoader",
@ -9724,6 +9755,7 @@
"https://github.com/stavsap/comfyui-ollama": [
[
"OllamaGenerate",
"OllamaGenerateAdvance",
"OllamaVision"
],
{