-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
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. |
A lot of nodes have been changed. For promptless inpainting i suggest using the new nodes and workflow . 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? |
Hi, installed all but getting issues when trying to do promptless outpainting - already have lcm_inpaint_outpaint_comfy installed, any ideas, thanks!
The text was updated successfully, but these errors were encountered: