Browse Source

update DB

pull/144/head
Dr.Lt.Data 1 year ago
parent
commit
246c3ca6ad
  1. 2
      __init__.py
  2. 15
      extension-node-map.json
  3. 10
      node_db/dev/custom-node-list.json
  4. 10
      node_db/new/custom-node-list.json
  5. 15
      node_db/new/extension-node-map.json

2
__init__.py

@ -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"

15
extension-node-map.json

@ -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"

10
node_db/dev/custom-node-list.json

@ -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",

10
node_db/new/custom-node-list.json

@ -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",

15
node_db/new/extension-node-map.json

@ -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…
Cancel
Save