Comfy-agent workflow_flux_krea_txt2img_with_lora_and_upscaler

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/workflows/upscaling/workflow_flux_krea_txt2img_with_lora_and_upscaler" ~/.claude/skills/steliosot-comfy-agent-workflow-flux-krea-txt2img-with-lora-and-upscaler && rm -rf "$T"
manifest: skills/workflows/upscaling/workflow_flux_krea_txt2img_with_lora_and_upscaler/SKILL.md
source content

workflow_flux_krea_txt2img_with_lora_and_upscaler

Imported workflow skill generated from

Flux Krea txt2img with Lora and Upscaler.json
.

Family

  • upscaling

Inputs

  • Optional runtime overrides supported by
    run(...)
    :
    • prompt
    • negative_prompt
    • width
      ,
      height
    • seed
      ,
      steps
      ,
      cfg
    • sampler_name
      ,
      scheduler
      ,
      denoise
    • server
      ,
      headers
      ,
      api_prefix

Outputs

  • Returns JSON with:
    • status
    • prompt_id
    • output_images

Model Requirements

  • vae
    :
    ae.safetensors
    ->
    models/vae
  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • diffusion_model
    :
    flux1-krea-dev-Q8_0.gguf
    ->
    models/diffusion_models
  • clip
    :
    t5-v1_1-xxl-encoder-Q8_0.gguf
    ->
    models/clip

Custom Node Requirements

  • ComfyUI-TiledDiffusion
  • comfyui-easy-use
  • comfyui-gguf
  • controlaltai-nodes
  • rgthree-comfy

Links

<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    upscaling
  • Input modalities:
    text_prompt
  • Output modalities:
    image/png
  • Model families:
    flux, sd3
  • Node count:
    29
  • Complexity score:
    7
  • Resource profile:
    high
  • Estimated runtime:
    slow (often 2-6 min depending on model/server load)
  • Max latent resolution hint:
    1024
    x
    1024
  • Max sampler steps hint:
    20

Detected Models

  • vae
    :
    ae.safetensors
    ->
    models/vae
  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • diffusion_model
    :
    flux1-krea-dev-Q8_0.gguf
    ->
    models/diffusion_models
  • clip
    :
    t5-v1_1-xxl-encoder-Q8_0.gguf
    ->
    models/clip

Detected Custom Nodes

  • ComfyUI-TiledDiffusion
  • comfyui-easy-use
  • comfyui-gguf
  • controlaltai-nodes
  • rgthree-comfy

Runtime Warnings

  • Large model(s) detected; ensure enough VRAM and disk space.
  • Medium-high resolution detected; expect moderate extra runtime.
  • Multiple custom nodes required; verify node installation/version compatibility.
<!-- AUTO-METADATA-END -->