stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

fix arg for train_hypernetwork api

Open minux302 opened this issue 2 years ago • 0 comments

Very small modification. The argument of train_hypernetworks in api.py is args: dict, so it is needed to pass **args to train_hypernetworks in modules.hypernetworks.hypernetwork. Since *args passes only the dict key, it is necessary to change to **args.

minux302 avatar Feb 10 '23 09:02 minux302