Nodes Browser

ComfyDeploy: How ComfyUI-ExtendIPAdapterClipVision works in ComfyUI?

What is ComfyUI-ExtendIPAdapterClipVision?

This extension provides two nodes to use with my experimental [a/ip-adapter finetune](https://civitai.com/models/1233692?modelVersionId=1390253) for NoobAI-XL style transfer. [a/Here](https://github.com/vahlok-alunmid/reForge-preprocessor_bigG_448) is the counterpart extension for Reforge WebUI.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-ExtendIPAdapterClipVision and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Introduction

This extension provides two nodes to use with my experimental ip-adapter finetune for NoobAI-XL style transfer. Here is the counterpart extension for Reforge WebUI.

  • Extend Clip Vision Input Size: Interpolate PE for the loaded clip-v model to make it able to accept images of a different size. One can use it to extend the original clip-v's input size from 224. (My finetune was trained on 448.)
  • IPAdapter Advanced (Clip Size Aware): A modified version of the original ip-adapter node (credits to the author of ComfyUI-IPAdapter-Plus), instead of using a pre-defined value for image preprocessing, resizes the input to the actual clip-v input size.

Example Workflow

Example