Krea 2: Style Reference

This ComfyUI workflow demonstrates style-conditioned text-to-image generation using the Krea v2 API. You provide one or more style reference images and a text prompt; the graph extracts a style representation from your references with Krea2StyleReferenceNode and uses it to guide image synthesis in Krea2ImageNode. The output is a new image that fulfills your prompt while inheriting the aesthetic from your reference images. LoadImage supplies the style inputs, Krea2StyleReferenceNode encodes them into a style signal, Krea2ImageNode performs the generation request to Krea’s API, and SaveImage writes the result to disk. A MarkdownNote is included to annotate the graph with usage tips.

Technically, the data flows as follows: one or more images from LoadImage feed into Krea2StyleReferenceNode, which produces a style reference output (an embedding/handle) that conditions the generator. Krea2ImageNode combines this style reference with your text prompt and generation settings (e.g., size and other parameters exposed in the node) to create the final image on the Krea backend. You can chain multiple input images through the style node(s) to blend influences from different sources, enabling nuanced control over palette, texture, and overall look while keeping the content determined by your prompt.

FAQ

Frequently Asked Questions

View all workflows
Character
Cinematic
Image to Video
Lip Sync
Multiple Angles
Portrait
Style Reference
Style Transfer
Text to Video
Video Generation
Video
Showing 30 of 579 templates