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

What about a spherical linear interpolation? #9

Open
leepeee opened this issue Apr 19, 2024 · 1 comment
Open

What about a spherical linear interpolation? #9

leepeee opened this issue Apr 19, 2024 · 1 comment

Comments

@leepeee
Copy link

leepeee commented Apr 19, 2024

Hi! Composing the ``CFG style" noise is a great idea.
I wonder if using a specific interpolation of two noises, instead of just taking the mean, can achieve better performance. What about the spherical linear interpolation mentioned in DDIM?

@maszhongming
Copy link
Owner

Thank you for your interest in our work!

We briefly experimented with some combinations of interpolated or dynamic weights to get the final score, but they didn't yield significant improvement, so we ended up using the average score in the paper. We haven't explored spherical linear interpolation yet, so that might be an interesting direction to explore. In addition, another flexible direction would be to combine LoRA-S and LoRA-C at the same time, e.g., activating a subset of all LoRAs at each step and applying a weighted sum (either through interpolation or dynamic weighting) to each LoRA in the subset, which could potentially enhance the results.

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