mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
54c882b955
commit
ba98615bec
@ -7946,11 +7946,21 @@
|
||||
"title": "ComfyUI_Prompt-Quill",
|
||||
"reference": "https://github.com/osi1880vr/prompt_quill_comfyui",
|
||||
"files": [
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py"
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Use Prompt Quill in Comfyui"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "ComfyUI-FishSpeech",
|
||||
"reference": "https://github.com/AIFSH/ComfyUI-FishSpeech",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom comfyui node for [a/fish-speech](https://github.com/fishaudio/fish-speech.git)"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -190,6 +190,17 @@
|
||||
"title_aux": "ComfyUI-PixelOE"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech": [
|
||||
[
|
||||
"FishSpeech_INFER",
|
||||
"LoadAudio",
|
||||
"LoadSRT",
|
||||
"PreViewAudio"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FishSpeech"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/ComfyUI-GPT_SoVITS": [
|
||||
[
|
||||
"GPT_SOVITS_FT",
|
||||
@ -4773,6 +4784,7 @@
|
||||
"FloatArrayToGraph",
|
||||
"GateNormalizedAmplitude",
|
||||
"LoadAudio",
|
||||
"LoadVHSAudio",
|
||||
"NormalizeAmplitude",
|
||||
"NormalizedAmplitudeDrivenString",
|
||||
"NormalizedAmplitudeToGraph",
|
||||
@ -10021,6 +10033,9 @@
|
||||
"CanvasCreatorAdvanced",
|
||||
"CanvasCreatorBasic",
|
||||
"CanvasCreatorSimple",
|
||||
"CircleCreator",
|
||||
"CirclesGenerator",
|
||||
"CreateCircleMask",
|
||||
"CreateMaskWithCanvas",
|
||||
"CreateNestedPNGMask",
|
||||
"CreateTillingPNGMask",
|
||||
@ -10349,7 +10364,7 @@
|
||||
"title_aux": "Quality of life Suit:V2"
|
||||
}
|
||||
],
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py": [
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui": [
|
||||
[
|
||||
"PromptQuillGenerate",
|
||||
"PromptQuillGenerateConditioning",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -12,14 +12,24 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "ComfyUI-FishSpeech",
|
||||
"reference": "https://github.com/AIFSH/ComfyUI-FishSpeech",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom comfyui node for [a/fish-speech](https://github.com/fishaudio/fish-speech.git)"
|
||||
},
|
||||
{
|
||||
"author": "osiworx",
|
||||
"title": "ComfyUI_Prompt-Quill",
|
||||
"reference": "https://github.com/osi1880vr/prompt_quill_comfyui",
|
||||
"files": [
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py"
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Use Prompt Quill in Comfyui"
|
||||
},
|
||||
{
|
||||
@ -681,16 +691,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial implementation of [a/DDColor](https://github.com/piddnad/DDColor) for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "hay86",
|
||||
"title": "ComfyUI OpenVoice",
|
||||
"reference": "https://github.com/hay86/ComfyUI_OpenVoice",
|
||||
"files": [
|
||||
"https://github.com/hay86/ComfyUI_OpenVoice"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial implementation of [a/OpenVoice](https://github.com/myshell-ai/OpenVoice) for ComfyUI"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -190,6 +190,17 @@
|
||||
"title_aux": "ComfyUI-PixelOE"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech": [
|
||||
[
|
||||
"FishSpeech_INFER",
|
||||
"LoadAudio",
|
||||
"LoadSRT",
|
||||
"PreViewAudio"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FishSpeech"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/ComfyUI-GPT_SoVITS": [
|
||||
[
|
||||
"GPT_SOVITS_FT",
|
||||
@ -4773,6 +4784,7 @@
|
||||
"FloatArrayToGraph",
|
||||
"GateNormalizedAmplitude",
|
||||
"LoadAudio",
|
||||
"LoadVHSAudio",
|
||||
"NormalizeAmplitude",
|
||||
"NormalizedAmplitudeDrivenString",
|
||||
"NormalizedAmplitudeToGraph",
|
||||
@ -10021,6 +10033,9 @@
|
||||
"CanvasCreatorAdvanced",
|
||||
"CanvasCreatorBasic",
|
||||
"CanvasCreatorSimple",
|
||||
"CircleCreator",
|
||||
"CirclesGenerator",
|
||||
"CreateCircleMask",
|
||||
"CreateMaskWithCanvas",
|
||||
"CreateNestedPNGMask",
|
||||
"CreateTillingPNGMask",
|
||||
@ -10349,7 +10364,7 @@
|
||||
"title_aux": "Quality of life Suit:V2"
|
||||
}
|
||||
],
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py": [
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui": [
|
||||
[
|
||||
"PromptQuillGenerate",
|
||||
"PromptQuillGenerateConditioning",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user