Skip to content

Commit

Permalink
update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Jan 5, 2024
1 parent 24716ab commit 5868462
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 11 deletions.
20 changes: 10 additions & 10 deletions custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4014,6 +4014,16 @@
"install_type": "git-clone",
"description": "Nodes: Download the weights of MotionCtrl [a/motionctrl.pth](https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl.pth) and put it to ComfyUI/models/checkpoints"
},
{
"author": "alexopus",
"title": "ComfyUI Image Saver",
"reference": "https://github.com/alexopus/ComfyUI-Image-Saver",
"files": [
"https://github.com/alexopus/ComfyUI-Image-Saver"
],
"install_type": "git-clone",
"description": "Allows you to save images with their generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition."
},


{
Expand Down Expand Up @@ -4308,16 +4318,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "alexopus",
"title": "ComfyUI Image Saver",
"reference": "https://github.com/alexopus/ComfyUI-Image-Saver",
"files": [
"https://github.com/alexopus/ComfyUI-Image-Saver"
],
"install_type": "git-clone",
"description": "Allows you to save images with their generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition."
}
]
}
17 changes: 17 additions & 0 deletions extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2698,6 +2698,23 @@
"title_aux": "Comfy UI FatLabels"
}
],
"https://github.com/alexopus/ComfyUI-Image-Saver": [
[
"Cfg Literal (Image Saver)",
"Checkpoint Selector (Image Saver)",
"Float Literal (Image Saver)",
"Image Saver",
"Int Literal (Image Saver)",
"Sampler Selector (Image Saver)",
"Scheduler Selector (Image Saver)",
"Seed Generator (Image Saver)",
"String Literal (Image Saver)",
"Width/Height Literal (Image Saver)"
],
{
"title_aux": "ComfyUI Image Saver"
}
],
"https://github.com/alpertunga-bile/prompt-generator-comfyui": [
[
"Prompt Generator"
Expand Down
11 changes: 10 additions & 1 deletion node_db/dev/custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
},


{
"author": "alexopus",
"title": "ComfyUI Image Saver",
"reference": "https://github.com/alexopus/ComfyUI-Image-Saver",
"files": [
"https://github.com/alexopus/ComfyUI-Image-Saver"
],
"install_type": "git-clone",
"description": "Allows you to save images with their generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition."
},
{
"author": "solarpush",
"title": "comfyui_sendimage_node",
Expand Down
17 changes: 17 additions & 0 deletions node_db/new/extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2698,6 +2698,23 @@
"title_aux": "Comfy UI FatLabels"
}
],
"https://github.com/alexopus/ComfyUI-Image-Saver": [
[
"Cfg Literal (Image Saver)",
"Checkpoint Selector (Image Saver)",
"Float Literal (Image Saver)",
"Image Saver",
"Int Literal (Image Saver)",
"Sampler Selector (Image Saver)",
"Scheduler Selector (Image Saver)",
"Seed Generator (Image Saver)",
"String Literal (Image Saver)",
"Width/Height Literal (Image Saver)"
],
{
"title_aux": "ComfyUI Image Saver"
}
],
"https://github.com/alpertunga-bile/prompt-generator-comfyui": [
[
"Prompt Generator"
Expand Down

0 comments on commit 5868462

Please sign in to comment.