mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
f105cac64a
commit
d82df709f6
@ -38,7 +38,7 @@
|
||||
"https://github.com/comfyanonymous/ComfyUI_experiments"
|
||||
],
|
||||
"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",
|
||||
|
||||
@ -1774,7 +1774,8 @@
|
||||
"ModelMergeSDXLTransformers",
|
||||
"ModelSamplerTonemapNoiseTest",
|
||||
"ReferenceOnlySimple",
|
||||
"RescaleClassifierFreeGuidanceTest"
|
||||
"RescaleClassifierFreeGuidanceTest",
|
||||
"TonemapNoiseWithRescaleCFG"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_experiments"
|
||||
@ -2188,12 +2189,18 @@
|
||||
"ImageMaskSwitch",
|
||||
"ImageReceiver",
|
||||
"ImageSender",
|
||||
"ImpactAssembleSEGS",
|
||||
"ImpactCompare",
|
||||
"ImpactConditionalBranch",
|
||||
"ImpactConditionalStopIteration",
|
||||
"ImpactControlNetApplySEGS",
|
||||
"ImpactDecomposeSEGS",
|
||||
"ImpactDilateMask",
|
||||
"ImpactDilate_Mask_SEG_ELT",
|
||||
"ImpactDummyInput",
|
||||
"ImpactEdit_SEG_ELT",
|
||||
"ImpactFloat",
|
||||
"ImpactFrom_SEG_ELT",
|
||||
"ImpactImageBatchToImageList",
|
||||
"ImpactImageInfo",
|
||||
"ImpactInt",
|
||||
@ -2208,7 +2215,9 @@
|
||||
"ImpactSEGSLabelFilter",
|
||||
"ImpactSEGSOrderedFilter",
|
||||
"ImpactSEGSRangeFilter",
|
||||
"ImpactSEGSToMaskBatch",
|
||||
"ImpactSEGSToMaskList",
|
||||
"ImpactScaleBy_BBOX_SEG_ELT",
|
||||
"ImpactSimpleDetectorSEGS",
|
||||
"ImpactSimpleDetectorSEGSPipe",
|
||||
"ImpactStringSelector",
|
||||
@ -2228,6 +2237,7 @@
|
||||
"LoadConditioning",
|
||||
"MMDetDetectorProvider",
|
||||
"MMDetLoader",
|
||||
"MaskListToMaskBatch",
|
||||
"MaskPainter",
|
||||
"MaskToSEGS",
|
||||
"MasksToMaskList",
|
||||
|
||||
@ -1774,7 +1774,8 @@
|
||||
"ModelMergeSDXLTransformers",
|
||||
"ModelSamplerTonemapNoiseTest",
|
||||
"ReferenceOnlySimple",
|
||||
"RescaleClassifierFreeGuidanceTest"
|
||||
"RescaleClassifierFreeGuidanceTest",
|
||||
"TonemapNoiseWithRescaleCFG"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_experiments"
|
||||
@ -2188,12 +2189,18 @@
|
||||
"ImageMaskSwitch",
|
||||
"ImageReceiver",
|
||||
"ImageSender",
|
||||
"ImpactAssembleSEGS",
|
||||
"ImpactCompare",
|
||||
"ImpactConditionalBranch",
|
||||
"ImpactConditionalStopIteration",
|
||||
"ImpactControlNetApplySEGS",
|
||||
"ImpactDecomposeSEGS",
|
||||
"ImpactDilateMask",
|
||||
"ImpactDilate_Mask_SEG_ELT",
|
||||
"ImpactDummyInput",
|
||||
"ImpactEdit_SEG_ELT",
|
||||
"ImpactFloat",
|
||||
"ImpactFrom_SEG_ELT",
|
||||
"ImpactImageBatchToImageList",
|
||||
"ImpactImageInfo",
|
||||
"ImpactInt",
|
||||
@ -2208,7 +2215,9 @@
|
||||
"ImpactSEGSLabelFilter",
|
||||
"ImpactSEGSOrderedFilter",
|
||||
"ImpactSEGSRangeFilter",
|
||||
"ImpactSEGSToMaskBatch",
|
||||
"ImpactSEGSToMaskList",
|
||||
"ImpactScaleBy_BBOX_SEG_ELT",
|
||||
"ImpactSimpleDetectorSEGS",
|
||||
"ImpactSimpleDetectorSEGSPipe",
|
||||
"ImpactStringSelector",
|
||||
@ -2228,6 +2237,7 @@
|
||||
"LoadConditioning",
|
||||
"MMDetDetectorProvider",
|
||||
"MMDetLoader",
|
||||
"MaskListToMaskBatch",
|
||||
"MaskPainter",
|
||||
"MaskToSEGS",
|
||||
"MasksToMaskList",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user