buaacyw / GaussianEditor

[CVPR 2024] GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting
https://buaacyw.github.io/gaussian-editor/
Other
1.07k stars 54 forks source link

OsError: ControlNet lack config file #53

Open xiyufeng2 opened 4 months ago

xiyufeng2 commented 4 months ago

When I delete sth. ,there is an error occured: controlnet = ControlNetModel.from_pretrained() config, unused_kwargs, commit_hash = cls.load_config() raise EnvironmentError( OSError: lllyasviel/control_v11p_sd15_inpaint does not appear to have a file named config.json.

I have update the duffuser version,but not work

LQ99622 commented 1 week ago

hi,I met the same question. Have you solve the problem yet?