mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-16 09:34:26 +08:00
15 lines
736 B
JSON
15 lines
736 B
JSON
{
|
|
"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>"
|
|
}
|
|
]
|
|
} |