llava

Set up multimodal chat pipelines combining CLIP vision encoders with Vicuna/LLaMA language models for image-based VQA tasks.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/tadod12/fraud-detection-research --skill llava-tadod12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llava
Source: https://github.com/tadod12/fraud-detection-research/tree/main/.agent/skills/18-multimodal/llava
Command: npx skills add https://github.com/tadod12/fraud-detection-research --skill llava-tadod12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

LLaVA combines a CLIP vision encoder with Vicuna/LLaMA language models to enable seamless vision-language interactions, addressing the gap between image understanding and conversational AI.

Core Features & Use Cases

  • Multi-turn image chat and visual question answering (VQA)
  • Image understanding and description generation for documents and scenes
  • Visual instruction following and adaptable chat pipelines using open-source models

Quick Start

Install the pretrained LLaVA model and start a vision-language chat with an input image.

Frequently Asked Questions about llava

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

FAQPage Schema
How do I set up image chat for visual question answering with an open-source model?

To set up image chat for visual question answering, install the pretrained LLaVA model, which integrates a CLIP vision encoder with a LLaMA language model, and start a multimodal conversation using an input image.

Can I use multimodal interaction to generate descriptions for documents and scenes?

Yes, multimodal interaction supports image understanding and description generation for documents and scenes by combining vision encoding with conversational AI to process and explain visual inputs.

What is visual instruction tuning and how does it enable image-based conversations?

Visual instruction tuning adapts language models to follow visual prompts, enabling multi-turn image-based conversations and visual question answering across multiple model sizes and real-world scenarios.

Does the vision-language assistant support multi-turn conversations?

The vision-language assistant supports multi-turn image chat and visual question answering, allowing adaptable chat pipelines that maintain conversational context across sequential interactions.

What components are required to run a vision-language chat pipeline?

Running a vision-language chat pipeline requires an integrated stack consisting of a CLIP vision encoder, a LLaMA or Vicuna language model, and generation code to execute visual instruction following.

Are there limitations when using visual instruction following for conversational AI?

Visual instruction following depends on the integrated vision encoder and language model stack, meaning performance is bounded by the pretrained model sizes and the scope of the input image understanding capabilities.