ComfyUI-Fill-Image-for-Outpainting

ComfyUI-Fill-Image-for-Outpainting
★ 9

图像填充扩画(outpainting)OpenCV修复边缘填充
用于outpainting/inpainting的图像填充节点,使用cv2的ns、telea和edge_pad方法快速修复并扩展画面边缘。
💡 扩展画布并用cv2方法修复缺失区域,便于outpainting流程使用
🍴 2 Forks💻 Python🔄 2024-08-26
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e98a62d17551
📦 requirements.txt
opencv-python==4.8.1.78
SciPy==1.11.4
image
image
📄 README

ComfyUI-Fill-Image-for-Outpainting

  • This node is to fill image for outpainting(inpainting)
  • Fill image using cv2 methods(cv2_ns, cv2_telea and edge_pad)
  • How to Install

    # comfy-cli download
    comfy node registry-install comfyui-fill-image-for-outpainting
    
    # git clone
    git clone https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting.git
    cd ComfyUI-Fill-Image-for-Outpainting
    pip install -r requirements.txt

    How to Use

    example

  • Apply to this workflow