Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory: './configs/inference/ref_images/anyone-3.png' #5

Open
wly-ai-bj opened this issue May 31, 2024 · 2 comments

Comments

@wly-ai-bj
Copy link

No description provided.

@JPW0080
Copy link

JPW0080 commented May 31, 2024

Code snippet from app.py

    # Examples
    gr.Markdown("## Examples")
    gr.Examples(
        examples=[
            [
                "./configs/inference/ref_images/anyone-5.png",
                "./configs/inference/pose_videos/anyone-video-2_kps.mp4",
            ],
            [
                "./configs/inference/ref_images/anyone-10.png",
                "./configs/inference/pose_videos/anyone-video-1_kps.mp4",
            ],
            [
                "./configs/inference/ref_images/anyone-2.png",
                "./configs/inference/pose_videos/anyone-video-5_kps.mp4",
            ],
        ],
        inputs=[reference_image, motion_sequence],
        outputs=animation,
    )

#Simply change the paths.

@haofanwang
Copy link

You can find these images from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants