Hacker News new | ask | show | jobs
by brianjking 1037 days ago
Is it possible to add SD XL support for this?

I'd love a colab notebook if anyone has the skill and time to do so.

1 comments

If anyone wants to add SDXL support, all you have to do is create a new extension with the correct SDXL logic (loading from HF diffusers, etc.). You could parameterize `num_inference_steps`, for example, to delegate decisions to the user of the extension.

If anyone gets to making one before me, please leave a PR!