Commit 439d245
committed
fix: broken Colab (no-UI) and UI mode after restructuring
- Create missing app/tabs/downloads/ with download_tab() function
(GUI was crashing on launch due to missing download tab import)
- Update config.json: fix all old rvc/ paths to new engine/ paths
(convert_path, create_dataset_path, preprocess_path, extract_path,
create_index_path, train_path, create_reference_path)
- Fix directml.py: stale library/ path now resolves relative to package
- Fix gui.py: add missing theme=theme parameter in gr.Blocks()
- Update docs (README.md, optimizer.md, vocoder.md) to reflect new
folder structure (services/, models/, engine/, ui/)1 parent 2806c79 commit 439d245
8 files changed
Lines changed: 231 additions & 377 deletions
File tree
- advanced_rvc_inference
- app
- tabs/downloads
- configs
- models/backends
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
318 | 319 | | |
319 | | - | |
| 320 | + | |
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
325 | | - | |
326 | | - | |
| 326 | + | |
| 327 | + | |
327 | 328 | | |
328 | | - | |
| 329 | + | |
329 | 330 | | |
330 | 331 | | |
331 | 332 | | |
| |||
394 | 395 | | |
395 | 396 | | |
396 | 397 | | |
397 | | - | |
| 398 | + | |
398 | 399 | | |
399 | 400 | | |
400 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
0 commit comments