Skip to content

Instantly share code, notes, and snippets.

View KeirLoire's full-sized avatar
🥃
iced tea is life

Chester J. Ayala KeirLoire

🥃
iced tea is life
View GitHub Profile
@KeirLoire
KeirLoire / roop-install.sh
Last active July 22, 2023 17:29
Roop Install Bash Script for RunPod.io
#!/usr/bin/bash
# Clone roop-unleashed project
cd /workspace
git clone https://github.com/C0untFloyd/roop-unleashed
cd /workspace/roop-unleashed
# Create/Activate Python Virtual Environment
python -m venv venv
source /workspace/roop-unleashed/venv/bin/activate