Hypernetwork-MonkeyPatch-Extension
Hypernetwork-MonkeyPatch-Extension copied to clipboard
Extension that patches Hypernetwork structures and training
Just wondering if you will be making an SDXL implementation for the extension, thanks.
when press train hypernetwork (gamma). A1111 v1.4.0 `Traceback (most recent call last): File "G:\Automatic111\extensions\Hypernetwork-MonkeyPatch-Extension\patches\external_pr\hypernetwork.py", line 208, in train_hypernetwork warmup = int(warmup) ValueError: invalid literal for int() with base 10: '21.5'...
https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension/pull/51 It should throw proper error from assertion instead of being overwritten.
Fixes `UnboundLocalError: local variable 'hypernetwork' referenced before assignment` error in finally block if the code in the try-catch raises an exception before `hypernetwork` has been set.
In investigation.
``` File "F:\Software\stable-diffusion-webui\extensions\Hypernetwork-MonkeyPatch-Extension\patches\external_pr\textual_inversion.py", line 412, in train_embedding processed = processing.process_images(p) File "F:\Software\stable-diffusion-webui\modules\processing.py", line 486, in process_images res = process_images_inner(p) File "F:\Software\stable-diffusion-webui\modules\processing.py", line 713, in process_images_inner extra_networks.deactivate(p, extra_network_data) UnboundLocalError: local variable...
"Load training option from saved json file. This will override settings above" button doesnt seem to do anything. Ive made a preset and I can see the saved json file,...
It is possible to make a totally manual mode which allows to make connection and activation function every layer? Maybe resblock like architecture or skip connection is useful for hypernetwork