Skip to content

Commit

Permalink
[SDXL-IP2P] Update README_sdxl, Replace the link for wandb log with t…
Browse files Browse the repository at this point in the history
…he correct run (huggingface#6270)

Replace the link for wandb log with the correct run
  • Loading branch information
priprapre authored and adrvs committed Jan 2, 2024
1 parent 36089d2 commit f0a8fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/instruct_pix2pix/README_sdxl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.***

Expand Down

0 comments on commit f0a8fc7

Please sign in to comment.