Consistent AI character sheets across poses and angles from a prompt and skeleton diagram.
ComfyUITemplates.com
Discover free ready-made ComfyUI templates for AI workflows.
IPAdapter Plus: Simple Style and Composition Reference
IPAdapter Plus style transfer. One reference image in, prompt drives content. Official example.
ComfyUI Workflow: IPAdapter Plus (Simple)
IPAdapter Plus is the workhorse of image-to-image prompting in ComfyUI. Instead of describing a style or composition in text, you provide a reference image and IPAdapter transfers the visual properties of that image into your generation. The Plus version (cubiq's maintained fork) is faster, more flexible, and better-documented than the original IPAdapter.
This workflow is the official simple example from the IPAdapter Plus repo. It uses the IPAdapterUnifiedLoader node, which combines the IPAdapter model loader and the vision encoder into a single block. The result is a minimal config: one reference image in, one prompt, one output.
Key benefits
- Unified loader node, no need to chain separate model and vision encoder nodes.
- Style, composition, or face transfer, all from a single reference image.
- Compatible with SD 1.5, SDXL, FLUX, and most current base models.
- Official example from the IPAdapter Plus maintainer, not a third-party tutorial.
How it works
- Install the IPAdapter Plus custom node via ComfyUI Manager or by cloning the repo into your
custom_nodesfolder and runningpip install -r requirements.txt. - Download the model files: an IPAdapter model (the
ip-adapter-plus_sdxl_vit-h.safetensorsfamily is a good starting point) goes inmodels/ipadapter, and the CLIP vision encoder goes inmodels/clip_vision. - Load the workflow JSON from the linked GitHub URL.
- Drop a reference image into the LoadImage node. This is the style or composition source.
- Write a text prompt. IPAdapter handles the visual properties, the prompt handles the content.
- Queue the prompt. Generation runs at base-model speed plus the IPAdapter overhead, typically 5-15%.
The simple workflow is a starting point. For more advanced use cases (face-only transfer, weight type experimentation, regional conditioning), the IPAdapter Plus examples folder has 20+ official workflows covering every common pattern.
Similar listings in category
Batch-remove or add watermarks across many images with SAM, GroundingDINO, and diffusion.
Consistent AI character from any angle: PuLID-Flux faces, OpenPose, DeepSeek prompts, Flux detail.