What is the best way to use this model with comfyUI?
I am quite struggling to think of a basic workflow to colorize an image, could there be a example workflow out there that i am not aware of? Simply KSampler with latent image seems to not work
I'm not very familiar with ComfyUI, but I believe the workflow should be similar to that of an inpainting model.
The key difference is that standard inpainting fills the masked area with a solid color (like gray), whereas this model requires the original content within the masked area to be preserved.
I'm not sure if there's an existing node that can achieve this functionality.
I might need to develop a custom node for it.
After a bit of research, I confirmed that the built-in nodes can't achieve this.
However, it only required a very small modification to implement.
Therefore, I created a custom node to handle it.
- Install the custom node: https://github.com/ShinoharaHare/ComfyUI-InpaintModelConditioningAdvanced
- Add
InpaintModelConditioningAdvancednode, and change the following options:- Set
concat_latent_imagetooriginal. - Set
noise_masktofalse.
- Set


