Skip to content

Conditional *image* generation (img2img) #70

Open
@CallShaul

Description

@CallShaul

Hi,

In order to add support for conditional image generation, in addition to the initial image embedding into unet_cond,
(extra_args['unet_cond'] = img_cond) what should I put in extra_args['cross_cond'] and extra_args['cross_cond_padding'] ?

(before the loss calculation in the line: losses = model.loss(reals, noise, sigma, aug_cond=aug_cond, **extra_args))

@crowsonkb
@nekoshadow1
@brycedrennan

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions