File size: 1,344 Bytes
836b387
867af24
 
 
33f757a
 
867af24
 
33f757a
 
 
867af24
 
 
 
836b387
867af24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33f757a
867af24
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
pretrained_model_path: "/home/xianyang/Data/code/FateZero/ckpt/stable-diffusion-v1-5"
logdir: ./result/run_two_man/instance_level/3cls_spider_polar_vis_cross_attn

dataset_config:
    path: ""
    prompt: ""
    n_sample_frame: 16
    start_sample_frame: 0
    sampling_rate: 1
    layout_mask_dir: ""
    layout_mask_order: []
    negative_promot: "ugly, blurry, low res, unrealistic, unaesthetic"

control_config:
    control_type: "dwpose"
    pretrained_controlnet_path: "/home/xianyang/Data/code/FateZero/ckpt/control_v11p_sd15_openpose" 
    controlnet_conditioning_scale: 1.0
    hand: True
    face: False

editing_config:
    use_invertion_latents: true
    inject_step: 0
    old_qk: 1
    flatten_res: [1]
    guidance_scale: 7.5 
    use_pnp: false
    use_freeu: false
    editing_prompts: [
            ['Spiderman and Polar Bear are jogging under cherry trees','man','Polar Bear','cherry trees',''],
    ]
        
    clip_length: "${..dataset_config.n_sample_frame}"
    sample_seeds: [0]
    num_inference_steps: 50
    blending_percentage: 0
    vis_cross_attn: False
    #cluster_inversion_feature: True
    

test_pipeline_config:
    target: video_diffusion.pipelines.ddim_spatial_temporal.DDIMSpatioTemporalStableDiffusionPipeline
    num_inference_steps: "${..validation_sample_logger.num_inference_steps}"



seed: 42