Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DegMaTsu/ComfyUI-Reactor-Fast-Face-Swap
LULDev
/
FS_
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FS_
/
custom_nodes
/
comfyui-reactor-node
/
update.sh
DegMaTsu
Upload 836 files
50e6701
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
108 Bytes
#!/bin/bash
Green=
'\033[0;32m'
Def=
'\033[m'
echo
-e
"
${Green}
Updating...
${Def}
"
git pull
echo
---