From a9d1a91b0788675f016d3f55a78710e7a99a45fb Mon Sep 17 00:00:00 2001 From: AngelBottomless <35677394+aria1th@users.noreply.github.com> Date: Thu, 24 Nov 2022 14:12:17 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c378032..838fd2c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can train without cropping images. This extension also overrides how webui loads and finds hypernetworks, to use variable dropout rates, and etc. Thus, hypernetwork created with variable dropout rate might not work correctly in original webui. -### Train_Gamma tab uses Gradient Accumulation from separate PR. +### Train_Gamma tab uses Gradient Accumulation from separate PR.(as well as beta functionalities) ![image](https://user-images.githubusercontent.com/35677394/203696916-fedfd4b0-7621-47a3-a2e1-33662a42305d.png) -This also fixes some CUDA memory issues. Currently Gamma Training is working very well, as far as I could say. +This also fixes some CUDA memory issues. Currently both Beta and Gamma Training is working very well, as far as I could say.