From 2b625f99306cb66035d4f47cb812c3c04a609eae Mon Sep 17 00:00:00 2001 From: priprapre <126275546+priprapre@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:31:08 +0100 Subject: [PATCH] Replace the link for wandb log with the correct run --- examples/instruct_pix2pix/README_sdxl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/instruct_pix2pix/README_sdxl.md b/examples/instruct_pix2pix/README_sdxl.md index b8c2ffdc8175..8eb640eb35c0 100644 --- a/examples/instruct_pix2pix/README_sdxl.md +++ b/examples/instruct_pix2pix/README_sdxl.md @@ -71,7 +71,7 @@ accelerate launch train_instruct_pix2pix_sdxl.py \ We recommend this type of validation as it can be useful for model debugging. Note that you need `wandb` installed to use this. You can install `wandb` by running `pip install wandb`. - [Here](https://wandb.ai/sayakpaul/instruct-pix2pix/runs/ctr3kovq), you can find an example training run that includes some validation samples and the training hyperparameters. + [Here](https://wandb.ai/sayakpaul/instruct-pix2pix-sdxl-new/runs/sw53gxmc), you can find an example training run that includes some validation samples and the training hyperparameters. ***Note: In the original paper, the authors observed that even when the model is trained with an image resolution of 256x256, it generalizes well to bigger resolutions such as 512x512. This is likely because of the larger dataset they used during training.***