RunPod Kohya Commands Installing Kohya SS GUI 1. Clone git repository ⎗ ✓ 1 2git clone https://github.com/neonnskye/kohya_ss.git cd kohya_ss 2. Create virtual environment ⎗ ✓ 1 2python -m venv venv source venv/bin/activate 3. Run setup and start GUI ⎗ ✓ 1 2./setup.sh -v -n ./gui.sh --share 4. Install tkinter if required ⎗ ✓ 1apt-get install python3.10-tk Downloading datasets 1. Install requirements ⎗ ✓ 1apt-get install unzip 2. Download and unzip ⎗ ✓ 1 2gdown --fuzzy $url unzip $filename