kohya_ss_colab / gui.sh
PUYONE's picture
Upload folder using huggingface_hub
e69a9f5 verified
#!/usr/bin/env bash
# Activate the virtual environment
source ./venv/bin/activate
# If the requirements are validated, run the kohya_gui.py script with the command-line arguments
if python tools/validate_requirements.py; then
python kohya_gui.py "$@"
fi