In this chapter, we will introduce how to use the Flux IPA model, which, like Redux, can help you generate an image similar to the input image. However, its key difference from Redux is that it allows fine-tuning the image through Prompts.
This image is generated by AI
ip-adapter.bin
file and placing it in the /models/ipadapter-flux
directory.
Apply IPAdapter Flux Model
node (Figure ①) to the basic Flux workflow. Then continue connecting along ①, connecting the ②, ③, and ④ nodes in the image to the Apply IPAdapter Flux Model
node.
It’s important to note that the IPAdapter model differs from Redux in that it does not pass data and Prompt together to the Flux model, but instead passes data and Prompt separately to the Flux model. Therefore, the output node of Apply IPAdapter Flux Model
is not Conditioning, but model
.