How to use Adetailer Without any WebUI

Hello,

I found this Adetailer repo GitHub - Bing-su/adetailer: Auto detecting, masking and inpainting with detection model. but it only points me to use it in Automatic1111. Is there a way to use this adetailer using only python codes? I am running my diffusers on Google Colab.

Thanks!

3 Likes

Did you find any solution to it ?? @thejamesarnold

No, I am still using GFPGAN

Hi,
I’ve created a modified version of Adetailer that runs with diffusers pipeline, which should work perfectly for your use case on Google Colab. You can check it out here: GitHub - theblackhatmagician/adetailer_sdxl: Adetailer for sdxl diffusers pipeline.