From a6c539078f5381d1349611cc660ce8bedebb99de Mon Sep 17 00:00:00 2001 From: AngelBottomless <35677394+aria1th@users.noreply.github.com> Date: Wed, 23 Nov 2022 19:43:27 +0900 Subject: [PATCH] add Structured Hypernetwork+ monkey patches extension based on https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4549 --- Custom-Scripts.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Custom-Scripts.md b/Custom-Scripts.md index 3e2aafe..e4aa9b0 100644 --- a/Custom-Scripts.md +++ b/Custom-Scripts.md @@ -390,6 +390,16 @@ https://github.com/antis0007/sd-webui-multiple-hypernetworks Adds the ability to apply multiple hypernetworks at once. Overrides the hijack, optimization and CrossAttention forward functions in order to apply multiple hypernetworks sequentially, with different weights. +## Hypernetwork Structure(.hns)/Variable Dropout/ Monkey Patches +https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension + +Adds the ability to apply Hypernetwork Structure, as defining it in .hns file. see [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4334) for detailed information. + +Adds the ability to use proper variable dropout rate, like 0.05. Also fixes issues with using hypernetwork right after training. + +Adds creating beta-hypernetwork(dropout), and beta-training which allows automatic cosine annealing, and no-crop usage of original images. + + ## Saving steps of the sampling process This script will save steps of the sampling process to a directory.