Spaces:
Running
Running
Developer
commited on
Commit
·
5ba5178
1
Parent(s):
1d806a4
Simplify emoji to trigger rebuild
Browse files
README.md
CHANGED
|
@@ -8,43 +8,26 @@ sdk_version: 3.35.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
short_description:
|
| 12 |
-
hardware: cpu-basic
|
| 13 |
-
python_version: 3.9
|
| 14 |
---
|
| 15 |
|
| 16 |
-
#
|
| 17 |
|
| 18 |
-
**
|
| 19 |
|
| 20 |
-
Real avatar video generation with
|
| 21 |
|
| 22 |
-
##
|
| 23 |
|
| 24 |
-
|
| 25 |
-
-
|
| 26 |
-
-
|
| 27 |
-
-
|
| 28 |
-
- **Automatic video generation** after models download
|
| 29 |
|
| 30 |
-
|
| 31 |
-
- Uses `ali-vilab/text-to-video-ms-1.7b` for text-to-video
|
| 32 |
-
- Uses `facebook/wav2vec2-base-960h` for audio processing
|
| 33 |
-
- Total model size: ~3GB (optimized for HF Spaces)
|
| 34 |
-
- Professional quality avatar videos with lip sync
|
| 35 |
|
| 36 |
-
|
|
|
|
|
|
|
| 37 |
|
| 38 |
-
|
| 39 |
-
2. **Download Models**: Click "?? Download Models" button
|
| 40 |
-
3. **Generate Videos**: Use the video generation interface
|
| 41 |
-
4. **API Access**: POST /generate for programmatic access
|
| 42 |
-
|
| 43 |
-
## ?? API Endpoints:
|
| 44 |
-
|
| 45 |
-
- `POST /generate` - Generate avatar video
|
| 46 |
-
- `POST /download-models` - Download video generation models
|
| 47 |
-
- `GET /model-status` - Check model download status
|
| 48 |
-
|
| 49 |
-
**Build Version**: 2025-01-08_00-11
|
| 50 |
-
**Status**: ? Ready for video generation after model download
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
short_description: Avatar video generation with model downloads
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# AI Avatar Chat - Video Generation
|
| 15 |
|
| 16 |
+
**Build: 2025-01-08_00-11 - With Model Download Controls**
|
| 17 |
|
| 18 |
+
Real avatar video generation with downloadable models for HF Spaces.
|
| 19 |
|
| 20 |
+
## Features:
|
| 21 |
|
| 22 |
+
- Model download controls in web interface
|
| 23 |
+
- Real-time model status checking
|
| 24 |
+
- Text-to-video generation using downloaded models
|
| 25 |
+
- API endpoints for programmatic access
|
|
|
|
| 26 |
|
| 27 |
+
## Quick Start:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
+
1. Click "Download Models" button in the interface
|
| 30 |
+
2. Wait for models to download (~3GB)
|
| 31 |
+
3. Generate avatar videos
|
| 32 |
|
| 33 |
+
**Status**: Ready for model download and video generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|