ComfyUI's ControlNet Auxiliary Preprocessors
This is a rework of comfyui_controlnet_preprocessors based on ControlNet auxiliary models by 🤗. I think the old repo isn't good enough to maintain. All old workflow will still be work with this repo but the version option won't do anything. Almost all v1 preprocessors are replaced by v1.1 except those doesn't appear in v1.1. [w/NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.]
c0b33402d9cfdc01c4e0984c26e5aadfae948e05
Merge pull request #291 from DrJKL/drjkl/convenience_selector Add Convenience node to emit preprocessor options Fix overflow for normalizing normalized keypoints in FacialPartColoringFromPoseKps Fix https://github.com/Fannovel16/comfyui_controlnet_aux/issues/292 Fix DSINE import issues Merge pull request #297 from JettHu/main Use huggingface_hub constants instead of manually reading from environment variables Use huggingface_hub package constants instead of manually reading from environment variables Use huggingface_hub package newer constants `HF_HUB_CACHE` instead of manually reading from environment variables. Compatibility with legacy `HUGGINGFACE_HUB_CACHE` and also works on `HF_HOME`. Add Convenience node to emit preprocessor options Merge pull request #272 from xingren23/main lazy load, optimize load time from 0.3s to 0.0s