Replies: 1 comment 1 reply
-
Embeddings are trained using specific model, and work best with only them. They are possible to use with any other, but results will be worse, because it's not really compatible with them. Same goes for hypernetworks. Dreambooth is fine-tuning model, and as i understand you can just use it to train embeddings, and it's not changing model completely, so it probably works fine with embeddings that were trained on non-dreambooth model. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I had a question about Textual Inversion embeddings and models.
From a quick test, I'm able to use an embedding trained with one model, for generation with a different model. It could just be the model I was using (classic Disney animation style), but I appeared tinted red.
I thought I saw somewhere that you're not supposed to mix embeddings with a different model, though? Is that still the case? How does this work with posts I've seen saying "the best result uses Dreambooth and embeddings together"?
Beta Was this translation helpful? Give feedback.
All reactions