1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

undo arxiv change

unsure why that happened
This commit is contained in:
Edna
2025-06-12 00:50:36 -06:00
committed by GitHub
parent 0c5eb44701
commit 42c0e8ecbe

View File

@@ -1399,7 +1399,7 @@ class ImagePositionalEmbeddings(nn.Module):
Converts latent image classes into vector embeddings. Sums the vector embeddings with positional embeddings for the
height and width of the latent space.
For more details, see figure 10 of the dall-e paper: https://arxiv.org/abs/2102.12092
For more details, see figure 10 of the dall-e paper: https://huggingface.co/papers/2102.12092
For VQ-diffusion: