You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: