Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 519 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 519 Bytes

ControlNet 1.1 as Cog

Implementation of ControlNet 1.1 as a Cog model. Cog packages machine learning models into standard containers.

Usage (Locally)

  1. Install Cog.

  2. Download the pre-trained weights using the download_weights script.

  3. Run predictions:

    cog predict -i image=@test.png -i prompt="test" -i structure="scribble"