-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
The code is:
from diffusers import ControlNetModel
control1 = ControlNetModel.from_pretrained("./model/ControlNet/sd-controlnet-canny")
control2 = ControlNetModel.from_pretrained("./model/ControlNet/sd-controlnet-seg")
The models are local:
One is .bin model, the other is .safetensors.
I got this error:
OSError: Error no file named diffusion_pytorch_model.bin found in directory ./model/ControlNet/sd-controlnet-seg.
I can load bin model successfully but failed to load safetensors.
and my version of diffusers is 0.16.0.dev0
Any help is appreciated!
thereapsz and alexblattner
Metadata
Metadata
Assignees
Labels
No labels