hollowstrawberry/kohya-colab

manually add folder

Closed this issue · 6 comments

do we need make the dir manually from drive?

i mean i have some several code that might help:

from google.colab import drive
drive.mount('/content/drive')
!cd /content/drive/MyDrive/
!mkdir /content/drive/MyDrive/lora_training/
!mkdir /content/drive/MyDrive/lora_training/config
!mkdir /content/drive/MyDrive/lora_training/datasets
!mkdir /content/drive/MyDrive/lora_training/output
!mkdir /content/drive/MyDrive/lora_training/log

The folders are created automatically as the first step

@hollowstrawberry may i know how to train 2 character or more? how i separate the dastaset? sorry oot

You need to use the advanced config at the bottom of the trainer.

To make the dataset itself, you can name the project my_lora/one and my_lora/two and do them one at a time.

@hollowstrawberry so the structure will be like this?
Jepretan Layar 2023-04-04 pukul 20 59 13

Feel free to open this issue again if you have further questions.