controlnet_aux icon indicating copy to clipboard operation
controlnet_aux copied to clipboard

Please I want to know how to install

Open sohaib19922 opened this issue 2 years ago • 2 comments

Hello, I am new to this and I want to know how to install this particular package. I have installed other packages, but this one I do not know how. Please help with this.

sohaib19922 avatar Jul 22 '23 18:07 sohaib19922

The easiest-to-follow guides (I think) are included on the individual models at Huggingface Hub.

Go here and scroll down to "Example" to see an example LineArt implementation; that page has links to other ControlNets with examples on how to use them.

painebenjamin avatar Jul 22 '23 20:07 painebenjamin

This is just a regular Python package that you can install by doing pip install controlnet-aux. This is described in the Install section of the README: https://github.com/patrickvonplaten/controlnet_aux/

If you do not know how to install a Python package, I would recommend you first to look into online tutorials how to setup Python and install packages.

alexisrolland avatar Jul 26 '23 01:07 alexisrolland