Skip to content

Commit 0f015e3

Browse files
docs(readme): update CIVITAI Model URL (#1250)
* Fix CIVITAI URL CIVITAI use tag `so-vits-svc-fork` for this * chore(pre-commit.ci): auto fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 55bbf0a commit 0f015e3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ svc vc
193193
svc infer source.wav
194194
```
195195

196-
Pretrained models are available on [Hugging Face](https://huggingface.co/models?search=so-vits-svc) or [CIVITAI](https://civitai.com/?query=so-vits-svc).
196+
Pretrained models are available on [Hugging Face](https://huggingface.co/models?search=so-vits-svc) or [CIVITAI](https://civitai.com/tag/so-vits-svc-fork).
197197

198198
#### Notes
199199

src/so_vits_svc_fork/gui.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,11 @@ def main():
362362
sg.FileBrowse(
363363
initial_folder=".",
364364
key="input_path_browse",
365-
file_types=get_supported_file_types_concat()
366-
if os.name == "nt"
367-
else get_supported_file_types(),
365+
file_types=(
366+
get_supported_file_types_concat()
367+
if os.name == "nt"
368+
else get_supported_file_types()
369+
),
368370
),
369371
sg.FolderBrowse(
370372
button_text="Browse(Folder)",

0 commit comments

Comments
 (0)