DiffSketcher / script /download_u2net.sh
hjc-owo
init repo
966ae59
raw
history blame contribute delete
196 Bytes
#!/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"