Fix examples: move generation time to second column and fix list index out of range error e9633ab C4G-HKUST commited on 14 days ago
Fix VAE scale tensor device mismatch: recreate scale list on GPU and move T5 encoder c2db27b C4G-HKUST commited on 15 days ago
Move models from CPU to GPU in worker process (like LivePortrait) f2436d3 C4G-HKUST commited on 15 days ago
Simplify GPU handling following LivePortrait pattern: CPU in main process, GPU in worker via @spaces.GPU 7b63b72 C4G-HKUST commited on 15 days ago
Fix Stateless GPU environment: avoid CUDA init in main process, initialize GPU in worker process f0617b0 C4G-HKUST commited on 15 days ago
Track GPU device during initialization and use same GPU in worker process and inference 3c322ce C4G-HKUST commited on 15 days ago
Add GPU availability check in worker process for @spaces.GPU decorator 694fec8 C4G-HKUST commited on 15 days ago
Fix Gradio version and launch config: downgrade to 5.0.x, remove show_api parameter 5cb609b C4G-HKUST commited on 15 days ago
Update: increase GPU duration to 360s, add gradio==5.42.0, update README 7569450 C4G-HKUST commited on 15 days ago
Use @spaces.GPU decorator for GPU management (reference LivePortrait) f1ae228 C4G-HKUST commited on 15 days ago
Fix GPU detection and CPU fallback: remove ssr_mode, add runtime GPU check, support CPU mode for FaceInference b7867cd C4G-HKUST commited on 15 days ago
Fix Gradio launch config for HF Spaces (remove no_proxy, use queue) ef30698 C4G-HKUST commited on 15 days ago