MultiPerson / app.py

Commit History

Update generation time estimates and GPU duration
26fd4c9

C4G-HKUST commited on

Fix examples: move generation time to second column and fix list index out of range error
e9633ab

C4G-HKUST commited on

fix: hf demo
b505615

C4G-HKUST commited on

Fix VAE scale tensor device mismatch: recreate scale list on GPU and move T5 encoder
c2db27b

C4G-HKUST commited on

Move models from CPU to GPU in worker process (like LivePortrait)
f2436d3

C4G-HKUST commited on

Simplify GPU handling following LivePortrait pattern: CPU in main process, GPU in worker via @spaces.GPU
7b63b72

C4G-HKUST commited on

Fix Stateless GPU environment: avoid CUDA init in main process, initialize GPU in worker process
f0617b0

C4G-HKUST commited on

Track GPU device during initialization and use same GPU in worker process and inference
3c322ce

C4G-HKUST commited on

Add GPU availability check in worker process for @spaces.GPU decorator
694fec8

C4G-HKUST commited on

Fix Gradio version and launch config: downgrade to 5.0.x, remove show_api parameter
5cb609b

C4G-HKUST commited on

Update: increase GPU duration to 360s, add gradio==5.42.0, update README
7569450

C4G-HKUST commited on

Use @spaces.GPU decorator for GPU management (reference LivePortrait)
f1ae228

C4G-HKUST commited on

Fix GPU detection and CPU fallback: remove ssr_mode, add runtime GPU check, support CPU mode for FaceInference
b7867cd

C4G-HKUST commited on

Fix CUDA device access in T5EncoderModel and add GPU check
831eccf

C4G-HKUST commited on

Fix Gradio launch config for HF Spaces (remove no_proxy, use queue)
ef30698

C4G-HKUST commited on

Use preload_from_hub for models, only upload vocal_separator
63a1b7e

zzz66 commited on

Initial commit with LFS
400a879

zzz66 commited on