CFGpp icon indicating copy to clipboard operation
CFGpp copied to clipboard

SDXL inversion not working

Open victolee0 opened this issue 1 year ago • 0 comments

https://github.com/CFGpp-diffusion/CFGpp/blob/3a6655dc9348ee544bc33956dc55d7d63ada2823/examples/inversion.py#L11

https://github.com/CFGpp-diffusion/CFGpp/blob/3a6655dc9348ee544bc33956dc55d7d63ada2823/examples/inversion.py#L39-L55

The --model argument is set to sdxl, but get_solver_sdxl is not being used, so SD1.5 is executed instead of SDXL.

victolee0 avatar Aug 27 '24 06:08 victolee0