-
Notifications
You must be signed in to change notification settings - Fork 83
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
Have you tried enforcing cut-off on each CLIP layer instead of only on the last one? #12
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let me explain. As I understand, you:
What if we do this not only for the last clip layer (known as ClipSkip 1), but for each layer available? (Yes, it will work only for SD1 in this case, but it's worth trying!)
I propose something like this:
(Personally, I don't know how technically hook/replace CLIP's behavior, but theoretically it should be possible).
In this scenario, there would be no single bit of color information leave its group! Though, the composition might change severely (closely resembling that with already replaced terms), and the colors may not play nicely with each other (or being washed-out), but we need to see it ourselves.
What do you think?
The text was updated successfully, but these errors were encountered: