Update KohyaDev.sh
Browse files- KohyaDev.sh +2 -2
KohyaDev.sh
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
. /home/ec2-user/venvs/kohya/bin/activate
|
| 3 |
-
cd /home/ec2-user/tools/KohyaDev
|
| 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/KohyaDev/sd-scripts
|
| 4 |
+
accelerate launch --num_cpu_threads_per_process 8 train_db.py --config_file /home/ec2-user/configs/configDev.toml
|