mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
f846e158c7
commit
e1e3b7a24b
15
node_db/dev/custom-node-list.json
Normal file
15
node_db/dev/custom-node-list.json
Normal file
@ -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. <p style='background-color: black; color: red;'>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)</p>"
|
||||
}
|
||||
]
|
||||
}
|
||||
11
node_db/dev/extension-node-map.json
Normal file
11
node_db/dev/extension-node-map.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [
|
||||
[
|
||||
"LaMaPreprocessor",
|
||||
"lamaPreprocessor"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LaMA Preprocessor [WIP]"
|
||||
}
|
||||
]
|
||||
}
|
||||
1
node_db/dev/model-list.json
Normal file
1
node_db/dev/model-list.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
4
node_db/dev/scan.sh
Executable file
4
node_db/dev/scan.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
source ../../../../venv/bin/activate
|
||||
rm .tmp/*.py > /dev/null
|
||||
python ../../scanner.py
|
||||
Loading…
Reference in New Issue
Block a user