update DB

This commit is contained in:
Dr.Lt.Data 2023-09-13 17:37:17 +09:00
parent f105cac64a
commit d82df709f6
3 changed files with 23 additions and 3 deletions

View File

@ -38,7 +38,7 @@
"https://github.com/comfyanonymous/ComfyUI_experiments" "https://github.com/comfyanonymous/ComfyUI_experiments"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: ModelSamplerTonemapNoiseTest, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers.<p style='background-color: black; color: red;'>NOTE: This is a consolidation of the previously separate custom nodes. Please delete the sampler_tonemap.py, sampler_rescalecfg.py, advanced_model_merging.py, sdxl_model_merging.py, and reference_only.py files installed in custom_nodes before.</p>" "description": "Nodes: ModelSamplerTonemapNoiseTest, TonemapNoiseWithRescaleCFG, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers.<p style='background-color: black; color: red;'>NOTE: This is a consolidation of the previously separate custom nodes. Please delete the sampler_tonemap.py, sampler_rescalecfg.py, advanced_model_merging.py, sdxl_model_merging.py, and reference_only.py files installed in custom_nodes before.</p>"
}, },
{ {
"author": "Stability-AI", "author": "Stability-AI",

View File

@ -1774,7 +1774,8 @@
"ModelMergeSDXLTransformers", "ModelMergeSDXLTransformers",
"ModelSamplerTonemapNoiseTest", "ModelSamplerTonemapNoiseTest",
"ReferenceOnlySimple", "ReferenceOnlySimple",
"RescaleClassifierFreeGuidanceTest" "RescaleClassifierFreeGuidanceTest",
"TonemapNoiseWithRescaleCFG"
], ],
{ {
"title_aux": "ComfyUI_experiments" "title_aux": "ComfyUI_experiments"
@ -2188,12 +2189,18 @@
"ImageMaskSwitch", "ImageMaskSwitch",
"ImageReceiver", "ImageReceiver",
"ImageSender", "ImageSender",
"ImpactAssembleSEGS",
"ImpactCompare", "ImpactCompare",
"ImpactConditionalBranch", "ImpactConditionalBranch",
"ImpactConditionalStopIteration", "ImpactConditionalStopIteration",
"ImpactControlNetApplySEGS", "ImpactControlNetApplySEGS",
"ImpactDecomposeSEGS",
"ImpactDilateMask",
"ImpactDilate_Mask_SEG_ELT",
"ImpactDummyInput", "ImpactDummyInput",
"ImpactEdit_SEG_ELT",
"ImpactFloat", "ImpactFloat",
"ImpactFrom_SEG_ELT",
"ImpactImageBatchToImageList", "ImpactImageBatchToImageList",
"ImpactImageInfo", "ImpactImageInfo",
"ImpactInt", "ImpactInt",
@ -2208,7 +2215,9 @@
"ImpactSEGSLabelFilter", "ImpactSEGSLabelFilter",
"ImpactSEGSOrderedFilter", "ImpactSEGSOrderedFilter",
"ImpactSEGSRangeFilter", "ImpactSEGSRangeFilter",
"ImpactSEGSToMaskBatch",
"ImpactSEGSToMaskList", "ImpactSEGSToMaskList",
"ImpactScaleBy_BBOX_SEG_ELT",
"ImpactSimpleDetectorSEGS", "ImpactSimpleDetectorSEGS",
"ImpactSimpleDetectorSEGSPipe", "ImpactSimpleDetectorSEGSPipe",
"ImpactStringSelector", "ImpactStringSelector",
@ -2228,6 +2237,7 @@
"LoadConditioning", "LoadConditioning",
"MMDetDetectorProvider", "MMDetDetectorProvider",
"MMDetLoader", "MMDetLoader",
"MaskListToMaskBatch",
"MaskPainter", "MaskPainter",
"MaskToSEGS", "MaskToSEGS",
"MasksToMaskList", "MasksToMaskList",

View File

@ -1774,7 +1774,8 @@
"ModelMergeSDXLTransformers", "ModelMergeSDXLTransformers",
"ModelSamplerTonemapNoiseTest", "ModelSamplerTonemapNoiseTest",
"ReferenceOnlySimple", "ReferenceOnlySimple",
"RescaleClassifierFreeGuidanceTest" "RescaleClassifierFreeGuidanceTest",
"TonemapNoiseWithRescaleCFG"
], ],
{ {
"title_aux": "ComfyUI_experiments" "title_aux": "ComfyUI_experiments"
@ -2188,12 +2189,18 @@
"ImageMaskSwitch", "ImageMaskSwitch",
"ImageReceiver", "ImageReceiver",
"ImageSender", "ImageSender",
"ImpactAssembleSEGS",
"ImpactCompare", "ImpactCompare",
"ImpactConditionalBranch", "ImpactConditionalBranch",
"ImpactConditionalStopIteration", "ImpactConditionalStopIteration",
"ImpactControlNetApplySEGS", "ImpactControlNetApplySEGS",
"ImpactDecomposeSEGS",
"ImpactDilateMask",
"ImpactDilate_Mask_SEG_ELT",
"ImpactDummyInput", "ImpactDummyInput",
"ImpactEdit_SEG_ELT",
"ImpactFloat", "ImpactFloat",
"ImpactFrom_SEG_ELT",
"ImpactImageBatchToImageList", "ImpactImageBatchToImageList",
"ImpactImageInfo", "ImpactImageInfo",
"ImpactInt", "ImpactInt",
@ -2208,7 +2215,9 @@
"ImpactSEGSLabelFilter", "ImpactSEGSLabelFilter",
"ImpactSEGSOrderedFilter", "ImpactSEGSOrderedFilter",
"ImpactSEGSRangeFilter", "ImpactSEGSRangeFilter",
"ImpactSEGSToMaskBatch",
"ImpactSEGSToMaskList", "ImpactSEGSToMaskList",
"ImpactScaleBy_BBOX_SEG_ELT",
"ImpactSimpleDetectorSEGS", "ImpactSimpleDetectorSEGS",
"ImpactSimpleDetectorSEGSPipe", "ImpactSimpleDetectorSEGSPipe",
"ImpactStringSelector", "ImpactStringSelector",
@ -2228,6 +2237,7 @@
"LoadConditioning", "LoadConditioning",
"MMDetDetectorProvider", "MMDetDetectorProvider",
"MMDetLoader", "MMDetLoader",
"MaskListToMaskBatch",
"MaskPainter", "MaskPainter",
"MaskToSEGS", "MaskToSEGS",
"MasksToMaskList", "MasksToMaskList",