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
To train an IP-Adapter_plus model, are the following commands correct especially the 2 model paths pretrained_model_name_or_path and image_encoder_path:
To train an IP-Adapter_plus model, are the following commands correct especially the 2 model paths pretrained_model_name_or_path and image_encoder_path:
accelerate launch --num_processes 2 --multi_gpu --mixed_precision "fp16" \ tutorial_train_plus.py \ --pretrained_model_name_or_path="stable-diffusion-v1-5/" \ --image_encoder_path="models/image_encoder/" \ --data_json_file="assets/prompt_image.json" \ --data_root_path="assets/train/" \ --mixed_precision="fp16" \ --resolution=512 \ --train_batch_size=2 \ --dataloader_num_workers=4 \ --learning_rate=1e-04 \ --weight_decay=0.01 \ --output_dir="out_model/" \ --save_steps=3
The text was updated successfully, but these errors were encountered: