shawnpi commited on
Commit
88bbfa2
·
verified ·
1 Parent(s): d28e6d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -64,7 +64,7 @@ cd HQ-SVC
64
  wget -c https://huggingface.co/shawnpi/HQ-SVC/resolve/main/environment.tar.gz
65
  ```
66
  ```bash
67
- wget -c https://hf-mirror.com/shawnpi/HQ-SVC/resolve/main/environment.tar.gz # 可选镜像源
68
  ```
69
 
70
  ### 2. Unzip Environment(解压环境)
@@ -78,15 +78,10 @@ tar -xzf environment.tar.gz -C venv
78
  source venv/bin/activate
79
  ```
80
 
81
- ### 4. Download Pretrained Models(下载权重)
82
  ```bash
83
- export HF_HUB_ENABLE_HF_TRANSFER=0
84
- huggingface-cli download shawnpi/HQ-SVC --include "utils/pretrain/*" --local-dir . --local-dir-use-symlinks False
85
- ```
86
-
87
- ### 5. Running(运行)
88
- ```bash
89
- python gradio_app.py
90
  ```
91
 
92
  * If you encounter the error `Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))` (如果报错 `Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))`)
 
64
  wget -c https://huggingface.co/shawnpi/HQ-SVC/resolve/main/environment.tar.gz
65
  ```
66
  ```bash
67
+ wget -c https://hf-mirror.com/shawnpi/HQ-SVC/resolve/main/environment.tar.gz # Optional mirror
68
  ```
69
 
70
  ### 2. Unzip Environment(解压环境)
 
78
  source venv/bin/activate
79
  ```
80
 
81
+ ### 4. Running(运行)
82
  ```bash
83
+ export HF_ENDPOINT=https://hf-mirror.com # Optional mirror
84
+ python gradio_app.py
 
 
 
 
 
85
  ```
86
 
87
  * If you encounter the error `Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))` (如果报错 `Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))`)