files missing from HF repo?! Where do i get those files?
Training script need needs:
scheduler +
tokenizer +
vae +
text_encoder +
unet ?
image_encoder ?
safety_checker ?
feature_extractor
File "S:\diffusers\env\lib\site-packages\accelerate\commands\launch.py", line 703, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['S:\diffusers\env\Scripts\python.exe', 'train_dreambooth_lora_sd3.py', '--pretrained_model_name_or_path=stabilityai/stable-diffusion-3-medium-diffusers', '--instance_data_dir=dog', '--output_dir=dreambooth-sd3-lora', '--mixed_precision=fp16', '--instance_prompt=a photo of sks dog', '--resolution=1024', '--train_batch_size=1', '--gradient_accumulation_steps=4', '--learning_rate=1e-5', '--report_to=wandb', '--lr_scheduler=constant', '--lr_warmup_steps=0', '--max_train_steps=500', '--weighting_scheme=logit_normal', '--validation_prompt=A photo of sks dog in a bucket', '--validation_epochs=25', '--seed=0', '--push_to_hub']' returned non-zero exit status 1.
had to login to HF to fix