File size: 939 Bytes
1633fcc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


#### access DINOv2
export CUDA_VISIBLE_DEVICES=1;

python -m torch.distributed.launch --nproc_per_node=1 --use_env --master_port=29501 3_train_controlnet_vis.py \
    --batch-size 1  --total_train_steps 50000 \
    --teacher-model vit_large --target_model vit_base --model models_proteus_dinov2 \
    --patch_size 14  --cldm_learning_rate 1e-4 \
    --lambda_token 1.0 --lambda_fea 1.0 --lambda_patch 1.0 \
    --finetune "/home/t2vg-a100-G4-1/projects/qiyp/1_feature_extractor/1_feature_extractor/checkpoint0160.pth" \
    --log_dir '/home/t2vg-a100-G4-1/projects/qiyp/3_ControlNet/log/' \
    --resume_path '/home/t2vg-a100-G4-1/projects/qiyp/3_ControlNet/models/control_sd15_ini.ckpt' \
    --image_floder '/home/t2vg-a100-G4-1/projects/dataset/train2017' \
    --txt_path '/home/t2vg-a100-G4-1/projects/dataset/annotations/captions_train2017.json' \
    --log_every 50  --ckpt_every 5000  --image_every 50 \
    --global_step 0 \