Comfy-agent workflow_ep54_flux_1_kontext_dev_image_to_vector_silhouette

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/txt2img/workflow_ep54_flux_1_kontext_dev_image_to_vector_silhouette" ~/.claude/skills/steliosot-comfy-agent-workflow-ep54-flux-1-kontext-dev-image-to-vector-silhouett && rm -rf "$T"
manifest: skills/workflows/txt2img/workflow_ep54_flux_1_kontext_dev_image_to_vector_silhouette/SKILL.md
source content

workflow_ep54_flux_1_kontext_dev_image_to_vector_silhouette

Imported workflow skill generated from

EP54 Flux 1 Kontext Dev - Image to Vector Silhouette.json
.

Family

  • txt2img

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
  • diffusion_model
    :
    flux1-dev-kontext_fp8_scaled.safetensors
    ->
    models/diffusion_models

Custom Node Requirements

  • comfyui-tosvg
  • rgthree-comfy

Links

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

Routing Metadata

  • Family:
    txt2img
  • Input modalities:
    image, text_prompt
  • Output modalities:
    image/png
  • Model families:
    flux
  • Node count:
    27
  • Complexity score:
    1
  • Resource profile:
    low
  • Estimated runtime:
    fast (usually under 30s on modern GPU)
  • Max latent resolution hint:
    None
    x
    None
  • Max sampler steps hint:
    20

Detected Models

  • vae
    :
    ae.safetensors
    ->
    models/vae
  • diffusion_model
    :
    flux1-dev-kontext_fp8_scaled.safetensors
    ->
    models/diffusion_models

Detected Custom Nodes

  • comfyui-tosvg
  • rgthree-comfy

Runtime Warnings

  • Uses custom nodes; missing nodes can cause validation/runtime failures.
<!-- AUTO-METADATA-END -->