added 'ComfyUI Workflow Gallery'

update DB
This commit is contained in:
Dr.Lt.Data 2023-10-09 18:44:40 +09:00
parent 6072a5c57f
commit 3ed2e3fee2
6 changed files with 47 additions and 3 deletions

View File

@ -56,7 +56,7 @@ sys.path.append('../..')
from torchvision.datasets.utils import download_url
# ensure .js
print("### Loading: ComfyUI-Manager (V0.33)")
print("### Loading: ComfyUI-Manager (V0.34)")
comfy_ui_required_revision = 1240
comfy_ui_revision = "Unknown"

View File

@ -2165,6 +2165,16 @@
"install_type": "git-clone",
"description": "Nodes: LoadAudioFromPath, AudioToFFTs, BatchAmplitudeSchedule, AmplitudeSchedule."
},
{
"author": "whatbirdisthat",
"title": "cyberdolphin",
"reference": "https://github.com/whatbirdisthat/cyberdolphin",
"files": [
"https://github.com/whatbirdisthat/cyberdolphin"
],
"install_type": "git-clone",
"description": "Cyberdolphin Suite of ComfyUI nodes for wiring up things."
},
{
"author": "taabata",
"title": "Syrian Falcon Nodes",

View File

@ -1615,7 +1615,7 @@
"AmplitudeSchedule",
"AudioToFFTs",
"BatchAmplitudeSchedule",
"LoadAudioFromPath"
"LoadAudio"
],
{
"title_aux": "ComfyUI-AudioScheduler"
@ -2507,6 +2507,7 @@
"ConditioningMultiCombine",
"ConditioningSetMaskAndCombine",
"CreateAudioMask",
"CreateFadeMask",
"CreateGradientMask",
"CreateTextMask",
"GrowMaskWithBlur",
@ -3612,6 +3613,14 @@
"title_aux": "wlsh_nodes"
}
],
"https://github.com/whatbirdisthat/cyberdolphin": [
[
"\ud83d\udc2c Gradio ChatInterface"
],
{
"title_aux": "cyberdolphin"
}
],
"https://github.com/wolfden/ComfyUi_PromptStylers": [
[
"SDXLPromptStylerAll",

View File

@ -1938,6 +1938,12 @@ class ManagerMenuDialog extends ComfyDialog {
textContent: "ComfyUI Community Manual",
onclick: () => { window.open("https://blenderneko.github.io/ComfyUI-docs/", "comfyui-community-manual"); }
}),
$el("button", {
type: "button",
textContent: "ComfyUI Workflow Gallery",
onclick: () => { window.open("https://comfyworkflows.com/", "comfyui-workflow-gallery"); }
}),
$el("button", {
type: "button",
textContent: "ComfyUI Nodes Info",

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "whatbirdisthat",
"title": "cyberdolphin",
"reference": "https://github.com/whatbirdisthat/cyberdolphin",
"files": [
"https://github.com/whatbirdisthat/cyberdolphin"
],
"install_type": "git-clone",
"description": "Cyberdolphin Suite of ComfyUI nodes for wiring up things."
},
{
"author": "a1lazydog",
"title": "ComfyUI-AudioScheduler",

View File

@ -1615,7 +1615,7 @@
"AmplitudeSchedule",
"AudioToFFTs",
"BatchAmplitudeSchedule",
"LoadAudioFromPath"
"LoadAudio"
],
{
"title_aux": "ComfyUI-AudioScheduler"
@ -2507,6 +2507,7 @@
"ConditioningMultiCombine",
"ConditioningSetMaskAndCombine",
"CreateAudioMask",
"CreateFadeMask",
"CreateGradientMask",
"CreateTextMask",
"GrowMaskWithBlur",
@ -3612,6 +3613,14 @@
"title_aux": "wlsh_nodes"
}
],
"https://github.com/whatbirdisthat/cyberdolphin": [
[
"\ud83d\udc2c Gradio ChatInterface"
],
{
"title_aux": "cyberdolphin"
}
],
"https://github.com/wolfden/ComfyUi_PromptStylers": [
[
"SDXLPromptStylerAll",