mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 01:57:04 +08:00
update README.md
update DB
This commit is contained in:
parent
e497b8321f
commit
a51091cf7e
12
README.md
12
README.md
@ -97,6 +97,18 @@ This repository provides Colab notebooks that allow you to install and use Comfy
|
||||
|
||||

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

|
||||
|
||||
## 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.
|
||||
|
||||
@ -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
BIN
misc/menu.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 68 KiB |
BIN
misc/snapshot.jpg
Normal file
BIN
misc/snapshot.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 91 KiB |
@ -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]",
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user