Noob text encoder percentage question #839
-
I'm probably overthinking this, but can anyone confirm whether or not the text encoder percentage is a total percentage? That is, if I want to fine-tune the text encoder percentages over several training sessions, do I need to adjust each run's percentage in accordance with the totals I'll end up with? For example, assume I run a training set for 5,000 steps with 40% text encoder training. I then want to train for an additional 3,000 steps while increasing the text encoder percentage to a total of 50%. Am I correct in understanding that, in this particular case, I would need to set the second run for ~67% text encoder training in order to achieve the desired result? Session 1: 5,000 training steps, 40% text encoder (2,000 text encoder steps) Similarly, I assume that a single-session run of 8,000 training steps and 50% text encoder steps would produce (approximately) the same results, though based on other discussions I've seen, I assume some variance would result. As I said, I'm probably badly overthinking this, but if someone could confirm whether or not I'm understanding it correctly, I'd appreciate it! Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
If you train the text encoder for a total 800 up to 1000 steps, you simply stop training it and disable "train text encoder" for the rest of the training runs. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
If you train the text encoder for a total 800 up to 1000 steps, you simply stop training it and disable "train text encoder" for the rest of the training runs.