ErwannMillon / Color-diffusion

A diffusion model to colorize black and white images
633 stars 21 forks source link

Can it colorize big resolution images? #5

Open FurkanGozukara opened 5 months ago

FurkanGozukara commented 5 months ago

i plan to put some time into making a tutorial for this

but before spending time i want to learn this

it is

parser.add_argument("--image-size", default=64, dest="img_size", type=int)

so can we colorize like 1024x1024 images as well or only 64px?

i am not interested in training

@ErwannMillon