-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: ImageToText
(caption generator)
#3859
Conversation
Hey @ZanSara, here's a first draft for this node!
|
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.
Very nice! No serious remarks on the arch, just a couple of nitpicks.
By the way: right now we can go ahead with this node, as we discussed its details way before the proposals process was in place. For the next one, let's follow it! New nodes are the best usecases for them. I'll do my best to fast-track your proposals, so we can move from proposal to implementation in matter of a few days and give everyone the chance to add their thoughts on it 🙂
I added two tests. Other aspects to improve? |
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.
Really good! We can expand the test suite a bit and then it's ready to go 😊
"a red apple is sitting on a pile of hay", | ||
"a white car parked in a parking lot", | ||
"a cat laying in the grass", | ||
"a blurry photo of a blurry shot of a black object", |
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.
Seems like this model has no concept of galaxies 😆
@ZanSara mypy failure seems not related to this PR. |
Yes we're having the same issue in a ton of places 🙈 I'm gonna take care of it and merge as soon as I sort it out. Sorry for the mess! |
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.
Great, thank you! 😊
Related Issues
ImageToText
&AnswerToImage
#2444Proposed Changes:
Only a first draft to run the CI...
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.