voice-clone-rvc / app.py

Commit History

Fix noisereduce, UI progress, remove spaces.GPU for L4, and add train_cli.py
4401a6e

AI Assistant commited on

Optimize RVC training: resumable training with checkpoints every 10 epochs and advanced UI options
6a43f46

Antigravity AI commited on

Integrate RVC training tab (100 epochs)
f08e9a8

assistanttttttt commited on

Remove redundant refresh button in Perfil tab as requested
36a9519

dimensionalpulsar commited on

Fix NameError by moving events to bottom of Blocks
89f48fb

dimensionalpulsar commited on

UI: move refresh button out of accordion and fix sync between tabs
4ea5b5c

dimensionalpulsar commited on

Resolve merge conflict: combine GPU optimization with Spanish UI and refresh button
662c1d3

dimensionalpulsar commited on

Add refresh button and GPU optimization for original repo
73e9040

dimensionalpulsar commited on

fix: explicit float32 conversion and nan_to_num for audio data to fix 0:00 playback; restore allowed_paths
915c9a5

dimensionalpulsar commited on

feat: add robust logging and diagnostics for ZeroGPU troubleshooting; fix '0 seconds' issue with explicit checks
067e4a7

dimensionalpulsar commited on

fix: return actual audio data (numpy) from ZeroGPU function instead of file paths to ensure Gradio receives the content before the worker environment is destroyed
7d30adc

dimensionalpulsar commited on

fix: move all output and storage directories from /tmp to local app subdirectories to fix Gradio serving issues on HF; explicitly allow results/checkpoints paths; set Audio type to filepath
3cb9c07

dimensionalpulsar commited on

fix: consolidate Demucs+SeedVC+Mix into single @spaces.GPU function to fix ZeroGPU nested GPU call error; expose _separate_audio_impl; add libsox-dev to packages.txt
10addd5

dimensionalpulsar commited on

HF adaptation: fix ZeroGPU requirements, launch(), README metadata + hardware:zero-gpu
b4b21bd

dimensionalpulsar commited on

fix: add gradio==5.12.0 to requirements, fix de-esser bug (LowShelf->HighShelf), show_error=True
f0f02ad

dimensionalpulsar commited on

Add voice similarity control + improve reference audio processing
969158e

ibcplateformes Claude Opus 4.6 commited on

Upgrade audio quality: pro mixing chain, better inference params, htdemucs_ft
f729219

ibcplateformes Claude Opus 4.6 commited on

Fix GPU timeout: increase to 300s, lower default diffusion steps to 10
6098f78

ibcplateformes Claude Opus 4.6 commited on

Add GPU worker debug logging to diagnose ZeroGPU import errors
8a7554b

ibcplateformes Claude Opus 4.6 commited on

Replace RVC with Seed-VC for zero-shot voice conversion
fea49f2

ibcplateformes Claude Opus 4.6 commited on

Implement real RVC v2 inference pipeline with HuBERT + FAISS + generator
55b9bab

ibcplateformes Claude Opus 4.6 commited on

Fix: monkey-patch gradio_client get_type for bool schema crash on Gradio 5.12.0
dbae9aa

ibcplateformes Claude Opus 4.6 commited on

Import all @spaces.GPU functions at top level for ZeroGPU detection
0ead6d9

ibcplateformes Claude Opus 4.6 commited on

Fix Gradio 5 compatibility: update gr.update() and let HF manage gradio version
7298123

ibcplateformes Claude Opus 4.6 commited on

Remove show_api=False which breaks Gradio 5 + ZeroGPU API detection
7a6bb2b

ibcplateformes Claude Opus 4.6 commited on

Upgrade to Gradio 5.12.0 for proper ZeroGPU authentication
9ff3bb8

ibcplateformes Claude Opus 4.6 commited on

Rewrite inference with fallback: try Applio, then pitch-shift + FAISS
c5ea689

ibcplateformes Claude Opus 4.6 commited on

Better error messages + reduce segments to 40 for GPU time limit
32e0546

ibcplateformes Claude Opus 4.6 commited on

Restore full quality params now that GPU is available
81bdd2b

ibcplateformes Claude Opus 4.6 commited on

Import @spaces.GPU functions at top level for ZeroGPU detection
4b6c221

ibcplateformes Claude Opus 4.6 commited on

Skip HiFi-GAN training on CPU, use pre-trained model + FAISS index
259efa9

ibcplateformes Claude Opus 4.6 commited on

Optimize training for CPU: limit slices, reduce batch size and epochs
266f7ad

ibcplateformes Claude Opus 4.6 commited on

Pin starlette<0.38.0 to fix TemplateResponse API incompatibility
7a237b9

ibcplateformes Claude Opus 4.6 commited on

Patch jinja2 LRUCache to handle unhashable keys from gradio 4.44.0
80d0f11

ibcplateformes Claude Opus 4.6 commited on

Fix gradio 4.44.0 crash: catch TypeError instead of modifying schema dicts
c1ed66c

ibcplateformes Claude Opus 4.6 commited on

Fix gradio 4.44.0 crashes: replace Dataframe with HTML + better patch
888e081

ibcplateformes Claude Opus 4.6 commited on

Monkey-patch gradio_client bug for additionalProperties bool
14442a3

ibcplateformes Claude Opus 4.6 commited on

Fix gradio crash: add show_api=False and pin gradio_client 1.3.0
c88afa4

ibcplateformes Claude Opus 4.6 commited on

Fix gradio compatibility: upgrade to 4.44.1+ and set server_name
8f53e55

ibcplateformes Claude Opus 4.6 commited on

Initial commit: Clone Vocal RVC - web voice cloning tool
2376414

ibcplateformes Claude Opus 4.6 commited on