Execute Kohya SS without Webui #747
Replies: 2 comments 2 replies
-
Just click 'Print training command' at the bottom of the webui, and have a look in your command line window. It'll print a large command there that you can copy and paste to run later to get the same result as the webui. But before you run the command, you have to activate the python environment that the webui uses. So go to the webui directory in your command line and type 'source venv/bin/activate' on Linux, or 'venv\Scripts\activate.bat' on Windows. |
Beta Was this translation helpful? Give feedback.
-
Hi could you elaborate on which python file I should run? I'm assuming the flux_train.py in the sd scripts folder? Something like python flux_train.py config.json? |
Beta Was this translation helpful? Give feedback.
-
For the Lora tab training, how do I execute a specific .py file with parameters instead of using the kohya ss webui? In another words, instead of selecting the parameters in the webui, how could I just run some training_file.py for Lora training?
Beta Was this translation helpful? Give feedback.
All reactions