CoolFace
Datasetpublic

Mightys/Notebook_Scripts

sourceHugging Faceupdated 13d agoView on Hugging Face
0likes2.8kdownloads
on_start.sh18 linesDownload Raw Back to Comfyui-Lightning
1#!/bin/bash
2
3# This script runs every time your Studio starts, from your home directory.
4echo "Preparando carpetas temporales..."
5python ~/temp_dir.py
6
7# Logs from previous runs can be found in ~/.lightning_studio/logs/
8
9# List files under fast_load that need to load quickly on start (e.g. model checkpoints).
10#
11# ! fast_load
12# <your file here>
13
14# Add your startup commands below.
15#
16# Example: streamlit run my_app.py
17# Example: gradio my_app.py
18