mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
b73dc7bf5e
commit
5ed6d8b202
@ -2550,9 +2550,10 @@
|
||||
"CivitaiDataFetcherLORA",
|
||||
"CivitaiRecipeGallery",
|
||||
"LoraTriggerWords",
|
||||
"ParameterAnalyzerCKPT",
|
||||
"ParameterAnalyzerLORA",
|
||||
"MarkdownPresenter",
|
||||
"ParameterAnalyzer",
|
||||
"PromptAnalyzer",
|
||||
"RecipeParamsParser",
|
||||
"ResourceAnalyzer"
|
||||
],
|
||||
{
|
||||
@ -5836,7 +5837,8 @@
|
||||
],
|
||||
"https://github.com/Firetheft/ComfyUI_Civitai_Gallery": [
|
||||
[
|
||||
"CivitaiGalleryNode"
|
||||
"CivitaiGalleryNode",
|
||||
"CivitaiModelsGalleryNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Civitai Gallery"
|
||||
@ -6112,7 +6114,6 @@
|
||||
[
|
||||
"LightX2VConfigCombiner",
|
||||
"LightX2VInferenceConfig",
|
||||
"LightX2VLightweightVAE",
|
||||
"LightX2VLoRALoader",
|
||||
"LightX2VMemoryOptimization",
|
||||
"LightX2VModularInference",
|
||||
@ -25576,6 +25577,8 @@
|
||||
"MiniMaxSubjectReference_fal",
|
||||
"MiniMaxTextToVideo_fal",
|
||||
"MiniMax_fal",
|
||||
"NanoBananaEdit_fal",
|
||||
"QwenImageEdit_fal",
|
||||
"Recraft_fal",
|
||||
"RunwayGen3_fal",
|
||||
"Sana_fal",
|
||||
@ -43084,6 +43087,7 @@
|
||||
"ModifyTextGender",
|
||||
"NeedImageSizeAndCount",
|
||||
"ReplicateRequstNode",
|
||||
"ReplicateVideoRequestNode",
|
||||
"SplitMask",
|
||||
"TextInputAutoSelector",
|
||||
"TextPreview",
|
||||
|
||||
@ -1484,6 +1484,7 @@ class UnifiedManager:
|
||||
return ManagedResult('skip')
|
||||
elif self.is_disabled(node_id):
|
||||
return self.unified_enable(node_id)
|
||||
|
||||
else:
|
||||
version_spec = self.resolve_unspecified_version(node_id)
|
||||
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "tony-zn",
|
||||
"title": "comfyui-zn-pycode [UNSAFE]",
|
||||
"id": "comfyui-zn-pycode",
|
||||
"reference": "https://github.com/tony-zn/comfyui-zn-pycode",
|
||||
"files": [
|
||||
"https://github.com/tony-zn/comfyui-zn-pycode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node allows you to run custom Python code for flexible data handling. It supports up to 20 input parameters and 20 output results, with unused slots automatically showing or hiding based on whether the parameter and result slots are connected."
|
||||
},
|
||||
{
|
||||
"author": "Solankimayursinh",
|
||||
"title": "PMSnodes [WIP]",
|
||||
@ -30,16 +41,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This repository contains ComfyUI-Luna-Collection, a bespoke collection of custom nodes for ComfyUI, engineered for power, flexibility, and a efficient workflow. These tools are born from a collaborative project between a human architect and their AI muse, Luna.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "Vantage with AI",
|
||||
"title": "ComfyUI-HunyuanFoley [NAME CONFLICT]",
|
||||
"reference": "https://github.com/vantagewithai/ComfyUI-HunyuanFoley",
|
||||
"files": [
|
||||
"https://github.com/vantagewithai/ComfyUI-HunyuanFoley"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for generating high-fidelity, synchronized foley audio for any video, powered by Tencent’s HunyuanVideo-Foley model."
|
||||
},
|
||||
{
|
||||
"author": "5agado",
|
||||
"title": "Sagado Nodes for ComfyUI",
|
||||
|
||||
@ -2854,7 +2854,7 @@
|
||||
],
|
||||
"https://github.com/Nienai666/comfyui-encrypt-image-main": [
|
||||
[
|
||||
"DecryptImage",
|
||||
"DecryptImageFromFile",
|
||||
"EncryptImage",
|
||||
"\u89e3\u5bc6\u56fe\u7247"
|
||||
],
|
||||
@ -3369,6 +3369,20 @@
|
||||
"title_aux": "ComfyUI-PIL"
|
||||
}
|
||||
],
|
||||
"https://github.com/Solankimayursinh/PMSnodes": [
|
||||
[
|
||||
"InputAnalyzer",
|
||||
"LoadBase64Audio",
|
||||
"LoadImageBase64",
|
||||
"LoadMaskBase64",
|
||||
"PMSLoadText",
|
||||
"PMSSendAudio",
|
||||
"PMSSendImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "PMSnodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": [
|
||||
[
|
||||
"WatermarkDetector",
|
||||
|
||||
@ -2550,9 +2550,10 @@
|
||||
"CivitaiDataFetcherLORA",
|
||||
"CivitaiRecipeGallery",
|
||||
"LoraTriggerWords",
|
||||
"ParameterAnalyzerCKPT",
|
||||
"ParameterAnalyzerLORA",
|
||||
"MarkdownPresenter",
|
||||
"ParameterAnalyzer",
|
||||
"PromptAnalyzer",
|
||||
"RecipeParamsParser",
|
||||
"ResourceAnalyzer"
|
||||
],
|
||||
{
|
||||
@ -5836,7 +5837,8 @@
|
||||
],
|
||||
"https://github.com/Firetheft/ComfyUI_Civitai_Gallery": [
|
||||
[
|
||||
"CivitaiGalleryNode"
|
||||
"CivitaiGalleryNode",
|
||||
"CivitaiModelsGalleryNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Civitai Gallery"
|
||||
@ -6112,7 +6114,6 @@
|
||||
[
|
||||
"LightX2VConfigCombiner",
|
||||
"LightX2VInferenceConfig",
|
||||
"LightX2VLightweightVAE",
|
||||
"LightX2VLoRALoader",
|
||||
"LightX2VMemoryOptimization",
|
||||
"LightX2VModularInference",
|
||||
@ -25576,6 +25577,8 @@
|
||||
"MiniMaxSubjectReference_fal",
|
||||
"MiniMaxTextToVideo_fal",
|
||||
"MiniMax_fal",
|
||||
"NanoBananaEdit_fal",
|
||||
"QwenImageEdit_fal",
|
||||
"Recraft_fal",
|
||||
"RunwayGen3_fal",
|
||||
"Sana_fal",
|
||||
@ -43084,6 +43087,7 @@
|
||||
"ModifyTextGender",
|
||||
"NeedImageSizeAndCount",
|
||||
"ReplicateRequstNode",
|
||||
"ReplicateVideoRequestNode",
|
||||
"SplitMask",
|
||||
"TextInputAutoSelector",
|
||||
"TextPreview",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user