File size: 1,096 Bytes
069c5f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
RealisticVision:
  inference_config: "configs/inference/inference-v2.yaml"
  motion_module:
    # - "models/Motion_Module/mm_sd_v14.ckpt"
    - "/mnt/petrelfs/sichenyang.p/code/diffsuion/git_code/AnimateDiff/AnimateDiff/models/Motion_Module/mm_sd_v15_v2.ckpt"

  # dreambooth_path: "models/DreamBooth_LoRA/realisticVisionV20_v20.safetensors"
  dreambooth_path: "/mnt/petrelfs/sichenyang.p/code/diffsuion/git_code/AnimateDiff/AnimateDiff/models/DreamBooth_LoRA/realisticVisionV20_v20.safetensors"
  lora_model_path: ""

  seed:           [9620, 913, 6840, 1334]
  steps:          25
  guidance_scale: 7.5

  filter_params:
    method: 'butterworth'
    n: 4
    d_s: 0.25
    d_t: 0.25

  # filter_params:
  #   method: 'gaussian'
  #   d_s: 0.25
  #   d_t: 0.25

  prompt:
    - "A panda cooking in the kitchen"
    - "A cat wearing sunglasses and working as a lifeguard at a pool."
    - "A confused panda in calculus class"
    - "A robot DJ is playing the turntable, in heavy raining futuristic tokyo rooftop cyberpunk night, sci-fi, fantasy"

  n_prompt:
    - ""
    - ""
    - ""
    - ""