Commit History

Add static_sox to requirements.txt
dbb3876

AI Assistant commited on

Fix Gradio Progress IndexError by using is not None
17652a2

AI Assistant commited on

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

AI Assistant commited on

Fix Python 3.12 syntax: remove 'type' keyword for compatibility with 3.10
43dc9d5

Antigravity AI commited on

Fix Python 3.10 compatibility: add StrEnum fallback
82c4d2e

Antigravity AI commited on

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

Antigravity AI commited on

Fix RVC training module structure and imports
5321307

Antigravity AI commited on

Add __init__.py files and fix sys.path for rvc_logic
612a411

assistanttttttt commited on

Fix IndentationError: properly rewrite rvc_logic files and cleanup binaries
b18dcd9

assistanttttttt commited on

Fix build error: use local rvc_logic (cleaned)
d8651ae

assistanttttttt commited on

Migrate RVC training to ultimate-rvc library (no fairseq needed)
9ec07f2

assistanttttttt commited on

Fix build error: remove pinned torch and clean requirements
462fd1f

assistanttttttt 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: lazy-import torch/torchaudio in inference.py to avoid libcudart.so.13 crash; pin cu124 wheels in requirements to prevent demucs pulling CUDA-13 torchaudio
6471984

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

Fix inference tensor backward error: add torch.no_grad + inference_mode
2f6540c

ibcplateformes Claude Opus 4.6 commited on

Fix BigVGAN _from_pretrained compatibility with newer huggingface_hub
db1a474

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

Fix missing 'munch' dep + add detailed error wrapper for ZeroGPU
a7c6af3

ibcplateformes Claude Opus 4.6 commited on

Bundle Seed-VC modules directly in repo for ZeroGPU compatibility
1a64668

ibcplateformes Claude Opus 4.6 commited on

Fix ModuleNotFoundError: clone Seed-VC to app dir instead of /tmp
2af6a2f

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

Convert pretrained checkpoint to RVC inference format for proper voice conversion
27bc094

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

Remove @spaces.GPU from separation and inference for CPU fallback
554bffb

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

Skip HiFi-GAN training entirely, use pre-trained model + FAISS index
d2806ea

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