Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing nodes - promptless outpainting #11

Open
2PeteShakur opened this issue Nov 24, 2023 · 4 comments
Open

Missing nodes - promptless outpainting #11

2PeteShakur opened this issue Nov 24, 2023 · 4 comments

Comments

@2PeteShakur
Copy link

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
Copy link

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
Copy link
Owner

taabata commented Dec 8, 2023

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
Copy link

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants