You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to train a lora again after doing some slight adjustments on the database and I wanted to reuse the same seed that the previous training used.
When I attempted editing the seed on the trainer UI it was impossible to set the seed to the previous one, as it had too many digits and it wasn't accepting because it was bigger than the maximum seed value. I tried editing the .py files to see if that was enough, but whenever I made an edit that was higher than certain values the UI stopped working.
Currently we're stuck not being able to replicate the previous seed and don't know if there's any other way to be able to apply it. Is there a way to actually rise the maximum seed value accepted by the UI? The previous one was randomly generated while using your scripts, so I don't know why it can produce a value that won't be able to be replicated later on.
The text was updated successfully, but these errors were encountered:
the seed is never randomly generated, it's always default set to "23" if you didn't touch it, that should be the seed. you must have done something really crazy to get a randomly generated seed. that being said, yes I can update that field to integer limit numbers. However it won't be instant, due to lack of time to work on this project
I was trying to train a lora again after doing some slight adjustments on the database and I wanted to reuse the same seed that the previous training used.
When I attempted editing the seed on the trainer UI it was impossible to set the seed to the previous one, as it had too many digits and it wasn't accepting because it was bigger than the maximum seed value. I tried editing the .py files to see if that was enough, but whenever I made an edit that was higher than certain values the UI stopped working.
Currently we're stuck not being able to replicate the previous seed and don't know if there's any other way to be able to apply it. Is there a way to actually rise the maximum seed value accepted by the UI? The previous one was randomly generated while using your scripts, so I don't know why it can produce a value that won't be able to be replicated later on.
The text was updated successfully, but these errors were encountered: