taabata / LCM_Inpaint_Outpaint_Comfy

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

Missing nodes - promptless outpainting #11

Open 2PeteShakur opened 10 months ago

2PeteShakur commented 10 months ago

Hi, installed all but getting issues when trying to do promptless outpainting - already have lcm_inpaint_outpaint_comfy installed, any ideas, thanks!

missing-nodes

installed

alexanderdutton commented 10 months ago

I had this issue when diffusers needed to be updated, but it also listed the nodes as 'NOT LOADED' in my manager.

Of course, once I fixed that I just ran into the 'model_path' issue.

taabata commented 10 months ago

A lot of nodes have been changed. For promptless inpainting i suggest using the new nodes and workflow . Instructions:

Clone the github repository into the custom_nodes folder in your ComfyUI directory

Run the setup script for the CanvasTool

Install any sd 1.5 based model in diffusers format (like this one https://huggingface.co/stablediffusionapi/deliberate-v2/tree/main) and place in models/diffusers folder in your ComfyUI directory

Install LCM_lora from https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/tree/main and place in models/loras folder in your ComfyUI directory

Install controlnet inpaint model in diffusers format (from https://huggingface.co/lllyasviel/control_v11p_sd15_inpaint/tree/main) and place in models/controlnet folder in your ComfyUI directory

Install ip adapter models and image encoder and place in models/controlnet/IPAdapter (you have to create the folder) in your ComfyUI directory (optional; can use reference only instead)

Open the workflow in ComfyUI (https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy/blob/main/inpaint_LCMLORA_promptless.json)

Also for the 'Get image size' node, you need to git clone https://github.com/BadCafeCode/masquerade-nodes-comfyui in your custom_nodes folder

Image resize node from https://github.com/WASasquatch/was-node-suite-comfyui

Let me know if you still face errors.

ChristophGri commented 10 months ago

Hi,im trying to use this setup too, since months but i dont get it to work to install properly. Like the image attached.Im sure missing something. I would like to hear if there is some prep work or custom need to prepare folders. 2

leobryan commented 9 months ago

A lot of nodes have been changed. For promptless inpainting i suggest using the new nodes and workflow . Instructions:

Clone the github repository into the custom_nodes folder in your ComfyUI directory

Run the setup script for the CanvasTool

Install any sd 1.5 based model in diffusers format (like this one https://huggingface.co/stablediffusionapi/deliberate-v2/tree/main) and place in models/diffusers folder in your ComfyUI directory

Install LCM_lora from https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/tree/main and place in models/loras folder in your ComfyUI directory

Install controlnet inpaint model in diffusers format (from https://huggingface.co/lllyasviel/control_v11p_sd15_inpaint/tree/main) and place in models/controlnet folder in your ComfyUI directory

Install ip adapter models and image encoder and place in models/controlnet/IPAdapter (you have to create the folder) in your ComfyUI directory (optional; can use reference only instead)

Open the workflow in ComfyUI (https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy/blob/main/inpaint_LCMLORA_promptless.json)

Also for the 'Get image size' node, you need to git clone https://github.com/BadCafeCode/masquerade-nodes-comfyui in your custom_nodes folder

Image resize node from https://github.com/WASasquatch/was-node-suite-comfyui

Let me know if you still face errors.

Hi, really appreciate your efforts. I was trying to work on outpainting, does this workflow works for promptless outpainting too?