mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
fee828cf96
commit
246c3ca6ad
@ -56,7 +56,7 @@ sys.path.append('../..')
|
||||
from torchvision.datasets.utils import download_url
|
||||
|
||||
# ensure .js
|
||||
print("### Loading: ComfyUI-Manager (V0.35.1)")
|
||||
print("### Loading: ComfyUI-Manager (V0.36)")
|
||||
|
||||
comfy_ui_required_revision = 1240
|
||||
comfy_ui_revision = "Unknown"
|
||||
|
||||
@ -1709,11 +1709,13 @@
|
||||
"AudioToAmplitudeGraph",
|
||||
"AudioToFFTs",
|
||||
"BatchAmplitudeSchedule",
|
||||
"ClipAmplitude",
|
||||
"GateNormalizedAmplitude",
|
||||
"LoadAudio",
|
||||
"NormalizeAmplitude",
|
||||
"NormalizedAmplitudeToGraph",
|
||||
"NormalizedAmplitudeToNumber"
|
||||
"NormalizedAmplitudeToNumber",
|
||||
"TransientAmplitudeBasic"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-AudioScheduler"
|
||||
@ -2115,7 +2117,8 @@
|
||||
],
|
||||
"https://github.com/chrisgoringe/cg-image-picker": [
|
||||
[
|
||||
"Preview Chooser"
|
||||
"Preview Chooser",
|
||||
"Preview Chooser Fabric"
|
||||
],
|
||||
{
|
||||
"title_aux": "Image chooser"
|
||||
@ -3914,6 +3917,14 @@
|
||||
"title_aux": "tdxh_node_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/zer0TF/cute-comfy": [
|
||||
[
|
||||
"Cute.Placeholder"
|
||||
],
|
||||
{
|
||||
"title_aux": "Cute Comfy"
|
||||
}
|
||||
],
|
||||
"https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [
|
||||
[
|
||||
"SDXLAspectRatio"
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "zer0TF",
|
||||
"title": "💜 Cute Comfy 💜",
|
||||
"reference": "https://github.com/zer0TF/cute-comfy",
|
||||
"files": [
|
||||
"https://github.com/zer0TF/cute-comfy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:RetainFace, FaceFusion, RatioMerge2Image, MaskMerge2Image, ReplaceBoxImg, ExpandMaskBox, FaceSkin, SkinRetouching, PortraitEnhancement, ..."
|
||||
},
|
||||
{
|
||||
"author": "Fannovel16",
|
||||
"title": "ComfyUI MotionDiff",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "zer0TF",
|
||||
"title": "Cute Comfy",
|
||||
"reference": "https://github.com/zer0TF/cute-comfy",
|
||||
"files": [
|
||||
"https://github.com/zer0TF/cute-comfy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds a configurable folder watcher that auto-converts Comfy metadata into a Civitai-friendly format for automatic resource tagging when you upload images. Oh, and it makes your UI awesome, too. 💜"
|
||||
},
|
||||
{
|
||||
"author": "xXAdonesXx",
|
||||
"title": "NodeGPT",
|
||||
|
||||
@ -1709,11 +1709,13 @@
|
||||
"AudioToAmplitudeGraph",
|
||||
"AudioToFFTs",
|
||||
"BatchAmplitudeSchedule",
|
||||
"ClipAmplitude",
|
||||
"GateNormalizedAmplitude",
|
||||
"LoadAudio",
|
||||
"NormalizeAmplitude",
|
||||
"NormalizedAmplitudeToGraph",
|
||||
"NormalizedAmplitudeToNumber"
|
||||
"NormalizedAmplitudeToNumber",
|
||||
"TransientAmplitudeBasic"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-AudioScheduler"
|
||||
@ -2115,7 +2117,8 @@
|
||||
],
|
||||
"https://github.com/chrisgoringe/cg-image-picker": [
|
||||
[
|
||||
"Preview Chooser"
|
||||
"Preview Chooser",
|
||||
"Preview Chooser Fabric"
|
||||
],
|
||||
{
|
||||
"title_aux": "Image chooser"
|
||||
@ -3914,6 +3917,14 @@
|
||||
"title_aux": "tdxh_node_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/zer0TF/cute-comfy": [
|
||||
[
|
||||
"Cute.Placeholder"
|
||||
],
|
||||
{
|
||||
"title_aux": "Cute Comfy"
|
||||
}
|
||||
],
|
||||
"https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [
|
||||
[
|
||||
"SDXLAspectRatio"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user