controlnet_aux icon indicating copy to clipboard operation
controlnet_aux copied to clipboard

Results 44 controlnet_aux issues
Sort by recently updated
recently updated
newest added

See the problem description here: https://github.com/Mikubill/sd-webui-controlnet/issues/2113

The missed __init__.py cause missing `dwpose_config` and `yolox_config` in `pip install controlnet_aux`, as mentioned in #93

ImportError: cannot import name 'pose2map' from 'controlnet_aux.dwpose' (C:\ProgramData\anaconda3\envs\musev\lib\site-packages\controlnet_aux\dwpose\__init__.py) try all releases of the controlnet_aux,connot find them!

### Describe the bug There is no way to pass the local_files_only flag to the controlnet Processor `load_processor` function (see `controlnet_aux/processor.py`) **Code:** ```python def load_processor(self, processor_id: str) -> 'Processor': """Load...

This dependency doesn't work with PyInstaller, with error: ``` TorchScript requires source access in order to carry out compilation, make sure original .py files are available. ``` The solution is...

After running `pip install controlnet-aux==0.0.7` and following the instructions from DW Pose: ``` pip install -U openmim mim install mmengine mim install "mmcv>=2.0.1" mim install "mmdet>=3.1.0" mim install "mmpose>=1.1.0" ```...