diff --git a/extension-node-map.json b/extension-node-map.json index f8049034..8a7b9b1e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5659,6 +5659,7 @@ "ImpactKSamplerBasicPipe", "ImpactLatentInfo", "ImpactLogger", + "ImpactLogicalOperators", "ImpactMakeImageBatch", "ImpactMakeImageList", "ImpactMakeTileSEGS", diff --git a/node_db/forked/custom-node-list.json b/node_db/forked/custom-node-list.json index 58a19a8c..3bd8ce03 100644 --- a/node_db/forked/custom-node-list.json +++ b/node_db/forked/custom-node-list.json @@ -1,4 +1,14 @@ { "custom_nodes": [ + { + "author": "gameltb", + "title": "comfyui-stablsr", + "reference": "https://github.com/gameltb/Comfyui-StableSR", + "files": [ + "https://github.com/gameltb/Comfyui-StableSR" + ], + "install_type": "git-clone", + "description": "This is a development respository for debugging migration of StableSR to ComfyUI\n\nNOTE:Forked from [https://github.com/gameltb/Comfyui-StableSR]\nPut the StableSR [a/webui_786v_139.ckpt](https://huggingface.co/Iceclear/StableSR/resolve/main/webui_768v_139.ckpt) model into Comyfui/models/stablesr/, Put the StableSR [a/stablesr_768v_000139.ckpt](https://huggingface.co/Iceclear/StableSR/resolve/main/stablesr_768v_000139.ckpt) model into Comyfui/models/checkpoints/" + } ] } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f8049034..8a7b9b1e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5659,6 +5659,7 @@ "ImpactKSamplerBasicPipe", "ImpactLatentInfo", "ImpactLogger", + "ImpactLogicalOperators", "ImpactMakeImageBatch", "ImpactMakeImageList", "ImpactMakeTileSEGS",