Describe the bug
Saving the model files currently prepends the args.output_dir to the file name to various files:
{args.output_dir}/{args.output_dir}_emb.safetensors
{args.output_dir}/{args.output_dir}.safetensors
This breaks when using an absolute directory path for output_dir.
Reproduction
Run advanced dreambooth script with an absolute output path
Logs
No response
System Info
Latest repo version of diffusers
Who can help?
@linoytsaban