dosesnrolls1 commited on
Commit
42d56c7
·
verified ·
1 Parent(s): 97f568b

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -32
README.md DELETED
@@ -1,32 +0,0 @@
1
- ---
2
- title: Video FaceSwap GPU
3
- emoji: 🎭
4
- colorFrom: blue
5
- colorTo: purple
6
- sdk: docker
7
- app_port: 7860
8
- suggested_hardware: a10g-small
9
- startup_duration_timeout: 1h
10
- ---
11
-
12
- # Video FaceSwap GPU
13
-
14
- Docker Space for swapping a face from an uploaded image onto a target video.
15
-
16
- ## Environment variables
17
-
18
- - `MODEL_REPO_ID`: default `ezioruan/inswapper_128.onnx`
19
- - `MODEL_FILENAME`: default `inswapper_128.onnx`
20
- - `MODEL_REVISION`: optional branch, tag, or commit hash
21
- - `HF_TOKEN`: recommended for gated/private repos and better Hub rate limits
22
- - `FACE_MODEL_NAME`: default `buffalo_l`
23
- - `DETECTION_SIZE`: default `640`
24
- - `MAX_FRAMES`: optional frame cap for testing, default `0`
25
- - `FORCE_CPU`: set to `1` to force CPU mode for debugging
26
-
27
- ## Deploy
28
-
29
- 1. Create a new Space with Docker SDK.
30
- 2. Add the files from this repo.
31
- 3. Select a paid GPU hardware tier such as A10G small.
32
- 4. Add `HF_TOKEN` if you use a private or rate-limited model repo.