Validate text encoder cache + add deepspeed arg parsing - #1372
Validate text encoder cache + add deepspeed arg parsing#1372heyalexchoi wants to merge 4 commits into
Conversation
|
Thank you for this! For I will review other updates in this PR. |
Ah, I see I missed the epoch part entirely. Removed that commit. |
|
Question: Would it be ok to make this adjustable w/ args? |
This is because of Aspect Ratio Bucketing. The batchs are made in dataset with bucketing (all images in one batch have same resolution), so we must use |
Changes:
- AddsRemoved--skip_to_steparg to sdxl_train. I am somewhat new to this project so not sure if this is correct. The purpose is to bring the dataloader in sync with desired step and resumed state. It is much simpler than Train resume step #1359. I will remove this change if not correct.Update:
pretrained_model_name_or_path. Not sure why it doesn't do that in the first place, perhaps from before SDXL was easily available on huggingface?. Currently it loads fromHowever, I have modified tokenizers that I expected to be loaded from
pretrained_model_name_or_path.