Spaces:
Running
on
Zero
Running
on
Zero
Update configs/inference.yaml
Browse files- configs/inference.yaml +2 -2
configs/inference.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
model_path:
|
2 |
mimicbrush_ckpt_path: ./weights/mimicbrush/mimicbrush.bin
|
3 |
-
pretrained_reference_path: ./stable-diffusion-v1-5
|
4 |
-
pretrained_imitativer_path: ./stable-diffusion-inpainting
|
5 |
pretrained_vae_name_or_path: ./weights/sd-vae-ft-mse
|
6 |
image_encoder_path: ./weights/image_encoder
|
7 |
depth_model: ./weights/depth_model/depth_anything_vitb14.pth
|
|
|
1 |
model_path:
|
2 |
mimicbrush_ckpt_path: ./weights/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: ./weights/sd-vae-ft-mse
|
6 |
image_encoder_path: ./weights/image_encoder
|
7 |
depth_model: ./weights/depth_model/depth_anything_vitb14.pth
|