Browse Source

update README.md

update DB
pull/175/head
Dr.Lt.Data 1 year ago
parent
commit
a51091cf7e
  1. 12
      README.md
  2. 6
      extension-node-map.json
  3. BIN
      misc/menu.jpg
  4. BIN
      misc/snapshot.jpg
  5. 10
      node_db/dev/custom-node-list.json
  6. 6
      node_db/new/extension-node-map.json

12
README.md

@ -97,6 +97,18 @@ This repository provides Colab notebooks that allow you to install and use Comfy
![model-install-dialog](misc/nickname.jpg)
## Snapshot-Manager
* When you press `Save snapshot` or use `Update All` on `Manager Menu`, the current installation status snapshot is saved.
* Snapshot file dir: `ComfyUI-Manager/snapshots`
* You can rename snapshot file.
* Press the "Restore" button to revert to the installation status of the respective snapshot.
* However, for custom nodes not managed by Git, snapshot support is incomplete.
* When you press `Restore`, it will take effect on the next ComfyUI startup.
![model-install-dialog](misc/snapshot.jpg)
## How to register your custom node into ComfyUI-Manager
* Add an entry to `custom-node-list.json` located in the root of ComfyUI-Manager and submit a Pull Request.

6
extension-node-map.json

@ -1274,9 +1274,14 @@
"ExtractOpticalFlow",
"LoadFrame",
"LoadFrameFromDataset",
"LoadFrameFromFolder",
"LoadFramePairFromDataset",
"LoadFrameSequence",
"MakeFrameDataset",
"MixConsistencyMaps",
"OffsetNumber",
"ResizeToFit",
"SaveFrame",
"WarpFrame"
],
{
@ -2803,6 +2808,7 @@
"GetImageRangeFromBatch",
"GrowMaskWithBlur",
"INTConstant",
"SaveImageWithAlpha",
"SomethingToString",
"VRAM_Debug"
],

BIN
misc/menu.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 68 KiB

BIN
misc/snapshot.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

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

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "gameltb",
"title": "ComfyUI_stable_fast",
"reference": "https://github.com/gameltb/ComfyUI_stable_fast",
"files": [
"https://github.com/gameltb/ComfyUI_stable_fast"
],
"install_type": "git-clone",
"description": "Nodes:ApplyStableFastUnet. Experimental usage of stable-fast."
},
{
"author": "jn-jairo",
"title": "jn_node_suite_comfyui [WIP]",

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

@ -1274,9 +1274,14 @@
"ExtractOpticalFlow",
"LoadFrame",
"LoadFrameFromDataset",
"LoadFrameFromFolder",
"LoadFramePairFromDataset",
"LoadFrameSequence",
"MakeFrameDataset",
"MixConsistencyMaps",
"OffsetNumber",
"ResizeToFit",
"SaveFrame",
"WarpFrame"
],
{
@ -2803,6 +2808,7 @@
"GetImageRangeFromBatch",
"GrowMaskWithBlur",
"INTConstant",
"SaveImageWithAlpha",
"SomethingToString",
"VRAM_Debug"
],

Loading…
Cancel
Save