Sherrylone / PQDiff

[ICLR 2024] Continuous-Multiple Image Outpainting in One-Step via Positional Query and A Diffusion-based Approach Link: https://arxiv.org/abs/2401.15652
68 stars 1 forks source link

not a big issue but... #4

Open sccsccs opened 8 months ago

sccsccs commented 8 months ago

i am just letting you know,

https://github.com/Sherrylone/PQDiff/blob/e9ce669fe34f2ae43453a0f65d2ee6cd836febba/dataset/pos.py#L66C3-L66C54

here dtype is set to np.float i believe it should be np.float32

Sherrylone commented 8 months ago

Thanks for your reminder. This issue doesn't seem to matter because we use the fp16 computation provided by Accelerate.