svdC1 / charloratools

This is a simple python library which intends to facilitate the process of image gathering,filtering and processing when creating a training dataset to use for training stable diffusion LoRas. As the name suggests it is specifically useful when organizing a character lora image training dataset.
https://pypi.org/project/charloratools/
MIT License
0 stars 0 forks source link

Fix CLI script #5

Closed svdC1 closed 3 days ago

svdC1 commented 4 days ago

Problem :

CLI script to install torch is broken due to some OSes not having the module "pip3"

Fix :

In cli.py change torch install commands to use "pip" instead of "pip3"