-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Image Input #134
Comments
hi, thanks for the request! |
Eventually, I would like to add the ability to describe to the user what the NPC character's camera (eyes) sees. I haven't tested this against the local vision model yet, so I don't know to what extent it's possible, but it would be interesting if it were! |
I implemented most of the functionality in this branch: feature/multimodal_models |
Describe the feature
hello.
llamafile seems to have image input functions such as jpg/png/gif/bmp.
Example)
llamafile -ngl 9999 --temp 0
--image ~/Pictures/lemurs.jpg
-m llava-v1.5-7b-Q4_K.gguf
--mmproj llava-v1.5-7b-mmproj-Q4_0.gguf
-e -p '### User: What do you see?\n### Assistant: '
--no-display-prompt 2>/dev/null
Is it possible to implement this feature in the future?
Or is there some problem that makes it impossible?
The text was updated successfully, but these errors were encountered: