Guest User

Untitled

a guest
Dec 9th, 2022
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. conda install git pip
  2. git clone https://github.com/bmaltais/kohya_ss.git
  3. pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116
  4. pip install bitsandbytes
  5. git clone https://github.com/facebookresearch/xformers.git
  6. cd xformers
  7. git submodule update --init --recursive
  8. pip install -r requirements.txt
  9. python -m pip install -e .
  10. cd ~/kohya_ss
  11. pip install --upgrade -r requirements.txt
  12. accelerate config
  13.  
Advertisement
Add Comment
Please, Sign In to add comment