> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Krea-2 ComfyUI Workflow Example

> Krea 2 is a text-to-image model designed for high aesthetic quality and stylistic diversity. It comes in two variants: RAW (base) and Turbo (distilled).

<iframe width="560" height="315" src="https://www.youtube.com/embed/17GiSs-YOZw?si=sUXPPOargSSttMpe" title="krea.ai 2 is back and this time the weights are OPEN." frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

**Krea 2** is an image generation model from [Krea AI](https://www.krea.ai), trained from scratch and focused on creative and stylistic exploration.

Krea 2 ships as two models designed to work together: **train LoRAs on RAW, run inference on Turbo**:

* **Krea 2 RAW**: the base model with full-step sampling (52 steps). No distillation, diverse and highly malleable, ideal for fine-tuning and LoRA training.
* **Krea 2 Turbo**: an 8-step distilled checkpoint for fast, high-quality generation. LoRAs trained on RAW apply seamlessly to Turbo.

**License**: [Krea AI Community License](https://www.krea.ai/krea-2-licensing)

## Watch the Launch Event

<iframe width="560" height="315" src="https://www.youtube.com/embed/31jiUhCEjJ4?si=5RNQbHURu5lijlGC" title="Krea 2 Live Launch Event" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

To learn more about Krea 2, the story behind its development, its capabilities, and what it means for the open-source ecosystem, watch the launch event recording above (featuring Victor Perez, Miguel Lara, and ComfyAnonymous).

## Available Model Weights

Krea 2 is available in two variants:

* **Krea 2 RAW**: the base model with full-step sampling (52 steps). Designed for diversity and malleability, best for fine-tuning and LoRA training.
* **Krea 2 Turbo**: an 8-step distilled checkpoint built for fast, high-quality generation. LoRAs trained on RAW apply seamlessly to Turbo.

**Related Links**:

* [Krea 2 on Hugging Face (RAW)](https://huggingface.co/krea/Krea-2-Raw)
* [Krea 2 on Hugging Face (Turbo)](https://huggingface.co/krea/Krea-2-Turbo)
* [Comfy-Org/Krea-2 (ComfyUI models)](https://huggingface.co/Comfy-Org/Krea-2)
* [Official GitHub repository](https://github.com/krea-ai/krea-2)
* [Technical report](https://www.krea.ai/blog/krea-2-technical-report)

## Krea-2 Turbo text-to-image workflow

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/image_krea2_turbo_t2i-1.webp" alt="Krea-2 Turbo text-to-image workflow" />

<CardGroup cols={2}>
  <Card title="Run in Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=image_krea2_turbo_t2i&utm_source=docs&utm_medium=referral&utm_campaign=krea-2">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/image_krea2_turbo_t2i.json">
    Download JSON or search "Krea-2" in Template Library
  </Card>
</CardGroup>

<Tip>
  <Tabs>
    <Tab title="Portable or self deployed users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated. (Desktop version's update will delay sometime)

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Desktop or Cloud users">
      * The Desktop is base on ComfyUI stable release, it will auto-update when there is a new Desktop stable release available.
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

The workflow is organized into a few parts:

1. **Text to Image (Krea-2 Turbo) subgraph**: the core generation pipeline, containing model loading, prompt handling, sampling, and VAE decode
2. **ResolutionSelector**: choose your desired output resolution. Krea 2 supports outputs from 1K to 2K — set the megapixels value to 2.0 to get 2K resolution.
3. **CustomCombo (LoRA selector)**: a pre-built trigger word selector for the available style LoRAs. If you download additional LoRAs, you can customize this selector and pair them with the corresponding LoRA files accordingly.
4. **SaveImage**: saves the generated image

<Card title="Learn about Subgraph" icon="book-open" href="/interface/features/subgraph">
  This workflow uses Subgraph nodes for modular processing. Check out the Subgraph documentation to learn how to customize and extend the workflow.
</Card>

### Single-click generation

At its simplest, just enter a text prompt in the subgraph, select a resolution, and click **Queue Prompt**. The defaults (8 steps, prompt enhancement enabled, no LoRA) produce a high-quality image with minimal configuration.

### Workflow controls

The **Text to Image (Krea-2 Turbo)** subgraph exposes the following controls:

| Control                       | Description                                               |
| ----------------------------- | --------------------------------------------------------- |
| **Text String (User Prompt)** | The text prompt describing the image you want to generate |
| **prompt\_enhance**           | Toggle LLM-powered prompt expansion on/off                |
| **LLM\_max\_token**           | Maximum token length for prompt enhancement               |
| **Width / Height**            | Output resolution (controlled by ResolutionSelector)      |
| **Seed**                      | Random seed for reproducibility                           |
| **enable\_lora?**             | Enable or disable style LoRA                              |
| **LoRA Strength**             | Strength of the applied style LoRA                        |
| **LoRA Trigger Word**         | Auto-populated trigger word for the selected LoRA         |

### Style LoRAs

Krea also released a collection of style LoRAs for Krea 2. Select one in the **CustomCombo** node and enable `enable_lora?` in the subgraph to apply the style:

| LoRA              | Trigger Word                       | Recommended Strength | Download                                                                                         |
| ----------------- | ---------------------------------- | :------------------: | ------------------------------------------------------------------------------------------------ |
| krea2\_coolblue   | teal watercolor illustration style |          0.8         | [Download](https://huggingface.co/Comfy-Org/Krea-2/blob/main/loras/krea2_coolblue.safetensors)   |
| krea2\_darkbrush  | monochrome ink wash style          |          1.0         | [Download](https://huggingface.co/Comfy-Org/Krea-2/blob/main/loras/krea2_darkbrush.safetensors)  |
| krea2\_plasmoid   | ethereal shimmering light style    |          0.8         | [Download](https://huggingface.co/Comfy-Org/Krea-2/blob/main/loras/krea2_plasmoid.safetensors)   |
| krea2\_warmpastel | muted minimalist sketch style      |          0.8         | [Download](https://huggingface.co/Comfy-Org/Krea-2/blob/main/loras/krea2_warmpastel.safetensors) |

Place the `.safetensors` files in `ComfyUI/models/loras/`.

## Model downloads

For local use, download the ComfyUI-optimized model files from [Comfy-Org/Krea-2](https://huggingface.co/Comfy-Org/Krea-2).

<CardGroup cols={3}>
  <Card title="Diffusion Model (FP8)" icon="download" href="https://huggingface.co/Comfy-Org/Krea-2/resolve/main/diffusion_models/krea2_turbo_fp8_scaled.safetensors">
    krea2\_turbo\_fp8\_scaled.safetensors: Turbo FP8 (recommended for most users)
  </Card>

  <Card title="Text Encoder (FP8)" icon="download" href="https://huggingface.co/Comfy-Org/Krea-2/resolve/main/text_encoders/qwen3vl_4b_fp8_scaled.safetensors">
    qwen3vl\_4b\_fp8\_scaled.safetensors: Qwen3VL-4B text encoder
  </Card>

  <Card title="VAE" icon="download" href="https://huggingface.co/Comfy-Org/Krea-2/resolve/main/vae/qwen_image_vae.safetensors">
    qwen\_image\_vae.safetensors
  </Card>

  <Card title="Style LoRAs" icon="download" href="https://huggingface.co/collections/krea/krea-2-loras">
    View all style LoRAs on Hugging Face
  </Card>
</CardGroup>

Other model variants (BF16, NVFP4, MXFP8) are also available for users with higher-end hardware.

### Model storage location

```
📂 ComfyUI/
├── 📂 models/
│   ├── 📂 diffusion_models/
│   │   └── krea2_turbo_fp8_scaled.safetensors
│   ├── 📂 text_encoders/
│   │   └── qwen3vl_4b_fp8_scaled.safetensors
│   ├── 📂 vae/
│   │   └── qwen_image_vae.safetensors
│   └── 📂 loras/
│       └── krea2_warmpastel.safetensors (and other style LoRAs)
```
