mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-14 16:44:27 +08:00
update DB
This commit is contained in:
parent
b3361a5c6e
commit
10ba975dc2
@ -2152,7 +2152,7 @@
|
|||||||
"https://github.com/a1lazydog/ComfyUI-AudioScheduler"
|
"https://github.com/a1lazydog/ComfyUI-AudioScheduler"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: LoadAudioFromPath, AudioToFFTs, BatchAmplitudeSchedule, AmplitudeSchedule."
|
"description": "Load mp3 files and use the audio nodes to power animations and prompt scheduling. Use with FizzNodes."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "whatbirdisthat",
|
"author": "whatbirdisthat",
|
||||||
@ -2244,6 +2244,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A text-to-speech plugin used under ComfyUI. It utilizes the Microsoft Speech TTS interface to convert text content into MP3 format audio files."
|
"description": "A text-to-speech plugin used under ComfyUI. It utilizes the Microsoft Speech TTS interface to convert text content into MP3 format audio files."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "drustan-hawk",
|
||||||
|
"title": "primitive-types",
|
||||||
|
"reference": "https://github.com/drustan-hawk/primitive-types",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/drustan-hawk/primitive-types"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A text-to-speech plugin used under ComfyUI. It utilizes the Microsoft Speech TTS interface to convert text content into MP3 format audio files."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
|
|||||||
@ -2370,6 +2370,17 @@
|
|||||||
"title_aux": "ComfyUI-Vextra-Nodes"
|
"title_aux": "ComfyUI-Vextra-Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/drustan-hawk/primitive-types": [
|
||||||
|
[
|
||||||
|
"float",
|
||||||
|
"int",
|
||||||
|
"string",
|
||||||
|
"string_multiline"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "primitive-types"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ealkanat/comfyui_easy_padding": [
|
"https://github.com/ealkanat/comfyui_easy_padding": [
|
||||||
[
|
[
|
||||||
"comfyui-easy-padding"
|
"comfyui-easy-padding"
|
||||||
@ -3653,6 +3664,7 @@
|
|||||||
"ESS Float to Number",
|
"ESS Float to Number",
|
||||||
"ESS Float to String",
|
"ESS Float to String",
|
||||||
"ESS Float to X",
|
"ESS Float to X",
|
||||||
|
"ESS Global Envoy",
|
||||||
"ESS Image Reward",
|
"ESS Image Reward",
|
||||||
"ESS Image Reward Auto",
|
"ESS Image Reward Auto",
|
||||||
"ESS Image Saver with JSON",
|
"ESS Image Saver with JSON",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "drustan-hawk",
|
||||||
|
"title": "primitive-types",
|
||||||
|
"reference": "https://github.com/drustan-hawk/primitive-types",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/drustan-hawk/primitive-types"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A text-to-speech plugin used under ComfyUI. It utilizes the Microsoft Speech TTS interface to convert text content into MP3 format audio files."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "chflame163",
|
"author": "chflame163",
|
||||||
"title": "ComfyUI_MSSpeech_TTS",
|
"title": "ComfyUI_MSSpeech_TTS",
|
||||||
@ -128,7 +138,7 @@
|
|||||||
"https://github.com/a1lazydog/ComfyUI-AudioScheduler"
|
"https://github.com/a1lazydog/ComfyUI-AudioScheduler"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: LoadAudioFromPath, AudioToFFTs, BatchAmplitudeSchedule, AmplitudeSchedule."
|
"description": "Load mp3 files and use the audio nodes to power animations and prompt scheduling. Use with FizzNodes."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "storyicon",
|
"author": "storyicon",
|
||||||
|
|||||||
@ -2370,6 +2370,17 @@
|
|||||||
"title_aux": "ComfyUI-Vextra-Nodes"
|
"title_aux": "ComfyUI-Vextra-Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/drustan-hawk/primitive-types": [
|
||||||
|
[
|
||||||
|
"float",
|
||||||
|
"int",
|
||||||
|
"string",
|
||||||
|
"string_multiline"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "primitive-types"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ealkanat/comfyui_easy_padding": [
|
"https://github.com/ealkanat/comfyui_easy_padding": [
|
||||||
[
|
[
|
||||||
"comfyui-easy-padding"
|
"comfyui-easy-padding"
|
||||||
@ -3653,6 +3664,7 @@
|
|||||||
"ESS Float to Number",
|
"ESS Float to Number",
|
||||||
"ESS Float to String",
|
"ESS Float to String",
|
||||||
"ESS Float to X",
|
"ESS Float to X",
|
||||||
|
"ESS Global Envoy",
|
||||||
"ESS Image Reward",
|
"ESS Image Reward",
|
||||||
"ESS Image Reward Auto",
|
"ESS Image Reward Auto",
|
||||||
"ESS Image Saver with JSON",
|
"ESS Image Saver with JSON",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user