taabata / LCM_Inpaint_Outpaint_Comfy

ComfyUI custom nodes for inpainting/outpainting using the new latent consistency model (LCM)
227 stars 14 forks source link

LCMLoader_ReferenceOnly: - Value not in list: controlnet_model: 'cn_canny' not in [] #6

Open TheShadowNYC opened 8 months ago

TheShadowNYC commented 8 months ago

Can figure out where to place CN models to register in nodes.

LCMLoader_ReferenceOnly:

I have them in the Comfy/Models/Controlnet folder too.

taabata commented 8 months ago

Model should be a folder containing the diffusion_pytorch_model.bin and the config.json.

kronkinatorix commented 8 months ago

Of what? The VAE or the unet? Each folder contains a diffusion_pytorch_model and the config.json. At least in the https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 repo - the one linked in this repo returns a 404 error.

Also, since I can't see this referenced anywhere and for anyone coming across this that doesn't know, this is a diffusers model. So we're not loading the .safetensors.

Gloynus commented 8 months ago

So many questions and so few answers. It seems to me that this extension is made for a select few.

taabata commented 8 months ago

Of what? The VAE or the unet? Each folder contains a diffusion_pytorch_model and the config.json. At least in the https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7 repo - the one linked in this repo returns a 404 error.

Also, since I can't see this referenced anywhere and for anyone coming across this that doesn't know, this is a diffusers model. So we're not loading the .safetensors.

Controlnet model. For example, for canny, you download the files here https://huggingface.co/lllyasviel/sd-controlnet-canny/tree/main