ControlNet SDXL checkpoint

I plane to usi the stable diffusion web ui along with SDXL and controlnet for SDXL for inpainting. However, not finding the checkpoint for controlnet sdxl inpainting.

How or where can i find and download it?

I have came across the destitech (Jean-Loup Maillet) repo where i find a safetensor file like: diffusion_pytorch_model.fp16.safetensors · destitech/controlnet-inpaint-dreamer-sdxl at main

I am not sure it is the controlnet model checkpoint or not. Using these I did not get any result

1 Like

How about this unified version?

I found an example for destitech/controlnet-inpaint-dreamer-sdxl.

Incidentally, StablePy’s source code is also useful as a catalog of existing control nets.