File size: 833 Bytes
a78bfe1
 
 
 
 
 
 
 
2034ad0
a78bfe1
2034ad0
a78bfe1
2034ad0
a78bfe1
2034ad0
a78bfe1
2034ad0
 
 
a78bfe1
 
 
 
2034ad0
a78bfe1
2034ad0
a78bfe1
 
 
2034ad0
a78bfe1
2034ad0
a78bfe1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
tags:
- custom
- inference-endpoints
- text-to-video
- multitalk
library_name: custom
---

# MultiTalk Handler for Hugging Face Inference Endpoints

This is a custom handler for deploying the MeiGen-AI/MeiGen-MultiTalk model on Hugging Face Inference Endpoints.

## Model Description

This handler wraps the MeiGen-AI/MeiGen-MultiTalk model for audio-driven multi-person conversational video generation.

## Usage

This model should be used with Hugging Face Inference Endpoints with the following configuration:
- GPU: A100 (80GB recommended)
- Framework: Custom
- Task: Custom

## Requirements

- PyTorch 2.4.1
- CUDA 12.1
- Various dependencies listed in requirements.txt

## Handler Details

The custom handler (`handler.py`) implements the necessary interface for Hugging Face Inference Endpoints to run the MultiTalk model.