Zhendong-Wang / Prompt-Diffusion

Official PyTorch implementation of the paper "In-Context Learning Unlocked for Diffusion Models"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paper error?

Amo5 opened this issue · comments

image

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

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!