Update KohyaMain.sh
Browse files- KohyaMain.sh +2 -2
KohyaMain.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
#!/bin/bash
|
2 |
. /home/ec2-user/venvs/kohya/bin/activate
|
3 |
-
cd /home/ec2-user/tools/KohyaMain
|
4 |
-
accelerate launch --num_cpu_threads_per_process 8
|
|
|
1 |
#!/bin/bash
|
2 |
. /home/ec2-user/venvs/kohya/bin/activate
|
3 |
+
cd /home/ec2-user/tools/KohyaMain/sd-scripts
|
4 |
+
accelerate launch --num_cpu_threads_per_process 8 train_db.py --config_file /home/ec2-user/configs/configMain.toml
|