mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 22:54:30 +08:00
update DB
This commit is contained in:
parent
f665ca6b5b
commit
fdcbfc4d36
@ -703,6 +703,16 @@
|
|||||||
"install_type": "git-clone",
|
"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."
|
"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",
|
"author": "ssitu",
|
||||||
"title": "UltimateSDUpscale",
|
"title": "UltimateSDUpscale",
|
||||||
@ -6839,6 +6849,17 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:LoraWithMetadata, TypecasterImage."
|
"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."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1089,6 +1089,7 @@
|
|||||||
"BinaryPreprocessor",
|
"BinaryPreprocessor",
|
||||||
"CannyEdgePreprocessor",
|
"CannyEdgePreprocessor",
|
||||||
"ColorPreprocessor",
|
"ColorPreprocessor",
|
||||||
|
"ControlNetPreprocessorSelector",
|
||||||
"DSINE-NormalMapPreprocessor",
|
"DSINE-NormalMapPreprocessor",
|
||||||
"DWPreprocessor",
|
"DWPreprocessor",
|
||||||
"DensePosePreprocessor",
|
"DensePosePreprocessor",
|
||||||
@ -3397,6 +3398,14 @@
|
|||||||
"title_aux": "ComfyUI-Portrait-Maker"
|
"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": [
|
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
|
||||||
[
|
[
|
||||||
"main_scaled_paste",
|
"main_scaled_paste",
|
||||||
@ -4988,7 +4997,8 @@
|
|||||||
"https://github.com/bobmagicii/comfykit-custom-nodes": [
|
"https://github.com/bobmagicii/comfykit-custom-nodes": [
|
||||||
[
|
[
|
||||||
"LoraWithMeta",
|
"LoraWithMeta",
|
||||||
"TypecasterImage"
|
"TypecasterImage",
|
||||||
|
"TypecasterLatent"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyKit Custom Nodes"
|
"title_aux": "ComfyKit Custom Nodes"
|
||||||
@ -5096,6 +5106,19 @@
|
|||||||
"title_aux": "ComfyUI_PerpWeight"
|
"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": [
|
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py": [
|
||||||
[
|
[
|
||||||
"LoadImagewithSubfolders"
|
"LoadImagewithSubfolders"
|
||||||
@ -5790,7 +5813,9 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/comfyanonymous/ComfyUI": [
|
"https://github.com/comfyanonymous/ComfyUI": [
|
||||||
[
|
[
|
||||||
|
"BasicGuider",
|
||||||
"BasicScheduler",
|
"BasicScheduler",
|
||||||
|
"CFGGuider",
|
||||||
"CLIPLoader",
|
"CLIPLoader",
|
||||||
"CLIPMergeAdd",
|
"CLIPMergeAdd",
|
||||||
"CLIPMergeSimple",
|
"CLIPMergeSimple",
|
||||||
@ -5823,6 +5848,8 @@
|
|||||||
"DiffControlNetLoader",
|
"DiffControlNetLoader",
|
||||||
"DifferentialDiffusion",
|
"DifferentialDiffusion",
|
||||||
"DiffusersLoader",
|
"DiffusersLoader",
|
||||||
|
"DisableNoise",
|
||||||
|
"DualCFGGuider",
|
||||||
"DualCLIPLoader",
|
"DualCLIPLoader",
|
||||||
"EmptyImage",
|
"EmptyImage",
|
||||||
"EmptyLatentImage",
|
"EmptyLatentImage",
|
||||||
@ -5855,6 +5882,7 @@
|
|||||||
"ImageToMask",
|
"ImageToMask",
|
||||||
"ImageUpscaleWithModel",
|
"ImageUpscaleWithModel",
|
||||||
"InpaintModelConditioning",
|
"InpaintModelConditioning",
|
||||||
|
"InstructPixToPixConditioning",
|
||||||
"InvertMask",
|
"InvertMask",
|
||||||
"JoinImageWithAlpha",
|
"JoinImageWithAlpha",
|
||||||
"KSampler",
|
"KSampler",
|
||||||
@ -5898,6 +5926,7 @@
|
|||||||
"PolyexponentialScheduler",
|
"PolyexponentialScheduler",
|
||||||
"PorterDuffImageComposite",
|
"PorterDuffImageComposite",
|
||||||
"PreviewImage",
|
"PreviewImage",
|
||||||
|
"RandomNoise",
|
||||||
"RebatchImages",
|
"RebatchImages",
|
||||||
"RebatchLatents",
|
"RebatchLatents",
|
||||||
"RepeatImageBatch",
|
"RepeatImageBatch",
|
||||||
@ -5908,6 +5937,7 @@
|
|||||||
"SV3D_Conditioning",
|
"SV3D_Conditioning",
|
||||||
"SVD_img2vid_Conditioning",
|
"SVD_img2vid_Conditioning",
|
||||||
"SamplerCustom",
|
"SamplerCustom",
|
||||||
|
"SamplerCustomAdvanced",
|
||||||
"SamplerDPMAdaptative",
|
"SamplerDPMAdaptative",
|
||||||
"SamplerDPMPP_2M_SDE",
|
"SamplerDPMPP_2M_SDE",
|
||||||
"SamplerDPMPP_3M_SDE",
|
"SamplerDPMPP_3M_SDE",
|
||||||
@ -6061,6 +6091,7 @@
|
|||||||
"IPAdapterModelLoader",
|
"IPAdapterModelLoader",
|
||||||
"IPAdapterNoise",
|
"IPAdapterNoise",
|
||||||
"IPAdapterSaveEmbeds",
|
"IPAdapterSaveEmbeds",
|
||||||
|
"IPAdapterStyleComposition",
|
||||||
"IPAdapterTiled",
|
"IPAdapterTiled",
|
||||||
"IPAdapterTiledBatch",
|
"IPAdapterTiledBatch",
|
||||||
"IPAdapterUnifiedLoader",
|
"IPAdapterUnifiedLoader",
|
||||||
@ -9724,6 +9755,7 @@
|
|||||||
"https://github.com/stavsap/comfyui-ollama": [
|
"https://github.com/stavsap/comfyui-ollama": [
|
||||||
[
|
[
|
||||||
"OllamaGenerate",
|
"OllamaGenerate",
|
||||||
|
"OllamaGenerateAdvance",
|
||||||
"OllamaVision"
|
"OllamaVision"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -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",
|
"author": "chaojie",
|
||||||
"title": "ComfyUI-MuseTalk",
|
"title": "ComfyUI-MuseTalk",
|
||||||
@ -673,26 +693,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI"
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1089,6 +1089,7 @@
|
|||||||
"BinaryPreprocessor",
|
"BinaryPreprocessor",
|
||||||
"CannyEdgePreprocessor",
|
"CannyEdgePreprocessor",
|
||||||
"ColorPreprocessor",
|
"ColorPreprocessor",
|
||||||
|
"ControlNetPreprocessorSelector",
|
||||||
"DSINE-NormalMapPreprocessor",
|
"DSINE-NormalMapPreprocessor",
|
||||||
"DWPreprocessor",
|
"DWPreprocessor",
|
||||||
"DensePosePreprocessor",
|
"DensePosePreprocessor",
|
||||||
@ -3397,6 +3398,14 @@
|
|||||||
"title_aux": "ComfyUI-Portrait-Maker"
|
"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": [
|
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
|
||||||
[
|
[
|
||||||
"main_scaled_paste",
|
"main_scaled_paste",
|
||||||
@ -4988,7 +4997,8 @@
|
|||||||
"https://github.com/bobmagicii/comfykit-custom-nodes": [
|
"https://github.com/bobmagicii/comfykit-custom-nodes": [
|
||||||
[
|
[
|
||||||
"LoraWithMeta",
|
"LoraWithMeta",
|
||||||
"TypecasterImage"
|
"TypecasterImage",
|
||||||
|
"TypecasterLatent"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyKit Custom Nodes"
|
"title_aux": "ComfyKit Custom Nodes"
|
||||||
@ -5096,6 +5106,19 @@
|
|||||||
"title_aux": "ComfyUI_PerpWeight"
|
"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": [
|
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py": [
|
||||||
[
|
[
|
||||||
"LoadImagewithSubfolders"
|
"LoadImagewithSubfolders"
|
||||||
@ -5790,7 +5813,9 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/comfyanonymous/ComfyUI": [
|
"https://github.com/comfyanonymous/ComfyUI": [
|
||||||
[
|
[
|
||||||
|
"BasicGuider",
|
||||||
"BasicScheduler",
|
"BasicScheduler",
|
||||||
|
"CFGGuider",
|
||||||
"CLIPLoader",
|
"CLIPLoader",
|
||||||
"CLIPMergeAdd",
|
"CLIPMergeAdd",
|
||||||
"CLIPMergeSimple",
|
"CLIPMergeSimple",
|
||||||
@ -5823,6 +5848,8 @@
|
|||||||
"DiffControlNetLoader",
|
"DiffControlNetLoader",
|
||||||
"DifferentialDiffusion",
|
"DifferentialDiffusion",
|
||||||
"DiffusersLoader",
|
"DiffusersLoader",
|
||||||
|
"DisableNoise",
|
||||||
|
"DualCFGGuider",
|
||||||
"DualCLIPLoader",
|
"DualCLIPLoader",
|
||||||
"EmptyImage",
|
"EmptyImage",
|
||||||
"EmptyLatentImage",
|
"EmptyLatentImage",
|
||||||
@ -5855,6 +5882,7 @@
|
|||||||
"ImageToMask",
|
"ImageToMask",
|
||||||
"ImageUpscaleWithModel",
|
"ImageUpscaleWithModel",
|
||||||
"InpaintModelConditioning",
|
"InpaintModelConditioning",
|
||||||
|
"InstructPixToPixConditioning",
|
||||||
"InvertMask",
|
"InvertMask",
|
||||||
"JoinImageWithAlpha",
|
"JoinImageWithAlpha",
|
||||||
"KSampler",
|
"KSampler",
|
||||||
@ -5898,6 +5926,7 @@
|
|||||||
"PolyexponentialScheduler",
|
"PolyexponentialScheduler",
|
||||||
"PorterDuffImageComposite",
|
"PorterDuffImageComposite",
|
||||||
"PreviewImage",
|
"PreviewImage",
|
||||||
|
"RandomNoise",
|
||||||
"RebatchImages",
|
"RebatchImages",
|
||||||
"RebatchLatents",
|
"RebatchLatents",
|
||||||
"RepeatImageBatch",
|
"RepeatImageBatch",
|
||||||
@ -5908,6 +5937,7 @@
|
|||||||
"SV3D_Conditioning",
|
"SV3D_Conditioning",
|
||||||
"SVD_img2vid_Conditioning",
|
"SVD_img2vid_Conditioning",
|
||||||
"SamplerCustom",
|
"SamplerCustom",
|
||||||
|
"SamplerCustomAdvanced",
|
||||||
"SamplerDPMAdaptative",
|
"SamplerDPMAdaptative",
|
||||||
"SamplerDPMPP_2M_SDE",
|
"SamplerDPMPP_2M_SDE",
|
||||||
"SamplerDPMPP_3M_SDE",
|
"SamplerDPMPP_3M_SDE",
|
||||||
@ -6061,6 +6091,7 @@
|
|||||||
"IPAdapterModelLoader",
|
"IPAdapterModelLoader",
|
||||||
"IPAdapterNoise",
|
"IPAdapterNoise",
|
||||||
"IPAdapterSaveEmbeds",
|
"IPAdapterSaveEmbeds",
|
||||||
|
"IPAdapterStyleComposition",
|
||||||
"IPAdapterTiled",
|
"IPAdapterTiled",
|
||||||
"IPAdapterTiledBatch",
|
"IPAdapterTiledBatch",
|
||||||
"IPAdapterUnifiedLoader",
|
"IPAdapterUnifiedLoader",
|
||||||
@ -9724,6 +9755,7 @@
|
|||||||
"https://github.com/stavsap/comfyui-ollama": [
|
"https://github.com/stavsap/comfyui-ollama": [
|
||||||
[
|
[
|
||||||
"OllamaGenerate",
|
"OllamaGenerate",
|
||||||
|
"OllamaGenerateAdvance",
|
||||||
"OllamaVision"
|
"OllamaVision"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user