update DB

This commit is contained in:
Dr.Lt.Data 2024-04-23 19:57:48 +09:00
parent 7c95340ad0
commit 4c8635d893
7 changed files with 403 additions and 283 deletions

View File

@ -4857,6 +4857,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is an ComfyUI implementation of RAFT to generate motion brush" "description": "This is an ComfyUI implementation of RAFT to generate motion brush"
}, },
{
"author": "chaojie",
"title": "ComfyUI-LaVIT",
"reference": "https://github.com/chaojie/ComfyUI-LaVIT",
"files": [
"https://github.com/chaojie/ComfyUI-LaVIT"
],
"install_type": "git-clone",
"description": "Nodes:VideoLaVITLoader, VideoLaVITT2V, VideoLaVITI2V, VideoLaVITI2VLong, VideoLaVITT2VLong, VideoLaVITI2I"
},
{ {
"author": "alexopus", "author": "alexopus",
"title": "ComfyUI Image Saver", "title": "ComfyUI Image Saver",
@ -7249,6 +7259,46 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "You can call Chatglm's API in comfyUI to translate and describe pictures, and the API similar to OpenAI." "description": "You can call Chatglm's API in comfyUI to translate and describe pictures, and the API similar to OpenAI."
}, },
{
"author": "smthemex",
"title": "ComfyUI_ParlerTTS",
"reference": "https://github.com/smthemex/ComfyUI_ParlerTTS",
"files": [
"https://github.com/smthemex/ComfyUI_ParlerTTS"
],
"install_type": "git-clone",
"description": "This is a simple ComfyUI custom TTS node based on [a/Parler_tts](https://huggingface.co/parler-tts)."
},
{
"author": "smthemex",
"title": "ComfyUI_Pic2Story",
"reference": "https://github.com/smthemex/ComfyUI_Pic2Story",
"files": [
"https://github.com/smthemex/ComfyUI_Pic2Story"
],
"install_type": "git-clone",
"description": "ComfyUI simple node based on BLIP method, with the function of 'Image to Txt'."
},
{
"author": "smthemex",
"title": "ComfyUI_Pic2Story",
"reference": "https://github.com/smthemex/ComfyUI_Pic2Story",
"files": [
"https://github.com/smthemex/ComfyUI_Pic2Story"
],
"install_type": "git-clone",
"description": "ComfyUI simple node based on BLIP method, with the function of 'Image to Txt'."
},
{
"author": "smthemex",
"title": "ComfyUI_Pipeline_Tool",
"reference": "https://github.com/smthemex/ComfyUI_Pipeline_Tool",
"files": [
"https://github.com/smthemex/ComfyUI_Pipeline_Tool"
],
"install_type": "git-clone",
"description": "Nodes:Pipeline_Tool"
},
{ {
"author": "choey", "author": "choey",
"title": "Comfy-Topaz", "title": "Comfy-Topaz",
@ -7329,16 +7379,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Unofficial ComfyUI implementation of Self-Guidance." "description": "Unofficial ComfyUI implementation of Self-Guidance."
}, },
{
"author": "smthemex",
"title": "ComfyUI_ParlerTTS",
"reference": "https://github.com/smthemex/ComfyUI_ParlerTTS",
"files": [
"https://github.com/smthemex/ComfyUI_ParlerTTS"
],
"install_type": "git-clone",
"description": "This is a simple ComfyUI custom TTS node based on [a/Parler_tts](https://huggingface.co/parler-tts)."
},
{ {
"author": "aburahamu", "author": "aburahamu",
"title": "ComfyUI-RequestsPoster", "title": "ComfyUI-RequestsPoster",
@ -7449,16 +7489,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Load From S3, Save To S3." "description": "Nodes:Load From S3, Save To S3."
}, },
{
"author": "smthemex",
"title": "ComfyUI_Pic2Story",
"reference": "https://github.com/smthemex/ComfyUI_Pic2Story",
"files": [
"https://github.com/smthemex/ComfyUI_Pic2Story"
],
"install_type": "git-clone",
"description": "ComfyUI simple node based on BLIP method, with the function of 'Image to Txt'."
},
{ {
"author": "TashaSkyUp", "author": "TashaSkyUp",
"title": "ComfyUI_LiteLLM", "title": "ComfyUI_LiteLLM",

View File

@ -637,6 +637,7 @@
"https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": [ "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": [
[ [
"AdvOptions_Node", "AdvOptions_Node",
"CodingOptionsNode",
"LLM_Node", "LLM_Node",
"Output_Node", "Output_Node",
"QuantizationConfig_Node" "QuantizationConfig_Node"
@ -1872,6 +1873,7 @@
"JNodes_AnyToString", "JNodes_AnyToString",
"JNodes_AppendReversedFrames", "JNodes_AppendReversedFrames",
"JNodes_BooleanSelectorWithString", "JNodes_BooleanSelectorWithString",
"JNodes_BreakMediaInfo",
"JNodes_CheckpointSelectorWithString", "JNodes_CheckpointSelectorWithString",
"JNodes_GetOutputDirectory", "JNodes_GetOutputDirectory",
"JNodes_GetParameterFromList", "JNodes_GetParameterFromList",
@ -1880,7 +1882,9 @@
"JNodes_ImageFormatSelector", "JNodes_ImageFormatSelector",
"JNodes_ImageSizeSelector", "JNodes_ImageSizeSelector",
"JNodes_LoadVideo", "JNodes_LoadVideo",
"JNodes_LoadVisualMediaFromPath",
"JNodes_LoraExtractor", "JNodes_LoraExtractor",
"JNodes_MediaInfoToString",
"JNodes_OutVideoInfo", "JNodes_OutVideoInfo",
"JNodes_ParseDynamicPrompts", "JNodes_ParseDynamicPrompts",
"JNodes_ParseParametersToGlobalList", "JNodes_ParseParametersToGlobalList",
@ -1904,6 +1908,7 @@
"JNodes_TokenCounter", "JNodes_TokenCounter",
"JNodes_TrimAndStrip", "JNodes_TrimAndStrip",
"JNodes_UploadVideo", "JNodes_UploadVideo",
"JNodes_UploadVisualMedia",
"JNodes_VaeSelectorWithString" "JNodes_VaeSelectorWithString"
], ],
{ {
@ -2047,8 +2052,14 @@
"ADE_AnimateDiffUnload", "ADE_AnimateDiffUnload",
"ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple", "ADE_ApplyAnimateDiffModelSimple",
"ADE_ApplyAnimateDiffModelWithCameraCtrl",
"ADE_ApplyAnimateLCMI2VModel", "ADE_ApplyAnimateLCMI2VModel",
"ADE_BatchedContextOptions", "ADE_BatchedContextOptions",
"ADE_CameraCtrlAnimateDiffKeyframe",
"ADE_CameraManualPoseAppend",
"ADE_CameraPoseAdvanced",
"ADE_CameraPoseBasic",
"ADE_CameraPoseCombo",
"ADE_CustomCFG", "ADE_CustomCFG",
"ADE_CustomCFGKeyframe", "ADE_CustomCFGKeyframe",
"ADE_EmptyLatentImageLarge", "ADE_EmptyLatentImageLarge",
@ -2056,7 +2067,9 @@
"ADE_IterationOptsDefault", "ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit", "ADE_IterationOptsFreeInit",
"ADE_LoadAnimateDiffModel", "ADE_LoadAnimateDiffModel",
"ADE_LoadAnimateDiffModelWithCameraCtrl",
"ADE_LoadAnimateLCMI2VModel", "ADE_LoadAnimateLCMI2VModel",
"ADE_LoadCameraPoses",
"ADE_LoopedUniformContextOptions", "ADE_LoopedUniformContextOptions",
"ADE_LoopedUniformViewOptions", "ADE_LoopedUniformViewOptions",
"ADE_MaskedLoadLora", "ADE_MaskedLoadLora",
@ -2066,6 +2079,8 @@
"ADE_NoiseLayerAddWeighted", "ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace", "ADE_NoiseLayerReplace",
"ADE_RawSigmaSchedule", "ADE_RawSigmaSchedule",
"ADE_ReplaceCameraParameters",
"ADE_ReplaceOriginalPoseAspectRatio",
"ADE_SigmaSchedule", "ADE_SigmaSchedule",
"ADE_SigmaScheduleSplitAndCombine", "ADE_SigmaScheduleSplitAndCombine",
"ADE_SigmaScheduleWeightedAverage", "ADE_SigmaScheduleWeightedAverage",
@ -2486,6 +2501,7 @@
], ],
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
[ [
"AnimeCosplayDir",
"AspectRatioCondition", "AspectRatioCondition",
"Colors", "Colors",
"ConnectFloat", "ConnectFloat",
@ -2493,19 +2509,27 @@
"ConnectInteger", "ConnectInteger",
"ConnectLatent", "ConnectLatent",
"ConnectString", "ConnectString",
"DirSelector",
"DoubleClipTextEncode", "DoubleClipTextEncode",
"EmbeddingLoader", "EmbeddingLoader",
"FilmCharDir",
"HashText", "HashText",
"HueSatLum", "HueSatLum",
"ImageDimensions", "ImageDimensions",
"ImageResizeLong",
"IndoorBackgrounds", "IndoorBackgrounds",
"IndoorDir",
"IntEvaluate",
"IntFloatDict", "IntFloatDict",
"IntStringDict", "IntStringDict",
"LandscapeBackgrounds", "LandscapeBackgrounds",
"LandscapeDir",
"MakeupStylesDir",
"OptimalCrop", "OptimalCrop",
"SDXLEmptyLatent", "SDXLEmptyLatent",
"SaveWithMetaData", "SaveWithMetaData",
"SimplePrompts", "SimplePrompts",
"SpecificStylesDir",
"TimeStamp", "TimeStamp",
"TricolorComposition", "TricolorComposition",
"WorkflowSettings", "WorkflowSettings",
@ -5728,6 +5752,19 @@
"title_aux": "ComfyUI-Img2Img-Turbo" "title_aux": "ComfyUI-Img2Img-Turbo"
} }
], ],
"https://github.com/chaojie/ComfyUI-LaVIT": [
[
"VideoLaVITI2I",
"VideoLaVITI2V",
"VideoLaVITI2VLong",
"VideoLaVITLoader",
"VideoLaVITT2V",
"VideoLaVITT2VLong"
],
{
"title_aux": "ComfyUI-LaVIT"
}
],
"https://github.com/chaojie/ComfyUI-LightGlue": [ "https://github.com/chaojie/ComfyUI-LightGlue": [
[ [
"LightGlue Loader", "LightGlue Loader",
@ -10248,6 +10285,7 @@
"NewLayer", "NewLayer",
"NoiseImage", "NoiseImage",
"OutlineMask", "OutlineMask",
"PreviewMask_",
"PromptImage", "PromptImage",
"PromptSimplification", "PromptSimplification",
"PromptSlide", "PromptSlide",
@ -10514,6 +10552,14 @@
"title_aux": "ComfyUI_Pic2Story" "title_aux": "ComfyUI_Pic2Story"
} }
], ],
"https://github.com/smthemex/ComfyUI_Pipeline_Tool": [
[
"Pipeline_Tool"
],
{
"title_aux": "ComfyUI_Pipeline_Tool"
}
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[ [
"DiscoDiffusion_DiscoDiffusion", "DiscoDiffusion_DiscoDiffusion",
@ -11467,9 +11513,11 @@
"easy fullkSampler", "easy fullkSampler",
"easy globalSeed", "easy globalSeed",
"easy hiresFix", "easy hiresFix",
"easy humanParsing",
"easy if", "easy if",
"easy imageChooser", "easy imageChooser",
"easy imageInsetCrop", "easy imageInsetCrop",
"easy imageInterrogator",
"easy imagePixelPerfect", "easy imagePixelPerfect",
"easy imageRatio", "easy imageRatio",
"easy imageRemBg", "easy imageRemBg",
@ -11483,6 +11531,7 @@
"easy imageSplitList", "easy imageSplitList",
"easy imageSwitch", "easy imageSwitch",
"easy imageToMask", "easy imageToMask",
"easy injectNoiseToLatent",
"easy instantIDApply", "easy instantIDApply",
"easy instantIDApplyADV", "easy instantIDApplyADV",
"easy int", "easy int",
@ -11490,6 +11539,8 @@
"easy ipadapterApplyADV", "easy ipadapterApplyADV",
"easy ipadapterApplyEmbeds", "easy ipadapterApplyEmbeds",
"easy ipadapterApplyEncoder", "easy ipadapterApplyEncoder",
"easy ipadapterApplyFromParams",
"easy ipadapterApplyRegional",
"easy ipadapterStyleComposition", "easy ipadapterStyleComposition",
"easy isSDXL", "easy isSDXL",
"easy joinImageBatch", "easy joinImageBatch",

File diff suppressed because it is too large Load Diff

View File

@ -2400,6 +2400,26 @@
"filename": "SUPIR-v0Q.ckpt", "filename": "SUPIR-v0Q.ckpt",
"url": "https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt" "url": "https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt"
}, },
{
"name": "Kijai/SUPIR-v0F_fp16.safetensors (pruned)",
"type": "checkpoints",
"base": "SUPIR",
"save_path": "checkpoints/SUPIR",
"description": "SUPIR checkpoint model",
"reference": "https://huggingface.co/Kijai/SUPIR_pruned/tree/main",
"filename": "SUPIR-v0F_fp16.safetensors",
"url": "https://huggingface.co/Kijai/SUPIR_pruned/resolve/main/SUPIR-v0F_fp16.safetensors"
},
{
"name": "Kijai/SUPIR-v0Q_fp16.safetensors (pruned)",
"type": "checkpoints",
"base": "SUPIR",
"save_path": "checkpoints/SUPIR",
"description": "SUPIR checkpoint model",
"reference": "https://huggingface.co/Kijai/SUPIR_pruned/tree/main",
"filename": "SUPIR-v0Q_fp16.safetensors",
"url": "https://huggingface.co/Kijai/SUPIR_pruned/resolve/main/SUPIR-v0Q_fp16.safetensors"
},
{ {
"name": "RAM", "name": "RAM",
"type": "RAM", "type": "RAM",

View File

@ -12,6 +12,26 @@
{
"author": "chaojie",
"title": "ComfyUI-LaVIT",
"reference": "https://github.com/chaojie/ComfyUI-LaVIT",
"files": [
"https://github.com/chaojie/ComfyUI-LaVIT"
],
"install_type": "git-clone",
"description": "Nodes:VideoLaVITLoader, VideoLaVITT2V, VideoLaVITI2V, VideoLaVITI2VLong, VideoLaVITT2VLong, VideoLaVITI2I"
},
{
"author": "smthemex",
"title": "ComfyUI_Pipeline_Tool",
"reference": "https://github.com/smthemex/ComfyUI_Pipeline_Tool",
"files": [
"https://github.com/smthemex/ComfyUI_Pipeline_Tool"
],
"install_type": "git-clone",
"description": "Nodes:Pipeline_Tool"
},
{ {
"author": "blueraincoatli", "author": "blueraincoatli",
"title": "comfyUI_SillyNodes", "title": "comfyUI_SillyNodes",

View File

@ -637,6 +637,7 @@
"https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": [ "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": [
[ [
"AdvOptions_Node", "AdvOptions_Node",
"CodingOptionsNode",
"LLM_Node", "LLM_Node",
"Output_Node", "Output_Node",
"QuantizationConfig_Node" "QuantizationConfig_Node"
@ -1872,6 +1873,7 @@
"JNodes_AnyToString", "JNodes_AnyToString",
"JNodes_AppendReversedFrames", "JNodes_AppendReversedFrames",
"JNodes_BooleanSelectorWithString", "JNodes_BooleanSelectorWithString",
"JNodes_BreakMediaInfo",
"JNodes_CheckpointSelectorWithString", "JNodes_CheckpointSelectorWithString",
"JNodes_GetOutputDirectory", "JNodes_GetOutputDirectory",
"JNodes_GetParameterFromList", "JNodes_GetParameterFromList",
@ -1880,7 +1882,9 @@
"JNodes_ImageFormatSelector", "JNodes_ImageFormatSelector",
"JNodes_ImageSizeSelector", "JNodes_ImageSizeSelector",
"JNodes_LoadVideo", "JNodes_LoadVideo",
"JNodes_LoadVisualMediaFromPath",
"JNodes_LoraExtractor", "JNodes_LoraExtractor",
"JNodes_MediaInfoToString",
"JNodes_OutVideoInfo", "JNodes_OutVideoInfo",
"JNodes_ParseDynamicPrompts", "JNodes_ParseDynamicPrompts",
"JNodes_ParseParametersToGlobalList", "JNodes_ParseParametersToGlobalList",
@ -1904,6 +1908,7 @@
"JNodes_TokenCounter", "JNodes_TokenCounter",
"JNodes_TrimAndStrip", "JNodes_TrimAndStrip",
"JNodes_UploadVideo", "JNodes_UploadVideo",
"JNodes_UploadVisualMedia",
"JNodes_VaeSelectorWithString" "JNodes_VaeSelectorWithString"
], ],
{ {
@ -2047,8 +2052,14 @@
"ADE_AnimateDiffUnload", "ADE_AnimateDiffUnload",
"ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple", "ADE_ApplyAnimateDiffModelSimple",
"ADE_ApplyAnimateDiffModelWithCameraCtrl",
"ADE_ApplyAnimateLCMI2VModel", "ADE_ApplyAnimateLCMI2VModel",
"ADE_BatchedContextOptions", "ADE_BatchedContextOptions",
"ADE_CameraCtrlAnimateDiffKeyframe",
"ADE_CameraManualPoseAppend",
"ADE_CameraPoseAdvanced",
"ADE_CameraPoseBasic",
"ADE_CameraPoseCombo",
"ADE_CustomCFG", "ADE_CustomCFG",
"ADE_CustomCFGKeyframe", "ADE_CustomCFGKeyframe",
"ADE_EmptyLatentImageLarge", "ADE_EmptyLatentImageLarge",
@ -2056,7 +2067,9 @@
"ADE_IterationOptsDefault", "ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit", "ADE_IterationOptsFreeInit",
"ADE_LoadAnimateDiffModel", "ADE_LoadAnimateDiffModel",
"ADE_LoadAnimateDiffModelWithCameraCtrl",
"ADE_LoadAnimateLCMI2VModel", "ADE_LoadAnimateLCMI2VModel",
"ADE_LoadCameraPoses",
"ADE_LoopedUniformContextOptions", "ADE_LoopedUniformContextOptions",
"ADE_LoopedUniformViewOptions", "ADE_LoopedUniformViewOptions",
"ADE_MaskedLoadLora", "ADE_MaskedLoadLora",
@ -2066,6 +2079,8 @@
"ADE_NoiseLayerAddWeighted", "ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace", "ADE_NoiseLayerReplace",
"ADE_RawSigmaSchedule", "ADE_RawSigmaSchedule",
"ADE_ReplaceCameraParameters",
"ADE_ReplaceOriginalPoseAspectRatio",
"ADE_SigmaSchedule", "ADE_SigmaSchedule",
"ADE_SigmaScheduleSplitAndCombine", "ADE_SigmaScheduleSplitAndCombine",
"ADE_SigmaScheduleWeightedAverage", "ADE_SigmaScheduleWeightedAverage",
@ -2486,6 +2501,7 @@
], ],
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
[ [
"AnimeCosplayDir",
"AspectRatioCondition", "AspectRatioCondition",
"Colors", "Colors",
"ConnectFloat", "ConnectFloat",
@ -2493,19 +2509,27 @@
"ConnectInteger", "ConnectInteger",
"ConnectLatent", "ConnectLatent",
"ConnectString", "ConnectString",
"DirSelector",
"DoubleClipTextEncode", "DoubleClipTextEncode",
"EmbeddingLoader", "EmbeddingLoader",
"FilmCharDir",
"HashText", "HashText",
"HueSatLum", "HueSatLum",
"ImageDimensions", "ImageDimensions",
"ImageResizeLong",
"IndoorBackgrounds", "IndoorBackgrounds",
"IndoorDir",
"IntEvaluate",
"IntFloatDict", "IntFloatDict",
"IntStringDict", "IntStringDict",
"LandscapeBackgrounds", "LandscapeBackgrounds",
"LandscapeDir",
"MakeupStylesDir",
"OptimalCrop", "OptimalCrop",
"SDXLEmptyLatent", "SDXLEmptyLatent",
"SaveWithMetaData", "SaveWithMetaData",
"SimplePrompts", "SimplePrompts",
"SpecificStylesDir",
"TimeStamp", "TimeStamp",
"TricolorComposition", "TricolorComposition",
"WorkflowSettings", "WorkflowSettings",
@ -5728,6 +5752,19 @@
"title_aux": "ComfyUI-Img2Img-Turbo" "title_aux": "ComfyUI-Img2Img-Turbo"
} }
], ],
"https://github.com/chaojie/ComfyUI-LaVIT": [
[
"VideoLaVITI2I",
"VideoLaVITI2V",
"VideoLaVITI2VLong",
"VideoLaVITLoader",
"VideoLaVITT2V",
"VideoLaVITT2VLong"
],
{
"title_aux": "ComfyUI-LaVIT"
}
],
"https://github.com/chaojie/ComfyUI-LightGlue": [ "https://github.com/chaojie/ComfyUI-LightGlue": [
[ [
"LightGlue Loader", "LightGlue Loader",
@ -10248,6 +10285,7 @@
"NewLayer", "NewLayer",
"NoiseImage", "NoiseImage",
"OutlineMask", "OutlineMask",
"PreviewMask_",
"PromptImage", "PromptImage",
"PromptSimplification", "PromptSimplification",
"PromptSlide", "PromptSlide",
@ -10514,6 +10552,14 @@
"title_aux": "ComfyUI_Pic2Story" "title_aux": "ComfyUI_Pic2Story"
} }
], ],
"https://github.com/smthemex/ComfyUI_Pipeline_Tool": [
[
"Pipeline_Tool"
],
{
"title_aux": "ComfyUI_Pipeline_Tool"
}
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[ [
"DiscoDiffusion_DiscoDiffusion", "DiscoDiffusion_DiscoDiffusion",
@ -11467,9 +11513,11 @@
"easy fullkSampler", "easy fullkSampler",
"easy globalSeed", "easy globalSeed",
"easy hiresFix", "easy hiresFix",
"easy humanParsing",
"easy if", "easy if",
"easy imageChooser", "easy imageChooser",
"easy imageInsetCrop", "easy imageInsetCrop",
"easy imageInterrogator",
"easy imagePixelPerfect", "easy imagePixelPerfect",
"easy imageRatio", "easy imageRatio",
"easy imageRemBg", "easy imageRemBg",
@ -11483,6 +11531,7 @@
"easy imageSplitList", "easy imageSplitList",
"easy imageSwitch", "easy imageSwitch",
"easy imageToMask", "easy imageToMask",
"easy injectNoiseToLatent",
"easy instantIDApply", "easy instantIDApply",
"easy instantIDApplyADV", "easy instantIDApplyADV",
"easy int", "easy int",
@ -11490,6 +11539,8 @@
"easy ipadapterApplyADV", "easy ipadapterApplyADV",
"easy ipadapterApplyEmbeds", "easy ipadapterApplyEmbeds",
"easy ipadapterApplyEncoder", "easy ipadapterApplyEncoder",
"easy ipadapterApplyFromParams",
"easy ipadapterApplyRegional",
"easy ipadapterStyleComposition", "easy ipadapterStyleComposition",
"easy isSDXL", "easy isSDXL",
"easy joinImageBatch", "easy joinImageBatch",

View File

@ -1,5 +1,25 @@
{ {
"models": [ "models": [
{
"name": "Kijai/SUPIR-v0F_fp16.safetensors (pruned)",
"type": "checkpoints",
"base": "SUPIR",
"save_path": "checkpoints/SUPIR",
"description": "SUPIR checkpoint model",
"reference": "https://huggingface.co/Kijai/SUPIR_pruned/tree/main",
"filename": "SUPIR-v0F_fp16.safetensors",
"url": "https://huggingface.co/Kijai/SUPIR_pruned/resolve/main/SUPIR-v0F_fp16.safetensors"
},
{
"name": "Kijai/SUPIR-v0Q_fp16.safetensors (pruned)",
"type": "checkpoints",
"base": "SUPIR",
"save_path": "checkpoints/SUPIR",
"description": "SUPIR checkpoint model",
"reference": "https://huggingface.co/Kijai/SUPIR_pruned/tree/main",
"filename": "SUPIR-v0Q_fp16.safetensors",
"url": "https://huggingface.co/Kijai/SUPIR_pruned/resolve/main/SUPIR-v0Q_fp16.safetensors"
},
{ {
"name": "SUPIR-v0F.ckpt", "name": "SUPIR-v0F.ckpt",
"type": "checkpoints", "type": "checkpoints",
@ -641,86 +661,6 @@
"reference": "https://huggingface.co/Lightricks/LongAnimateDiff", "reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
"filename": "lt_long_mm_16_64_frames.ckpt", "filename": "lt_long_mm_16_64_frames.ckpt",
"url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt" "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt"
},
{
"name": "ip-adapter_sd15.safetensors",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter_sd15.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.safetensors"
},
{
"name": "ip-adapter_sd15_light.safetensors",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter_sd15_light.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15_light.safetensors"
},
{
"name": "ip-adapter_sd15_vit-G.safetensors",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter_sd15_vit-G.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15_vit-G.safetensors"
},
{
"name": "ip-adapter-plus_sd15.safetensors",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter-plus_sd15.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors"
},
{
"name": "ip-adapter-plus-face_sd15.safetensors",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter-plus-face_sd15.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus-face_sd15.safetensors"
},
{
"name": "ip-adapter-full-face_sd15.safetensors",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter-full-face_sd15.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-full-face_sd15.safetensors"
},
{
"name": "ip-adapter_sdxl.safetensors",
"type": "IP-Adapter",
"base": "SDXL",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter_sdxl.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl.safetensors"
},
{
"name": "ip-adapter_sdxl_vit-h.safetensors",
"type": "IP-Adapter",
"base": "SDXL",
"save_path": "ipadapter",
"description": "This model requires the use of the SD1.5 encoder despite being for SDXL checkpoints",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter_sdxl_vit-h.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl_vit-h.safetensors"
} }
] ]
} }