awoo
Browse filesSigned-off-by: Balazs Horvath <[email protected]>
- README.md +4 -2
- static/tutorial/dropout1.png +3 -0
README.md
CHANGED
@@ -675,7 +675,9 @@ Always set this to match the model's resolution, which in Pony's case it is 1024
|
|
675 |
|
676 |
##### `--scale_weight_norms`
|
677 |
|
678 |
-
|
|
|
|
|
679 |
|
680 |
```py
|
681 |
--scale_weight_norms=1 \
|
@@ -685,7 +687,7 @@ Always set this to match the model's resolution, which in Pony's case it is 1024
|
|
685 |
|
686 |
##### `--no_half_vae`
|
687 |
|
688 |
-
|
689 |
|
690 |
```py
|
691 |
--no_half_vae \
|
|
|
675 |
|
676 |
##### `--scale_weight_norms`
|
677 |
|
678 |
+
[![An AI generated image.](https://huggingface.co/k4d3/yiff_toolkit/resolve/main/static/tutorial/dropout1.png)](https://huggingface.co/k4d3/yiff_toolkit/resolve/main/static/tutorial/dropout1.png)
|
679 |
+
|
680 |
+
Encourages the LoRA to diversify it's training by randomly removing some weights, the network you are training needs to support it though! See [PR#545](https://github.com/kohya-ss/sd-scripts/pull/545) for more details.
|
681 |
|
682 |
```py
|
683 |
--scale_weight_norms=1 \
|
|
|
687 |
|
688 |
##### `--no_half_vae`
|
689 |
|
690 |
+
Disables mixed precision for the SDXL VAE and sets it to `float32`. Very useful if you don't like NaNs.
|
691 |
|
692 |
```py
|
693 |
--no_half_vae \
|
static/tutorial/dropout1.png
ADDED
Git LFS Details
|