llava

Generate multimodal answers from images using CLIP and Vicuna or LLaMA models.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JKhyro/HERMES-AGENT --skill llava-jkhyro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llava
Source: https://github.com/JKhyro/HERMES-AGENT/tree/main/optional-skills/mlops/llava
Command: npx skills add https://github.com/JKhyro/HERMES-AGENT --skill llava-jkhyro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

LLaVA removes the gap between language models and visual input by letting you ask questions about images, generate descriptions, and hold multi-turn conversations grounded in what is seen.

Core Features & Use Cases

  • Visual Question Answering: Answer detailed questions about photos, screenshots, and documents.
  • Image Captioning and Scene Understanding: Produce concise captions or rich scene summaries for single images.
  • Multi-Turn Multimodal Chat: Keep context across follow-up questions about the same image.
  • Training and Fine-Tuning Support: Learn how to pretrain, instruction-tune, quantize, and adapt LLaVA for custom datasets.
  • Use Case: Turn a product screenshot into a troubleshooting assistant that explains what is visible and answers iterative questions from a support agent.

Quick Start

Use the llava skill to analyze the attached image, describe what it shows, and answer any follow-up visual questions in plain language.

Frequently Asked Questions about llava

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is visual question answering and how does multimodal image chat work?

Visual question answering generates text answers by pairing visual inputs with language reasoning, while multimodal image chat maintains conversation context across iterative follow-up questions about the same image.

How do I build a visual question answering workflow for screenshots and documents?

To build a visual question answering workflow, combine a CLIP vision encoder with a Vicuna or LLaMA-based language model to process image preprocessing inputs and generate grounded text descriptions for document understanding.

Can I fine-tune a vision-language model on custom datasets using quantization?

Yes, you can fine-tune a vision-language model on custom datasets using optional quantization and DeepSpeed support, enabling efficient instruction-tuning and adaptation for specialized multimodal tasks.

Does multimodal image chat support multi-turn conversations for scene interpretation?

Multimodal image chat supports multi-turn conversations for scene interpretation by retaining context across follow-up questions, allowing iterative exploration of visual inputs and rich scene summaries.

What components are required for image captioning and scene understanding?

Image captioning and scene understanding require a CLIP vision encoder, a Vicuna or LLaMA-based language model, and image preprocessing to translate visual inputs into concise captions or rich summaries.