update README.md

update DB
This commit is contained in:
Dr.Lt.Data 2023-11-04 21:42:22 +09:00
parent e497b8321f
commit a51091cf7e
6 changed files with 34 additions and 0 deletions

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 68 KiB

BIN
misc/snapshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

View File

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

View File

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