Skip to content

Style transfer using Style Aligned #370

Answered by Laurent2916
holwech asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @holwech , thanks for the kind words!

The Style Transfer / DDIM Inversion was indeed skipped on purpose, since we only made a quick draft of it and didn't have time to polish it. Essentially the DDIM inversion computes the trajectory on an encoded image in the latent space back to a noisy latent (using the UNet denoiser, it's litterally the reverse trajectory of DDIM). We use it tandem with StyleAligned by overwriting the first element of the batch with the latent on the trajectory, right before giving the batch to the UNet model for denoising.

Here are some links I had lying around that might help you understand the process:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@holwech
Comment options

Answer selected by deltheil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants