-
Couldn't load subscription status.
- Fork 192
[Feature] Add Cosmos2 i2v pipeline #837
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
base: main
Are you sure you want to change the base?
Conversation
ca83c7e to
8b89aff
Compare
| return x.flatten(-2) | ||
|
|
||
|
|
||
| def apply_rotary_emb( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should consider making this cosmos2 specific?
| return imgs | ||
|
|
||
|
|
||
| def get_timestep_embedding( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also make the architecture specific
| timesteps_array = np.linspace(self._sigma_to_t(self.sigma_max), | ||
| self._sigma_to_t(self.sigma_min), | ||
| num_inference_steps) | ||
| t_max = self._sigma_to_t(self.sigma_max) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe make a separate version of this scheduler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe also separate these
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make arch specific
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test both
275f0b2 to
1b7bfe5
Compare
No description provided.