Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SVGRender
/
DiffSketcher
like
14
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b57e8bf
DiffSketcher
/
script
/
download_u2net.sh
hjc-owo
init repo
966ae59
about 1 year ago
raw
Copy download link
history
blame
Safe
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"