How need run?

#1
by description009 - opened

Hello, how i can run your model on local windows 11?

I don't know why you need it, of course, but look:

  1. pip install huggingface-hub
  2. huggingface-cli login
  3. paste this code in random file (dwn.py, for example)
    from huggingface_hub import snapshot_download
    model_id="NeuroDonu/RU-XTTS-DonuModel"
    snapshot_download(repo_id=model_id, local_dir="/content/xtts-webui/models/RU-XTTS-DonuModel",
    local_dir_use_symlinks=False, revision="main")

but change your ways on their.
4. python app.py --deepspeed -hs {host} -v RU-XTTS-DonuModel --share

P.s. I highly recommend using https://huggingface.co/NeuroDonu/RuXTTS/tree/main/10march for model

Sign up or log in to comment