asdff icon indicating copy to clipboard operation
asdff copied to clipboard

AdCnPipeline with inpainting

Open HamnaAkram opened this issue 1 year ago • 2 comments

How to use the AdCnPipeline with inpainting?

I initialized the call as

pipe = AdCnPipeline.from_pretrained("stablediffusionapi/counterfeit-v30", torch_dtype=torch.float16, controlnet=controlnet)

but now how to activate inpainting?

HamnaAkram avatar Aug 25 '23 06:08 HamnaAkram