Skip to content

Commit 074e123

Browse files
authored
Add prompt about wandb in examples/dreambooth/readme. (#10014)
Add files via upload
1 parent 047bf49 commit 074e123

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/dreambooth/README_flux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ accelerate launch train_dreambooth_flux.py \
118118

119119
To better track our training experiments, we're using the following flags in the command above:
120120

121-
* `report_to="wandb` will ensure the training runs are tracked on Weights and Biases. To use it, be sure to install `wandb` with `pip install wandb`.
121+
* `report_to="wandb` will ensure the training runs are tracked on [Weights and Biases](https://wandb.ai/site). To use it, be sure to install `wandb` with `pip install wandb`. Don't forget to call `wandb login <your_api_key>` before training if you haven't done it before.
122122
* `validation_prompt` and `validation_epochs` to allow the script to do a few validation inference runs. This allows us to qualitatively check if the training is progressing as expected.
123123

124124
> [!NOTE]

examples/dreambooth/README_sd3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ accelerate launch train_dreambooth_sd3.py \
105105

106106
To better track our training experiments, we're using the following flags in the command above:
107107

108-
* `report_to="wandb` will ensure the training runs are tracked on Weights and Biases. To use it, be sure to install `wandb` with `pip install wandb`.
108+
* `report_to="wandb` will ensure the training runs are tracked on [Weights and Biases](https://wandb.ai/site). To use it, be sure to install `wandb` with `pip install wandb`. Don't forget to call `wandb login <your_api_key>` before training if you haven't done it before.
109109
* `validation_prompt` and `validation_epochs` to allow the script to do a few validation inference runs. This allows us to qualitatively check if the training is progressing as expected.
110110

111111
> [!NOTE]

examples/dreambooth/README_sdxl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ accelerate launch train_dreambooth_lora_sdxl.py \
9999

100100
To better track our training experiments, we're using the following flags in the command above:
101101

102-
* `report_to="wandb` will ensure the training runs are tracked on Weights and Biases. To use it, be sure to install `wandb` with `pip install wandb`.
102+
* `report_to="wandb` will ensure the training runs are tracked on [Weights and Biases](https://wandb.ai/site). To use it, be sure to install `wandb` with `pip install wandb`. Don't forget to call `wandb login <your_api_key>` before training if you haven't done it before.
103103
* `validation_prompt` and `validation_epochs` to allow the script to do a few validation inference runs. This allows us to qualitatively check if the training is progressing as expected.
104104

105105
Our experiments were conducted on a single 40GB A100 GPU.

0 commit comments

Comments
 (0)