Replies: 3 comments 3 replies
-
@sayakpaul it looks like you're still working with the TF team but let me know if you get stuck. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah sure. This is anyway a project for the keras sprint. So, very much line I guess. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would love to refactor the Stable Diffusion codebase to make it more modular and hackable instead of a monolithic thing. Might be worth a discussion down the line! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to compile the sub-models of Stable Diffusion with XLA in isolation. This includes the core diffusion process too. See here.
I am able to obtain a 25% speedup during inference with this.
However, the text encoder doesn't compile successfully: tensorflow/tensorflow#59818. Do you know anyone that could help?
You can find the compilation details in this repository: https://github.com/sayakpaul/xla-benchmark-sd
@LukeWood @mattdangerw
Also cc: @deep-diver
Beta Was this translation helpful? Give feedback.
All reactions