Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using an embedding: with different architecture now cause an error. #7109

Open
dchatel opened this issue Mar 6, 2025 · 1 comment
Open

Comments

@dchatel
Copy link

dchatel commented Mar 6, 2025

For example, if you use embedding:some_SD1_5_embedding with a SDXL checkpoint, it now causes an error.

Before it used to simply remove and ignore the embedding. This behavior was more interesting, because it would allow you to use the same text for different clips. For example, if you use SDXL and SD1.5 as a second pass.

In short:
When the embedding: is from a different architecture, you should not raise an error, but instead ignore the embedding.

@comfyanonymous
Copy link
Owner

Should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants