Janspiry / Palette-Image-to-Image-Diffusion-Models

Unofficial implementation of Palette: Image-to-Image Diffusion Models by Pytorch
MIT License
1.45k stars 193 forks source link

Using palette for colored to colored image translation? #76

Open XenMil opened 1 year ago

XenMil commented 1 year ago

Hi everyone. Is it possible to use any of the models for paired image-to-image translation, with some basic parameter modification? That's colored to colored images. I gave colorization a try but expectedly doesn't work well; I assume it forces a grayscale conversion of the input images.

cristianpjensen commented 1 year ago

I have the same question. I think it should work with Colorization, since when I look at the code, I do not think it forces a grayscale conversion. It takes the RGB values as input of the gray images as input, so if they are not gray, they should be colored as input.

However, it does not work very well for me either. I get very green images as output, it's very odd...

TumVink commented 10 months ago

Working on the same topic now. @cristianpjensen are you getting results after 4 months?

NikLi66 commented 4 months ago

Same here, any updates?