You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met the same question. And how to load control image into pipeline? For example, we want to repair hand, we only need to load hand control image, not full body. So the hand control processer should be after the hand detector. But the hand detector can't edit.
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?
The text was updated successfully, but these errors were encountered: