Spaces:
Running
on
Zero
Running
on
Zero
Update configs/inference.yaml
Browse files- configs/inference.yaml +6 -6
configs/inference.yaml
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
model_path:
|
2 |
-
mimicbrush_ckpt_path: ./
|
3 |
-
pretrained_reference_path: ./
|
4 |
-
pretrained_imitativer_path: ./
|
5 |
-
pretrained_vae_name_or_path: ./
|
6 |
-
image_encoder_path: ./
|
7 |
-
depth_model: ./
|
8 |
data_path:
|
9 |
test_set_name: Texture_Within # choose from [ PartComp_Cross, PartComp_Within, Texture_Cross, Texture_Within ]
|
10 |
output_dir: ./test-vis
|
|
|
1 |
model_path:
|
2 |
+
mimicbrush_ckpt_path: ./MimicBrush/mimicbrush/mimicbrush.bin
|
3 |
+
pretrained_reference_path: ./cleansd/stable-diffusion-v1-5
|
4 |
+
pretrained_imitativer_path: ./cleansd/stable-diffusion-inpainting
|
5 |
+
pretrained_vae_name_or_path: ./MimicBrush/sd-vae-ft-mse
|
6 |
+
image_encoder_path: ./MimicBrush/image_encoder
|
7 |
+
depth_model: ./MimicBrush/depth_model/depth_anything_vitb14.pth
|
8 |
data_path:
|
9 |
test_set_name: Texture_Within # choose from [ PartComp_Cross, PartComp_Within, Texture_Cross, Texture_Within ]
|
10 |
output_dir: ./test-vis
|