huggingface / huggingface/controlnet_aux
mediapipe warning
Open
- Dominant language
- Python
- Stars
- 497
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
When the `Processor` class is imported, all possible processors are also imported. This results in [this warning](https://github.com/patrickvonplaten/controlnet_aux/blob/master/src/controlnet_aux/mediapipe_face/mediapipe_face_common.py#L8) being displayed, even though I have no intention of using the processor that requires mediapipe. Would it be possible to move this warning into runtime? Such that the warning is only displayed if one tried to use the relevant processor?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.