magic-research / piecewise-rectified-flow

PeRFlow: Piecewise Rectified Flow as Universal Plug-and-Play Accelerator (NeurIPS 2024)
BSD 3-Clause "New" or "Revised" License
420 stars 26 forks source link

Does support sdxl? #2

Closed RyanHuangNLP closed 4 months ago

RyanHuangNLP commented 7 months ago

This method support sdxl?and what is the training data format? ''' make_train_dataset = None if make_train_dataset is None: raise NotImplementedError("Please implement make_train_dataset function.") ''' would you like to provide a data sample?

appleyang123 commented 5 months ago

yes, i am using sdxl inpainting model to do some background generation experiments. This method can support sdxl?

HanshuYAN commented 5 months ago

Hi, SDXL is supported now!