Skip to content

Commit d35b704

Browse files
authored
Update README_sdxl.md
1 parent 6b2f866 commit d35b704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/dreambooth/README_sdxl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ accelerate launch train_dreambooth_lora_sdxl.py \
8787
--train_batch_size=1 \
8888
--gradient_accumulation_steps=4 \
8989
--learning_rate=1e-4 \
90-
--report_to="wandb" \
9190
--lr_scheduler="constant" \
9291
--lr_warmup_steps=0 \
9392
--max_train_steps=500 \
@@ -272,4 +271,4 @@ The inference is the same as if you train a regular LoRA 🤗
272271

273272
## Format compatibility
274273

275-
You can pass `--output_kohya_format` to additionally generate a state dictionary which should be compatible with other platforms and tools such as Automatic 1111, Comfy, Kohya, etc. The `output_dir` will contain a file named "pytorch_lora_weights_kohya.safetensors".
274+
You can pass `--output_kohya_format` to additionally generate a state dictionary which should be compatible with other platforms and tools such as Automatic 1111, Comfy, Kohya, etc. The `output_dir` will contain a file named "pytorch_lora_weights_kohya.safetensors".

0 commit comments

Comments
 (0)