Instructions to use peterwilli/control_instruct_pix2pix_beta_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use peterwilli/control_instruct_pix2pix_beta_1 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("peterwilli/control_instruct_pix2pix_beta_1") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
233c6ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a6c140b5ca2a74e6d16f85d5a7e063c09b87fa69c4a1a9c84b7fb101c4b98fb8
size 1457051321
|