i've only done this: git clone https://github.com/bmaltais/kohya_ss.git cd kohya_ss python3 -m ven

i've only done this:
git clone https://github.com/bmaltais/kohya_ss.git

cd kohya_ss

python3 -m venv venv

source venv/bin/activate

./setup.sh -n
source venv/bin/activate

apt update

apt-get install python3.10-tk

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip uninstall xformers
pip install xformers
GitHub
Contribute to bmaltais/kohya_ss development by creating an account on GitHub.
Was this page helpful?