ExponentialML / AnimateDiff-MotionDirector

MotionDirector Training For AnimateDiff. Train a MotionLoRA and run it on any compatible AnimateDiff UI.
Apache License 2.0
253 stars 22 forks source link

RuntimeError: runwayml/stable-diffusion-v1-5\unet\config.json does not exist #14

Open HildaM opened 4 months ago

HildaM commented 4 months ago

Error one: pretrained_model_path: "diffusers/stable-diffusion-v1-5" diffusers doesn't have stable-diffusion-v1-5 model. BUT runwayml HAVE

Error two: when I change it into "pretrained_model_path: "runwayml/stable-diffusion-v1-5", it panic with this error log:

  File "D:\Coding\AILearning\ComfyUI\custom_nodes\AnimateDiff-MotionDirector\animatediff\models\unet.py", line 485, in from_pretrained_2d
    raise RuntimeError(f"{config_file} does not exist")
RuntimeError: runwayml/stable-diffusion-v1-5\unet\config.json does not exist

Please fix this problem, I am sure not only me encounter this: https://github.com/ExponentialML/AnimateDiff-MotionDirector/issues/12#issuecomment-1935267603

C0nsumption commented 4 months ago

have you got this working yet? I am so pissed. How can we produce a project this advance yet have such ridiculous mistake. Like wtf. Any help you can give would be so greatly appreciated.