Nodes Browser
ComfyDeploy: How ComfyUI-Image-Inpainting works in ComfyUI?
What is ComfyUI-Image-Inpainting?
Nodes:VAE Encode Inpaint, VAE Decode Inpaint, ColorCorrection Inpaint, ImagePreprocess Inpaint, ImagePostprocess Inpaint, Load Model Inpaint, Inpainting (using Model)
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-Image-Inpainting
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
-
cd custom_nodes/
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
git clone https://github.com/SherryXieYuchen/comfyui_controlnet_aux.git -
download sd inpainting model "sd-v1-5-inpainting.ckpt" and put it in models/checkpoints/stable-diffusion-inpainting/
download vae "vae-ft-mse-840000-ema-pruned.safetensors" and put it in models/vae/
download controlnet depth model "control_v11f1p_sd15_depth.pth" and put it in models/controlnet/
download lama inpainting model "big-lama.pt" and put it in models/inpaint/
download upscale model "RealESRGAN_x2plus.pth" and put it in models/upscale_models/
download depth model "ZoeD_M12_N.pt" and put it in custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators/
download lcm lora model "pytorch_lora_weights.safetensors" and put it in models/loras/