.ipynb_checkpoints/Untitled-checkpoint.ipynb DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "cells": [],
3
- "metadata": {},
4
- "nbformat": 4,
5
- "nbformat_minor": 5
6
- }
 
 
 
 
 
 
 
configs/.ipynb_checkpoints/test_stage_2-checkpoint.yaml DELETED
@@ -1,21 +0,0 @@
1
- pretrained_base_model_path: './pretrained_weights/sd-image-variations-diffusers'
2
- pretrained_vae_path: './pretrained_weights/sd-vae-ft-mse'
3
- image_encoder_path: './pretrained_weights/image_encoder'
4
-
5
-
6
-
7
- denoising_unet_path: "./pretrained_weights/MusePose/denoising_unet.pth"
8
- reference_unet_path: "./pretrained_weights/MusePose/reference_unet.pth"
9
- pose_guider_path: "./pretrained_weights/MusePose/pose_guider.pth"
10
- motion_module_path: "./pretrained_weights/MusePose/motion_module.pth"
11
-
12
-
13
-
14
- inference_config: "./configs/inference_v2.yaml"
15
- weight_dtype: 'fp16'
16
-
17
-
18
-
19
- test_cases:
20
- "./assets/images/ref.png":
21
- - "./assets/poses/align/img_ref_video_dance.mp4"