File size: 196 Bytes
966ae59
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash
eval "$(conda shell.bash hook)"

cd checkpoint
curl -O -L https://huggingface.co/xingxm/PyTorch-SVGRender-models/resolve/main/u2net.zip
unzip u2net.zip

echo "U^2Net download success"