mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-22 21:00:49 +08:00
added 'ComfyUI Workflow Gallery'
update DB
This commit is contained in:
parent
6072a5c57f
commit
3ed2e3fee2
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user