theblackhatmagician / adetailer_sdxl

Adetailer for sdxl diffusers pipeline.
9 stars 1 forks source link

ADetailer for Stable Diffusion XL

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

Features

Sample Inference

  1. Clone the repository:

    git clone https://github.com/theblackhatmagician/adetailer_sdxl.git
    cd adetailer_sdxl
  2. Install the required packages:

    pip install -r requirements.txt

Usage

To use this package, import it in your Python script and follow the example script provided.

Original Generated Image:

Image after ADetailer Processing:

Acknowledgments