You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing such an excellent project!
I am currently experimenting with demo_image_editing.ipynb and trying to adapt it to work with SDXL instead of the default model. Specifically, I am using the xl_sliders/winter_weather.pt weights. However, I am uncertain about how to correctly generate the added_cond_kwargs to pass into self.model.unet.
Could you kindly provide guidance or an example of how to prepare the added_cond_kwargs for SDXL in this context? For instance:
• How should add_time_ids and text_embeds be generated and shaped for compatibility with SDXL?
• Are there specific differences in the way SDXL expects these inputs compared to previous models?
Additionally, if you already have a demo or notebook (e.g., an equivalent to demo_image_editing.ipynb) tailored for SDXL sliders, I would greatly appreciate it if you could point me toward that resource.