How to reset text-encoder training #873
-
I have a v2 model which works good after 6000 steps, but textencoder was trained for 4200 steps which is way more then needed, so it puts my training subject to every prompt I try. Is there a way I can re-train text encoder from scratch for the model I have? |
Beta Was this translation helpful? Give feedback.
Answered by
TheLastBen
Dec 4, 2022
Replies: 1 comment
-
I'm working on adding that feature, keep the model, once the feature gets added, you can fix it |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OEvgeny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on adding that feature, keep the model, once the feature gets added, you can fix it