Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should the UVR5 HP5_only_main_vocal model work? #9

Open
ybwai opened this issue Apr 29, 2024 · 0 comments
Open

Should the UVR5 HP5_only_main_vocal model work? #9

ybwai opened this issue Apr 29, 2024 · 0 comments

Comments

@ybwai
Copy link

ybwai commented Apr 29, 2024

models.json

  "vr_network": {
    "1_HP-UVR": {
      "model_path": [
        "https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/1_HP-UVR.pth"
      ]
    },
    "HP5_only_main_vocal": {
      "model_path": [
        "https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/HP5_only_main_vocal.pth"
      ]
    }
  },

code:


vrNetwork = models.VrNetwork(
   name="HP5_only_main_vocal",
   other_metadata={},
   device=device,
   logger=None,
)

res= vrNetwork(name)

gives error:


  File "/Users/dan/Workspaces/myproject2/worker/uvr/models.py", line 175, in __init__
    model_run, mp, is_vr_51_model, stems  = vr_api.load_model(self.model_path, device)
  File "/Users/dan/Workspaces/myproject2/worker/uvr/models_dir/vr_network/vr_interface.py", line 205, in load_model
    model_data = MODELS_DATA[model_hash]
KeyError: '0b633752cb273e9758813724ee8afa13'

I can see it downloaded the weights into the relevant folder.

@ybwai ybwai changed the title Should hdemucs_6s work? Should htdemucs_6s and HP5_only_main_vocal work? Apr 29, 2024
@ybwai ybwai changed the title Should htdemucs_6s and HP5_only_main_vocal work? Should the UVR HP5_only_main_vocal model work? Apr 29, 2024
@ybwai ybwai changed the title Should the UVR HP5_only_main_vocal model work? Should the UVR5 HP5_only_main_vocal model work? Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant