Akash Gokul
Results
2
issues of
Akash Gokul
Adding flip_sin_to_cos arg for FlaxTimesteps and passing it to get_sinusodial_embeddings. Currently, FlaxTimesteps hardcodes the order of the sin and cosine embeddings ([1](https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/embeddings_flax.py#L92)). However, in the UNet2DConditionModel the order is an...
Is there a link to the paper for the 4. Recombination algorithm (as seen in README)?