diff --git a/README.md b/README.md index 11935eae..f9c460f1 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,10 @@ NODE_CLASS_MAPPINGS.update({ - [ ] List of currently used custom nodes. - [ ] Template sharing system. - [ ] 3rd party API system. +- [ ] Download support multiple model download. +- [ ] Model download via url. +- [ ] List sorting. +- [ ] Provides description of node. # Disclaimer diff --git a/extension-node-map.json b/extension-node-map.json index 8f00f418..dd1f5274 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3217,7 +3217,8 @@ "https://github.com/deroberon/demofusion-comfyui": [ [ "Batch Unsampler", - "Demofusion" + "Demofusion", + "Iterative Mixing KSampler" ], { "title_aux": "demofusion-comfyui" diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8f00f418..dd1f5274 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3217,7 +3217,8 @@ "https://github.com/deroberon/demofusion-comfyui": [ [ "Batch Unsampler", - "Demofusion" + "Demofusion", + "Iterative Mixing KSampler" ], { "title_aux": "demofusion-comfyui"