mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-30 11:21:28 +00:00
Prototype of RVC + emotion classification pipeline
This commit is contained in:
@@ -389,6 +389,10 @@ if "rvc" in modules:
|
||||
|
||||
import modules.voice_conversion.rvc_module as rvc_module
|
||||
rvc_module.save_file = rvc_save_file
|
||||
|
||||
if "classify" in modules:
|
||||
rvc_module.classification_mode = True
|
||||
|
||||
rvc_module.fix_model_install()
|
||||
app.add_url_rule("/api/voice-conversion/rvc/get-models-list", view_func=rvc_module.rvc_get_models_list, methods=["POST"])
|
||||
app.add_url_rule("/api/voice-conversion/rvc/upload-models", view_func=rvc_module.rvc_upload_models, methods=["POST"])
|
||||
|
||||
Reference in New Issue
Block a user