Upload folder using huggingface_hub
Browse files
setup.sh
CHANGED
|
@@ -306,8 +306,10 @@ kv "Helpers" "screen -r helpers"
|
|
| 306 |
section "RunPod restart"
|
| 307 |
ok "After restart, run: bash ${INSTALL_BASE}/restart_after_reboot.sh"
|
| 308 |
|
| 309 |
-
|
| 310 |
-
|
|
|
|
|
|
|
| 311 |
|
| 312 |
section "Restart script saved"
|
| 313 |
kv "Command" "bash ${INSTALL_BASE}/restart_after_reboot.sh"
|
|
|
|
| 306 |
section "RunPod restart"
|
| 307 |
ok "After restart, run: bash ${INSTALL_BASE}/restart_after_reboot.sh"
|
| 308 |
|
| 309 |
+
run_logged "download restart script" "${SETUP_LOG}" curl -fsSL \
|
| 310 |
+
-o "${INSTALL_BASE}/restart_after_reboot.sh" \
|
| 311 |
+
"https://huggingface.co/gtaayush010/comfysetup/resolve/main/restart_after_reboot.sh"
|
| 312 |
+
chmod +x "${INSTALL_BASE}/restart_after_reboot.sh"
|
| 313 |
|
| 314 |
section "Restart script saved"
|
| 315 |
kv "Command" "bash ${INSTALL_BASE}/restart_after_reboot.sh"
|