update DB

This commit is contained in:
Dr.Lt.Data 2024-06-16 09:54:43 +09:00
parent 008628bf36
commit 98ceb24ff2
6 changed files with 771 additions and 664 deletions

View File

@ -10344,6 +10344,7 @@
{

View File

@ -1167,6 +1167,7 @@
[
"AdvancedPromptInjection",
"PromptInjection",
"SVDPromptInjection",
"SimplePromptInjection"
],
{
@ -2877,6 +2878,7 @@
"HueSatLum",
"HueShift",
"ImageDimensions",
"ImageOverlayResized",
"ImageResizeLong",
"ImageZigzag",
"IndoorBackgrounds",
@ -5882,6 +5884,18 @@
"title_aux": "LoRA Tag Loader for ComfyUI"
}
],
"https://github.com/baicai99/ComfyUI-FrameSkipping": [
[
"FrameSkipping",
"FrameTruncating",
"IntOperationsNode",
"MaskFrameSkipping",
"WhiteMaskGenerator"
],
{
"title_aux": "ComfyUI-FrameSkipping"
}
],
"https://github.com/banodoco/steerable-motion": [
[
"BatchCreativeInterpolation",
@ -7010,6 +7024,7 @@
"LayerUtility: BatchSelector",
"LayerUtility: Boolean",
"LayerUtility: BooleanOperator",
"LayerUtility: BooleanOperatorV2",
"LayerUtility: ColorImage",
"LayerUtility: ColorImage V2",
"LayerUtility: ColorPicker",
@ -7027,6 +7042,7 @@
"LayerUtility: GradientImage",
"LayerUtility: GradientImage V2",
"LayerUtility: HLFrequencyDetailRestore",
"LayerUtility: If",
"LayerUtility: ImageAutoCrop",
"LayerUtility: ImageAutoCrop V2",
"LayerUtility: ImageBlend",
@ -7052,6 +7068,7 @@
"LayerUtility: LayerMaskTransform",
"LayerUtility: LoadPSD",
"LayerUtility: NumberCalculator",
"LayerUtility: NumberCalculatorV2",
"LayerUtility: PrintInfo",
"LayerUtility: PromptEmbellish",
"LayerUtility: PromptTagger",
@ -7064,6 +7081,7 @@
"LayerUtility: Seed",
"LayerUtility: ShowBlindWaterMark",
"LayerUtility: SimpleTextImage",
"LayerUtility: StringCondition",
"LayerUtility: TextBox",
"LayerUtility: TextImage",
"LayerUtility: TextJoin",
@ -7388,6 +7406,7 @@
"DualCFGGuider",
"DualCLIPLoader",
"EmptyImage",
"EmptyLatentAudio",
"EmptyLatentImage",
"EmptySD3LatentImage",
"ExponentialScheduler",
@ -7441,6 +7460,7 @@
"LatentSubtract",
"LatentUpscale",
"LatentUpscaleBy",
"LoadAudio",
"LoadImage",
"LoadImageMask",
"LoadLatent",
@ -7456,6 +7476,7 @@
"ModelMergeSimple",
"ModelMergeSubtract",
"ModelSamplingContinuousEDM",
"ModelSamplingContinuousV",
"ModelSamplingDiscrete",
"ModelSamplingSD3",
"ModelSamplingStableCascade",
@ -7490,6 +7511,7 @@
"SamplerLMS",
"SaveAnimatedPNG",
"SaveAnimatedWEBP",
"SaveAudio",
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
@ -7516,8 +7538,10 @@
"UNetTemporalAttentionMultiply",
"UpscaleModelLoader",
"VAEDecode",
"VAEDecodeAudio",
"VAEDecodeTiled",
"VAEEncode",
"VAEEncodeAudio",
"VAEEncodeForInpaint",
"VAEEncodeTiled",
"VAELoader",
@ -11635,6 +11659,7 @@
"PettyPaintEnsureDirectory",
"PettyPaintExec",
"PettyPaintFakeConvert",
"PettyPaintFileExists",
"PettyPaintImageColorsToMasks",
"PettyPaintImageCompositeMasked",
"PettyPaintImagePlacement",
@ -11650,6 +11675,8 @@
"PettyPaintLoadImages",
"PettyPaintMap",
"PettyPaintMasksToImages",
"PettyPaintNot",
"PettyPaintPassThroughNode",
"PettyPaintProcessor",
"PettyPaintRemoveAddText",
"PettyPaintSDTurboScheduler",
@ -13264,7 +13291,8 @@
"ShuffleChannels",
"Tonemap",
"UnJitterImage",
"UnTonemap"
"UnTonemap",
"VisualizeLatents"
],
{
"title_aux": "ComfyUI-Image-Filters"
@ -14350,6 +14378,7 @@
"easy humanSegmentation",
"easy icLightApply",
"easy if",
"easy imageBatchToImageList",
"easy imageChooser",
"easy imageColorMatch",
"easy imageConcat",
@ -14358,6 +14387,7 @@
"easy imageDetailTransfer",
"easy imageInsetCrop",
"easy imageInterrogator",
"easy imageListToImageBatch",
"easy imagePixelPerfect",
"easy imageRatio",
"easy imageRemBg",

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,48 @@
},
{
"author": "kijai",
"title": "ComfyUI-B-LoRA [WIP]",
"id": "b-lora",
"reference": "https://github.com/liusida/ComfyUI-B-LoRA",
"files": [
"https://github.com/liusida/ComfyUI-B-LoRA"
],
"install_type": "git-clone",
"description": "Load and apply B-LoRA models, currently B-LoRA models only works with SDXL (sdxl_base_1.0)."
},
{
"author": "kijai",
"title": "ComfyUI-DiffusersSD3Wrapper",
"id": "diffusers-sd3-wrapper",
"reference": "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper",
"files": [
"https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper"
],
"install_type": "git-clone",
"description": "Nodes:Load SD3DiffusersPipeline, SD3 ControlNet Sampler"
},
{
"author": "AustinMroz",
"title": "ComfyUI-SD3-Medium-CN-Diffusers [WIP]",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SD3-Medium-CN-Diffusers",
"files": [
"https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing"
],
"install_type": "git-clone",
"description": "ComfyUI SD3-Medium ControlNetDiffusers"
},
{
"author": "AustinMroz",
"title": "ComfyUI-WorkflowCheckpointing [WIP]",
"reference": "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing",
"files": [
"https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing"
],
"install_type": "git-clone",
"description": "Automatically creates checkpoints during workflow execution. If If an workflow is canceled or ComfyUI crashes mid-execution, then these checkpoints are used when the workflow is re-queued to resume execution with minimal progress loss."
},
{
"author": "redhottensors",
"title": "ComfyUI-ODE",

View File

@ -13,6 +13,7 @@
{
"author": "baicai99",
"title": "ComfyUI-FrameSkipping",
@ -24,7 +25,6 @@
"install_type": "git-clone",
"description": "Used to process video redrawing, frame skipping, frame ending early, etc."
},
{
"author": "AIFSH",
"title": "ComfyUI-MimicBrush",

View File

@ -1167,6 +1167,7 @@
[
"AdvancedPromptInjection",
"PromptInjection",
"SVDPromptInjection",
"SimplePromptInjection"
],
{
@ -2877,6 +2878,7 @@
"HueSatLum",
"HueShift",
"ImageDimensions",
"ImageOverlayResized",
"ImageResizeLong",
"ImageZigzag",
"IndoorBackgrounds",
@ -5882,6 +5884,18 @@
"title_aux": "LoRA Tag Loader for ComfyUI"
}
],
"https://github.com/baicai99/ComfyUI-FrameSkipping": [
[
"FrameSkipping",
"FrameTruncating",
"IntOperationsNode",
"MaskFrameSkipping",
"WhiteMaskGenerator"
],
{
"title_aux": "ComfyUI-FrameSkipping"
}
],
"https://github.com/banodoco/steerable-motion": [
[
"BatchCreativeInterpolation",
@ -7010,6 +7024,7 @@
"LayerUtility: BatchSelector",
"LayerUtility: Boolean",
"LayerUtility: BooleanOperator",
"LayerUtility: BooleanOperatorV2",
"LayerUtility: ColorImage",
"LayerUtility: ColorImage V2",
"LayerUtility: ColorPicker",
@ -7027,6 +7042,7 @@
"LayerUtility: GradientImage",
"LayerUtility: GradientImage V2",
"LayerUtility: HLFrequencyDetailRestore",
"LayerUtility: If",
"LayerUtility: ImageAutoCrop",
"LayerUtility: ImageAutoCrop V2",
"LayerUtility: ImageBlend",
@ -7052,6 +7068,7 @@
"LayerUtility: LayerMaskTransform",
"LayerUtility: LoadPSD",
"LayerUtility: NumberCalculator",
"LayerUtility: NumberCalculatorV2",
"LayerUtility: PrintInfo",
"LayerUtility: PromptEmbellish",
"LayerUtility: PromptTagger",
@ -7064,6 +7081,7 @@
"LayerUtility: Seed",
"LayerUtility: ShowBlindWaterMark",
"LayerUtility: SimpleTextImage",
"LayerUtility: StringCondition",
"LayerUtility: TextBox",
"LayerUtility: TextImage",
"LayerUtility: TextJoin",
@ -7388,6 +7406,7 @@
"DualCFGGuider",
"DualCLIPLoader",
"EmptyImage",
"EmptyLatentAudio",
"EmptyLatentImage",
"EmptySD3LatentImage",
"ExponentialScheduler",
@ -7441,6 +7460,7 @@
"LatentSubtract",
"LatentUpscale",
"LatentUpscaleBy",
"LoadAudio",
"LoadImage",
"LoadImageMask",
"LoadLatent",
@ -7456,6 +7476,7 @@
"ModelMergeSimple",
"ModelMergeSubtract",
"ModelSamplingContinuousEDM",
"ModelSamplingContinuousV",
"ModelSamplingDiscrete",
"ModelSamplingSD3",
"ModelSamplingStableCascade",
@ -7490,6 +7511,7 @@
"SamplerLMS",
"SaveAnimatedPNG",
"SaveAnimatedWEBP",
"SaveAudio",
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
@ -7516,8 +7538,10 @@
"UNetTemporalAttentionMultiply",
"UpscaleModelLoader",
"VAEDecode",
"VAEDecodeAudio",
"VAEDecodeTiled",
"VAEEncode",
"VAEEncodeAudio",
"VAEEncodeForInpaint",
"VAEEncodeTiled",
"VAELoader",
@ -11635,6 +11659,7 @@
"PettyPaintEnsureDirectory",
"PettyPaintExec",
"PettyPaintFakeConvert",
"PettyPaintFileExists",
"PettyPaintImageColorsToMasks",
"PettyPaintImageCompositeMasked",
"PettyPaintImagePlacement",
@ -11650,6 +11675,8 @@
"PettyPaintLoadImages",
"PettyPaintMap",
"PettyPaintMasksToImages",
"PettyPaintNot",
"PettyPaintPassThroughNode",
"PettyPaintProcessor",
"PettyPaintRemoveAddText",
"PettyPaintSDTurboScheduler",
@ -13264,7 +13291,8 @@
"ShuffleChannels",
"Tonemap",
"UnJitterImage",
"UnTonemap"
"UnTonemap",
"VisualizeLatents"
],
{
"title_aux": "ComfyUI-Image-Filters"
@ -14350,6 +14378,7 @@
"easy humanSegmentation",
"easy icLightApply",
"easy if",
"easy imageBatchToImageList",
"easy imageChooser",
"easy imageColorMatch",
"easy imageConcat",
@ -14358,6 +14387,7 @@
"easy imageDetailTransfer",
"easy imageInsetCrop",
"easy imageInterrogator",
"easy imageListToImageBatch",
"easy imagePixelPerfect",
"easy imageRatio",
"easy imageRemBg",