-
Notifications
You must be signed in to change notification settings - Fork 2.8k
model: Support Janus-pro #3203
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
model: Support Janus-pro #3203
Conversation
Coooooool! |
b6542eb
to
a29f545
Compare
Forgive my noobishness, but how to test the PR?
And it aborts with the error below:
|
Could you make sure the local repo has been updated, and python has chosen the correct |
The issue was caused by a missing dependency. Managed to get it working after running "pip install addict". |
Any plans to add text to image? |
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.
Sorry for late review, I take a basic review through it and leave some comments here, I'll take a closer look these days.
8e6765d
to
931c250
Compare
@mickqian Mick. Could you decouple this PR into two or more? At least one for refactor, second for the model? |
0c5771e
to
ae2529c
Compare
@mickqian rebase with the main? |
@mickqian @yizhang2077 why after refactor the codes and merged a small PR, this PR is still huge? 3000+ lines |
104e497
to
6336345
Compare
@zhyncs All the model class/config class/processor classes takes up to 2000+ lines. The model class alone is 2000+ lines |
@yizhang2077 if you approve and pass the CI, I can merge it |
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.
Why we update deepgeem here?
updated |
congrats |
Motivation
Support deepseek-ai/Janus-Pro models, #3195
Modifications
Checklist