You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,14 @@ This will store a backup file with your current locally installed pip packages a
308
308
* 2023/04/24 (v21.5.6)
309
309
- Fix triton error
310
310
- Fix issue with merge lora path with spaces
311
+
- Added support for logging to wandb. Please refer to PR #428. Thank you p1atdev!
312
+
- wandb installation is required. Please install it with pip install wandb. Login to wandb with wandb login command, or set --wandb_api_key option for automatic login.
313
+
- Please let me know if you find any bugs as the test is not complete.
314
+
- You can automatically login to wandb by setting the --wandb_api_key option. Please be careful with the handling of API Key. PR #435 Thank you Linaqruf!
315
+
- Improved the behavior of --debug_dataset on non-Windows environments. PR #429 Thank you tsukimiya!
316
+
- Fixed --face_crop_aug option not working in Fine tuning method.
317
+
- Prepared code to use any upscaler in gen_img_diffusers.py.
318
+
- Fixed to log to TensorBoard when --logging_dir is specified and --log_with is not specified.
311
319
* 2023/04/22 (v21.5.5)
312
320
- Update LoRA merge GUI to support SD checkpoint merge and up to 4 LoRA merging
313
321
- Fixed `lora_interrogator.py` not working. Please refer to [PR #392](https://github.com/kohya-ss/sd-scripts/pull/392) for details. Thank you A2va and heyalexchoi!
0 commit comments