haofanwang / ControlNet-for-Diffusers

Transfer the ControlNet with any basemodel in diffusers🔥
MIT License
813 stars 48 forks source link

Error no file named model_index.json found in directory:xxx #41

Open yuxu915 opened 1 year ago

yuxu915 commented 1 year ago

hi, after I convert the pretrained .pth file (from original controlnet) to diffusers like file(get "diffusion_pytorch_model.bin" and "config.json"), and run controlnet inference, it returns error"Error no file named model_index.json found in directory:xxx".

ksai2324 commented 1 year ago

Facing the same problem. @yuxu915 did you manage to solve it?