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
I tried to resume training on one of my custom models and I keep getting an error when I use dreambooth. I tried deleting it from my google drive and did a fresh install before training a new model, but that didn't fix the problem. Any ideas?
This is the error I get-
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/accelerate_cli.py", line 43, in main
args.func(args)
File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 837, in launch_command
simple_launcher(args)
File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 354, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '/content/diffusers/examples/dreambooth/train_dreambooth.py', '--image_captions_filename', '--train_only_unet', '--save_starting_step=2500', '--save_n_steps=210', '--Session_dir=/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/Isa', '--pretrained_model_name_or_path=/content/stable-diffusion-custom', '--instance_data_dir=/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/Isa/instance_images', '--output_dir=/content/models/Isa', '--captions_dir=/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/Isa/captions', '--instance_prompt=', '--seed=292560', '--resolution=1024', '--mixed_precision=fp16', '--train_batch_size=1', '--gradient_accumulation_steps=1', '--gradient_checkpointing', '--use_8bit_adam', '--learning_rate=2e-06', '--lr_scheduler=linear', '--lr_warmup_steps=0', '--max_train_steps=3510']' returned non-zero exit status 1.
Something went wrong
The text was updated successfully, but these errors were encountered:
I tried to resume training on one of my custom models and I keep getting an error when I use dreambooth. I tried deleting it from my google drive and did a fresh install before training a new model, but that didn't fix the problem. Any ideas?
This is the error I get-
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/accelerate_cli.py", line 43, in main
args.func(args)
File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 837, in launch_command
simple_launcher(args)
File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 354, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '/content/diffusers/examples/dreambooth/train_dreambooth.py', '--image_captions_filename', '--train_only_unet', '--save_starting_step=2500', '--save_n_steps=210', '--Session_dir=/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/Isa', '--pretrained_model_name_or_path=/content/stable-diffusion-custom', '--instance_data_dir=/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/Isa/instance_images', '--output_dir=/content/models/Isa', '--captions_dir=/content/gdrive/MyDrive/Fast-Dreambooth/Sessions/Isa/captions', '--instance_prompt=', '--seed=292560', '--resolution=1024', '--mixed_precision=fp16', '--train_batch_size=1', '--gradient_accumulation_steps=1', '--gradient_checkpointing', '--use_8bit_adam', '--learning_rate=2e-06', '--lr_scheduler=linear', '--lr_warmup_steps=0', '--max_train_steps=3510']' returned non-zero exit status 1.
Something went wrong
The text was updated successfully, but these errors were encountered: