mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 01:57:04 +08:00
update DB
This commit is contained in:
parent
7b5434365e
commit
c82f80252f
@ -21,7 +21,7 @@
|
||||
],
|
||||
"pip": ["ultralytics"],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.\n[w/NOTE:'Segs & Mask' has been renamed to 'ImpactSegsAndMask.' Please replace the node with the new name.]"
|
||||
"description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler."
|
||||
},
|
||||
{
|
||||
"author": "Dr.Lt.Data",
|
||||
@ -44,7 +44,7 @@
|
||||
"https://github.com/comfyanonymous/ComfyUI_experiments"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: ModelSamplerTonemapNoiseTest, TonemapNoiseWithRescaleCFG, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers.[w/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.]"
|
||||
"description": "Nodes: ModelSamplerTonemapNoiseTest, TonemapNoiseWithRescaleCFG, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers."
|
||||
},
|
||||
{
|
||||
"author": "Stability-AI",
|
||||
@ -918,7 +918,7 @@
|
||||
"https://github.com/Nourepide/ComfyUI-Allor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Allor is a plugin for ComfyUI with an emphasis on transparency and performance.\n[w/NOTE: If you do not disable the default node override feature in the settings, the built-in nodes, namely ImageScale and ImageScaleBy nodes, will be disabled. (ref: [a/Configutation](https://github.com/Nourepide/ComfyUI-Allor#configuration))]"
|
||||
"description": "Allor is a plugin for ComfyUI with an emphasis on transparency and performance."
|
||||
},
|
||||
{
|
||||
"author": "melMass",
|
||||
|
||||
@ -39,6 +39,7 @@ print(f"TEMP DIR: {temp_dir}")
|
||||
|
||||
parse_cnt = 0
|
||||
|
||||
|
||||
def extract_nodes(code_text):
|
||||
global parse_cnt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user