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
|
from torchvision.datasets.utils import download_url
|
||||||
|
|
||||||
# ensure .js
|
# ensure .js
|
||||||
print("### Loading: ComfyUI-Manager (V0.33)")
|
print("### Loading: ComfyUI-Manager (V0.34)")
|
||||||
|
|
||||||
comfy_ui_required_revision = 1240
|
comfy_ui_required_revision = 1240
|
||||||
comfy_ui_revision = "Unknown"
|
comfy_ui_revision = "Unknown"
|
||||||
|
|||||||
@ -2165,6 +2165,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: LoadAudioFromPath, AudioToFFTs, BatchAmplitudeSchedule, AmplitudeSchedule."
|
"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",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
|
|||||||
@ -1615,7 +1615,7 @@
|
|||||||
"AmplitudeSchedule",
|
"AmplitudeSchedule",
|
||||||
"AudioToFFTs",
|
"AudioToFFTs",
|
||||||
"BatchAmplitudeSchedule",
|
"BatchAmplitudeSchedule",
|
||||||
"LoadAudioFromPath"
|
"LoadAudio"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-AudioScheduler"
|
"title_aux": "ComfyUI-AudioScheduler"
|
||||||
@ -2507,6 +2507,7 @@
|
|||||||
"ConditioningMultiCombine",
|
"ConditioningMultiCombine",
|
||||||
"ConditioningSetMaskAndCombine",
|
"ConditioningSetMaskAndCombine",
|
||||||
"CreateAudioMask",
|
"CreateAudioMask",
|
||||||
|
"CreateFadeMask",
|
||||||
"CreateGradientMask",
|
"CreateGradientMask",
|
||||||
"CreateTextMask",
|
"CreateTextMask",
|
||||||
"GrowMaskWithBlur",
|
"GrowMaskWithBlur",
|
||||||
@ -3612,6 +3613,14 @@
|
|||||||
"title_aux": "wlsh_nodes"
|
"title_aux": "wlsh_nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/whatbirdisthat/cyberdolphin": [
|
||||||
|
[
|
||||||
|
"\ud83d\udc2c Gradio ChatInterface"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "cyberdolphin"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/wolfden/ComfyUi_PromptStylers": [
|
"https://github.com/wolfden/ComfyUi_PromptStylers": [
|
||||||
[
|
[
|
||||||
"SDXLPromptStylerAll",
|
"SDXLPromptStylerAll",
|
||||||
|
|||||||
@ -1938,6 +1938,12 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
textContent: "ComfyUI Community Manual",
|
textContent: "ComfyUI Community Manual",
|
||||||
onclick: () => { window.open("https://blenderneko.github.io/ComfyUI-docs/", "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", {
|
$el("button", {
|
||||||
type: "button",
|
type: "button",
|
||||||
textContent: "ComfyUI Nodes Info",
|
textContent: "ComfyUI Nodes Info",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"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",
|
"author": "a1lazydog",
|
||||||
"title": "ComfyUI-AudioScheduler",
|
"title": "ComfyUI-AudioScheduler",
|
||||||
|
|||||||
@ -1615,7 +1615,7 @@
|
|||||||
"AmplitudeSchedule",
|
"AmplitudeSchedule",
|
||||||
"AudioToFFTs",
|
"AudioToFFTs",
|
||||||
"BatchAmplitudeSchedule",
|
"BatchAmplitudeSchedule",
|
||||||
"LoadAudioFromPath"
|
"LoadAudio"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-AudioScheduler"
|
"title_aux": "ComfyUI-AudioScheduler"
|
||||||
@ -2507,6 +2507,7 @@
|
|||||||
"ConditioningMultiCombine",
|
"ConditioningMultiCombine",
|
||||||
"ConditioningSetMaskAndCombine",
|
"ConditioningSetMaskAndCombine",
|
||||||
"CreateAudioMask",
|
"CreateAudioMask",
|
||||||
|
"CreateFadeMask",
|
||||||
"CreateGradientMask",
|
"CreateGradientMask",
|
||||||
"CreateTextMask",
|
"CreateTextMask",
|
||||||
"GrowMaskWithBlur",
|
"GrowMaskWithBlur",
|
||||||
@ -3612,6 +3613,14 @@
|
|||||||
"title_aux": "wlsh_nodes"
|
"title_aux": "wlsh_nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/whatbirdisthat/cyberdolphin": [
|
||||||
|
[
|
||||||
|
"\ud83d\udc2c Gradio ChatInterface"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "cyberdolphin"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/wolfden/ComfyUi_PromptStylers": [
|
"https://github.com/wolfden/ComfyUi_PromptStylers": [
|
||||||
[
|
[
|
||||||
"SDXLPromptStylerAll",
|
"SDXLPromptStylerAll",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user