diffusers: Dreambooth won't start: [00:51:51] WARNING The following values were not passed to

Describe the bug

Getting this whenever I run train_dreambooth.py on Colab but it won’t get passed it, it seems to freeze up and just run and not do anything with this warning and the cursor keeps blinking, until you stop the cell, then it just stops immediately when you try to run it after that. It has always worked before, and no changes on my end. Think it might be an issue with accelerate. Have no other info.

Reproduction

[00:51:51] WARNING The following values were not passed to

Logs

[00:51:51] WARNING  The following values were not passed to

System Info

colab notebook

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 3
  • Comments: 22 (5 by maintainers)

Most upvoted comments

Okay, I think I figured it out. The fork colab seems to run !accelerate launch when you add a cell with:

from accelerate.utils import write_basic_config

write_basic_config()

I assume this is either a new import or something that has become required. Always worked without until recently.

Hi I’m having the same issue using the official scripts from HF

from accelerate.utils import write_basic_config

write_basic_config()

After executing the above and then the accelerate command made possible to get outpus from the colab cell.

I use Premium GPU on colab for training.