I wanna know about why this repository id "fusing/stable-diffusion-v1-5-controlnet-scribble" is work?

#5
by Amazingldl - opened

'''
controlnet = ControlNetModel.from_pretrained(
"fusing/stable-diffusion-v1-5-controlnet-canny", torch_dtype=torch.float16
)
'''

I didn't find the repository id "fusing/stable-diffusion-v1-5-controlnet-scribble" in hugging face, but it is work.
I want to know why

Sign up or log in to comment