Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.13 KB

pixart-dreambooth.md

File metadata and controls

36 lines (26 loc) · 1.13 KB

🔥 How to Train PixArt + Dreambooth

You ONLY need to change the config file in config and dataloader in dataset.

The directory structure for Dreambooth dataset is:

cd ./data/dreambooth

dataset
├──dog6/
│  ├──00.jpg
│  ├──01.jpg
│  ├──......
├──cat/
│  ├──00.jpg
│  ├──01.jpg
│  ├──......

To get started, first install the required dependencies, then run on your local machine:

cd data/
git clone https://github.com/google/dreambooth.git

python -m torch.distributed.launch --nproc_per_node=1 --master_port=26666 train_scripts/train_dreambooth.py configs/pixart_app_config/PixArt_xl2_img1024_dreambooth.py --work-dir output/path