llava

Enable multimodal image understanding and vision-language chat with LLaVA models.

97|8|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/peteromallet/megaplan --skill llava-peteromallet
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: llava
Source: https://github.com/peteromallet/megaplan/tree/main/megaplan/agent/skills/mlops/models/llava
Command: npx skills add https://github.com/peteromallet/megaplan --skill llava-peteromallet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires transformers, torch, pillow, and includes references (resource) components.

What problem does it solve?

Large Language and Vision Assistant that enables multimodal conversations by interpreting images and text; it combines a vision encoder with a language model to support visual question answering, image chat, and instruction following.

Core Features & Use Cases

  • Vision-language integration using CLIP-based vision encoder with Vicuna/LLaMA language models for multi-turn image conversations.
  • Supports visual question answering, image description, and visual instruction following across various model sizes.
  • Use case examples include building image-enabled chatbots, accessible document understanding with images, and research experiments in multimodal AI.

Quick Start

Load a pretrained LLaVA model and start a multimodal chat with an image.

Frequently Asked Questions about llava

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

FAQPage Schema
How do I build a vision-language chatbot for visual question answering?▼

To build a vision-language chatbot for visual question answering, use a multimodal model combining a vision encoder with a language model. This enables multi-turn image conversations and visual instruction following across various model sizes.

What is visual instruction tuning for multimodal image understanding?▼

Visual instruction tuning for multimodal image understanding trains a model to follow human instructions regarding image content. It combines a CLIP-based vision encoder with Vicuna or LLaMA language models to support image description and visual question answering.

Can I use transformers and torch for image-based instruction following?▼

Yes, you can use transformers and torch for image-based instruction following by loading a pretrained multimodal model. These frameworks provide the necessary runtime dependencies alongside pillow for image processing to enable multimodal conversations.

Does multimodal image chat work with different model sizes and licenses?▼

Multimodal image chat works across various model sizes and licenses by leveraging models that integrate a vision encoder with a language model. You can select different pretrained configurations to match your specific research or application requirements.

What are the limitations of using a CLIP-based vision encoder for image chat?▼

A limitation of using a CLIP-based vision encoder for image chat is its dependency on the pretrained representations it receives, which may constrain performance on highly specialized visual domains outside its training distribution.