huggingface / controlnet_aux

Apache License 2.0
404 stars 86 forks source link

Please I want to know how to install #67

Open sohaib19922 opened 1 year ago

sohaib19922 commented 1 year ago

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.

painebenjamin commented 1 year ago

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.

alexisrolland commented 1 year ago

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.