Hi, I encountered a bug: TypeError: ddim_inversion() got an unexpected keyword argument 'num_reg_steps' when implementing FreeControl with SDXL. It seems that the invert method in SDXLPipeline (in pipeline_sdxl.py) passed the argument 'num_reg_steps' to self.ddim_inversion() but the latter cannot handle this argument.