Tencent / MimicMotion

High-Quality Human Motion Video Generation with Confidence-aware Pose Guidance
https://tencent.github.io/MimicMotion/
Other
733 stars 56 forks source link

OSError: Error no file named config.json found in directory models/SVD/stable-video-diffusion-img2vid-xt-1-1. #16

Closed DannyWu25 closed 4 days ago

DannyWu25 commented 6 days ago

微信截图_20240703231944 微信截图_20240703231955 Please, can someone tell me where is the config.json file ?

soltkreig commented 5 days ago

Check you folder, usually it happens because one of folders has not been cloned - unet, vae, scheduler of image_encoder

DannyWu25 commented 5 days ago

Check you folder, usually it happens because one of folders has not been cloned - unet, vae, scheduler of image_encoder

I downloaded it one by one because cloning directly would result in an error message

soltkreig commented 5 days ago

pls show you dir structure

DannyWu25 commented 5 days ago

pls show you dir structure

微信截图_20240704182308 Is there anything missing

soltkreig commented 5 days ago

show structure of image_encode, scheduler, unet and vae folders pls

DannyWu25 commented 5 days ago

请显示 image_encode、scheduler、unet 和 vae 文件夹的结构

微信截图_20240704183340 微信截图_20240704183351 微信截图_20240704183407 微信截图_20240704183420 微信截图_20240704183439 This is all I have

soltkreig commented 5 days ago

rename you configs as on screenshot, you cannot run repo because of wrong config names: image

nitinmukesh commented 5 days ago

@DannyWu25 See if the installation steps help https://www.youtube.com/watch?v=PYIFvzV1KoE

DannyWu25 commented 5 days ago

按照屏幕截图重命名您的配置,由于配置名称错误,您无法运行 repo: 图像

微信截图_20240704185304 It looks like it's working

DannyWu25 commented 5 days ago

@DannyWu25 See if the installation steps help https://www.youtube.com/watch?v=PYIFvzV1KoE

thanks,let me take a look

DannyWu25 commented 4 days ago

rename you configs as on screenshot, you cannot run repo because of wrong config names: image

thanks a lot