mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 18:17:30 +08:00
feat(custom-node-list): register ComfyUI-Bernini-PromptEnhancer (§4.3 manual, fix malformed JSON from #3098)
Python Linting / Run Ruff (push) Canceled after 0s
Python Linting / Run Ruff (push) Canceled after 0s
This commit is contained in:
@@ -60823,6 +60823,17 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A ComfyUI custom node that randomly selects one input from multiple inputs of the same type."
|
"description": "A ComfyUI custom node that randomly selects one input from multiple inputs of the same type."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "djdzzzz",
|
||||||
|
"title": "ComfyUI-Bernini-PromptEnhancer",
|
||||||
|
"id": "bernini-prompt-enhancer",
|
||||||
|
"reference": "https://github.com/djdzzzz/ComfyUI-Bernini-PromptEnhancer",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/djdzzzz/ComfyUI-Bernini-PromptEnhancer"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Bernini MLLM semantic planner for local prompt enhancement in ComfyUI — 12 task types, GGUF offline inference, zero VRAM residue"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user