| 2] // 25) | |
| log["conditioning"] = xc | |
| elif self.cond_stage_key in ['class_label', 'cls']: | |
| xc = log_txt_as_img((x.shape[2], x.shape[3]), batch["human_label"], size=x.shape[2] // 25) | |
| log['conditioning'] = xc | |
| elif isimage(xc): | |
| log["conditioning"] = xc | |
| if ismap(xc): | |
| log["original_conditioning"] = self.to_rgb(xc) |