chore(sync): merge dev into main (#1408)

* Update mdxnet.py

* Update modules.py

* Rename preprocess.py to vr.py

* Add files via upload

* deps: add av lib (#1391)

* Add files via upload

* chore(format): run black on dev (#1398)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: sync dev to mian (#1404)

* Add files via upload

* Update rvc_for_realtime.py

* Add files via upload

* Add files via upload

* chore(format): run black on dev (#1407)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
Co-authored-by: Hiroto N <hironow365@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-10 10:57:55 +08:00
committed by GitHub
parent 1696c5356b
commit c08426ac51
4 changed files with 8 additions and 17 deletions

View File

@@ -373,7 +373,7 @@ class RVC:
else:
printt("Index search FAILED or disabled")
except:
traceback.printt_exc()
traceback.print_exc()
printt("Index search FAILED")
feats = F.interpolate(feats.permute(0, 2, 1), scale_factor=2).permute(0, 2, 1)
t3 = ttime()