PQDiff
PQDiff copied to clipboard
[ICLR 2024] Continuous-Multiple Image Outpainting in One-Step via Positional Query and A Diffusion-based Approach Link: https://arxiv.org/abs/2401.15652
Hi, I downloaded the google drive data from the repository you mentioned. How to split this data into train and test so as to reproduce your results. I am reluctant...
Hi authors, Great work! I did not modify your code and just played with the scenery dataset. The training stages are all fine. However, when I moved to the sampling...
Very interested in this interesting work,It is hoped that the model can be provided with weights for testing.
MUST WE TRAIN OWN MODEL? WILL YOU RELEASE YOUR MODEL WEIGHTS?THANKS~
Will the model weight be released?
请问在采样阶段这个评价文件在哪里下载 
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
I met a problem when training on my single RTX 4090. The predicted target occurs some black sub-images when training after 36k steps. The learning rate is set to 5e-5...
Hello, Is there a way to perform inference on a single image/ directory of images using the provided weights?
Question
when we load the weight of scenery, we meet the error RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory can you give me some guidance, thank you