Zhendong-Wang / Prompt-Diffusion

Official PyTorch implementation of the paper "In-Context Learning Unlocked for Diffusion Models"
Apache License 2.0
371 stars 9 forks source link

paper error? #6

Open Amo5 opened 1 year ago

Amo5 commented 1 year ago

image

image 2 and image 4 are in the wrong order???

Zhendong-Wang commented 1 year ago

Oh good catch! I am sorry for the confusion. Image1 and Image3 are in the wrong order and should be switched. Generally Image1 -> Image2 constructs an example of the task and identifies what the in-context task is. So here, for inverse task, Image3 is the source image for producing Image2 and should be switched with Image1. Will update the paper soon.

Thank you again for the good catch!