Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LULDev
/
FS_
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8a0c8cb
FS_
/
custom_nodes
/
comfyui-reactor-node
/
update.sh
DegMaTsu
Upload 836 files
50e6701
verified
12 months ago
raw
Copy download link
history
blame
108 Bytes
#!/bin/bash
Green=
'\033[0;32m'
Def=
'\033[m'
echo
-e
"
${Green}
Updating...
${Def}
"
git pull
echo
---