so where is the ckpt file

#1
by deleted - opened
deleted

you havent created a controlnet ckpt for this file

I don't know why you need ckpt checkpoint. If you want to load the model just use simple code like this

pipe = StableDiffusionControlNetPipeline.from_pretrained( "vllab/controlnet-hands", )

Sign up or log in to comment