Framepacks / setup.sh
Alper
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"