You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the fast dreambooth notebook it would help to mention that brackets should not be included in the session name. Otherwise this results in a failure much later into the training phase.
Here's the error:
Training the UNet...
/bin/bash: -c: line 1: syntax error near unexpected token `('
/bin/bash: -c: line 1: `accelerate launch /content/diffusers/examples/dreambooth/train_dreambooth.py --external_captions --image_captions_filename --train_only_unet --save_starting_step=500 --save_n_steps=0 --Session_dir=/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/ghibli_dataset_(1) --pretrained_model_name_or_path="/content/stable-diffusion-v1-5" --instance_data_dir="/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/ghibli_dataset_(1)/instance_images" --output_dir="/content/models/ghibli_dataset_(1)" --captions_dir="/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/ghibli_dataset_(1)/captions" --instance_prompt="" --seed=638057 --resolution=512 --mixed_precision=fp16 --train_batch_size=1 --gradient_accumulation_steps=1 --use_8bit_adam --learning_rate=2e-06 --lr_scheduler="linear" --lr_warmup_steps=0 --max_train_steps=1500'
Something went wrong
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In the fast dreambooth notebook it would help to mention that brackets should not be included in the session name. Otherwise this results in a failure much later into the training phase.
Here's the error:
The text was updated successfully, but these errors were encountered: