diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json new file mode 100644 index 00000000..e341c19a --- /dev/null +++ b/node_db/dev/custom-node-list.json @@ -0,0 +1,15 @@ +{ + "custom_nodes": [ + { + "author": "mlinmg", + "title": "ComfyUI LaMA Preprocessor [WIP]", + "reference": "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor", + "pip": ["kornia"], + "files": [ + "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor" + ], + "install_type": "git-clone", + "description": "A LaMa prerocessor for ComfyUi. You can find the processor in image/processors.
NOTE: BEWARE THIS EXTENSION IS NOT FINISHED YET. At the moment it returns a preprocessed image that still needs to be injected with a custom controlnet implementation(missing)
" + } + ] +} \ No newline at end of file diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json new file mode 100644 index 00000000..6e1628d4 --- /dev/null +++ b/node_db/dev/extension-node-map.json @@ -0,0 +1,11 @@ +{ + "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [ + [ + "LaMaPreprocessor", + "lamaPreprocessor" + ], + { + "title_aux": "ComfyUI LaMA Preprocessor [WIP]" + } + ] +} \ No newline at end of file diff --git a/node_db/dev/model-list.json b/node_db/dev/model-list.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/node_db/dev/model-list.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/node_db/dev/scan.sh b/node_db/dev/scan.sh new file mode 100755 index 00000000..5d8d8c48 --- /dev/null +++ b/node_db/dev/scan.sh @@ -0,0 +1,4 @@ +#!/bin/bash +source ../../../../venv/bin/activate +rm .tmp/*.py > /dev/null +python ../../scanner.py