Loading training json file
"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, upon clicking the above mentioned option, nothing changes.
Its not button, so currently it only applies in real training (no ui change currently)
UI will be changed soon too.
Unfortunately I cannot find proper way to update gradio component's value, so its not likely to be implemented.
But values are loaded from json and used, unless you see error, its just unfortunate visibility stuff...
I'll try to print modified values in additional text output instead.
Even with these instructions, I have no idea how to get it to use the saved JSON file. 😅
Does it only work with hypernetworks? I noticed it saves the json file to the hypernetwork folder.
Yes, currently it only works for hypernetwork. I think it should be implemented in original UI, for both textual inversion and hypernetwork... I'll do it when I have time