Framepacks / setup.sh
atunc29's picture
Upload 24 files
53c4865 verified
raw
history blame contribute delete
258 Bytes
#!/bin/bash
# Create necessary directories
mkdir -p hf_download
mkdir -p outputs
# If the model has not been downloaded, it will be automatically downloaded on the first run
echo "Environment setup complete, run python app.py to start the application"