Spaces:
Configuration error
Configuration error
Commit
·
b585bc1
1
Parent(s):
5602c9a
new config
Browse files- config/run_two_man.yaml +3 -6
config/run_two_man.yaml
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
pretrained_model_path:
|
2 |
-
|
3 |
-
|
4 |
-
logdir: ./result/run_two_man_test_2nd_time/
|
5 |
|
6 |
dataset_config:
|
7 |
path: "data/run_two_man/run_two_man"
|
@@ -15,8 +13,7 @@ dataset_config:
|
|
15 |
|
16 |
control_config:
|
17 |
control_type: "dwpose"
|
18 |
-
pretrained_controlnet_path:
|
19 |
-
#"./ckpt/control_v11p_sd15_openpose"
|
20 |
controlnet_conditioning_scale: 1.0
|
21 |
hand: True
|
22 |
face: False
|
|
|
1 |
+
pretrained_model_path: "./ckpt/stable-diffusion-v1-5"
|
2 |
+
logdir: ./result/run_two_man/
|
|
|
|
|
3 |
|
4 |
dataset_config:
|
5 |
path: "data/run_two_man/run_two_man"
|
|
|
13 |
|
14 |
control_config:
|
15 |
control_type: "dwpose"
|
16 |
+
pretrained_controlnet_path: "./ckpt/control_v11p_sd15_openpose"
|
|
|
17 |
controlnet_conditioning_scale: 1.0
|
18 |
hand: True
|
19 |
face: False
|