-
Can I somehow do this: I have different concepts in my concept tab, I want to train different LoRas on those concepts, so program would take first concept->train it->save LoRa with name of this concept, then program will start train next concept and same it as different LoRa. Sort of automation of process, so I can leave my computer for a while and don't need to manually change saved LoRa name and change concept. |
Beta Was this translation helpful? Give feedback.
Answered by
O-J1
Oct 21, 2024
Replies: 1 comment
-
Create batch scripts to do this. Export your desired configs, loop training through them via said batch script. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
O-J1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create batch scripts to do this. Export your desired configs, loop training through them via said batch script.