This project is a modified version of ADetailer, an extension for the A1111 WebUI for Stable Diffusion. This modification allows the package to run directly through code, enabling users to import it, follow the provided example Python file, and perform inference. It can also be integrated into other projects. I have modified the code from diffusers Adetailer for SD1.5 asdff
Clone the repository:
git clone https://github.com/theblackhatmagician/adetailer_sdxl.git
cd adetailer_sdxl
Install the required packages:
pip install -r requirements.txt
To use this package, import it in your Python script and follow the example script provided.