Skip to content
AngelBottomless edited this page Jan 19, 2023 · 1 revision

Welcome to the Hypernetwork-MonkeyPatch-Extension wiki!

Here, I will introduce how to 'tune' Hypernetworks with extension.

image

First, in Training tab, you can save template for your hypernetworks.

At default, the .json file will be saved at stable-diffusion-webui\models\hypernetworks. image

Second, in Train_gamma tab, you can save file, same way as hypernetwork template.

image

The 'check' means the values will be saved. 'Cross' means values are not saved.

image

Train_Tuning tab

Hypernetwork selecting is optional.

Hypernetwork name is required, since hypernetworks will be automatically created from given name.

image

Newly created hypernetworks will have _i_j suffix.

i is index of current hypernetwork template.

j is index of current training template.

However, you can select hypernetwork and leave it empty. Then it will copy the selected hypernetwork, and train further from there.

Specially, you can specify 'dataset seed'. This fixes Random Number Generator that controls dataset orders.

image

By this setting, you can compare between settings accurately.

I strongly recommend tensorboard logging feature, which makes you able to compare between multiple settings and results.

image image

Clone this wiki locally