Comfy-agent curated_ep54_flux_dev_image_vector_variation

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/img2img_inpaint_outpaint/curated_ep54_flux_dev_image_vector_variation" ~/.claude/skills/steliosot-comfy-agent-curated-ep54-flux-dev-image-vector-variation && rm -rf "$T"
manifest: skills/workflows/img2img_inpaint_outpaint/curated_ep54_flux_dev_image_vector_variation/SKILL.md
source content

curated_ep54_flux_dev_image_vector_variation

Curated workflow skill generated from

EP54 Flux Dev - Image Vector Variation.json
.

Capability Family

  • img2img_inpaint_outpaint

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
      (includes image/video entries reported by Comfy history)

Model Requirements

  • vae
    :
    ae.safetensors
    ->
    models/vae
  • clip
    :
    t5-v1_1-xxl-encoder-Q8_0.gguf
    ->
    models/clip
  • diffusion_model
    :
    flux1-dev-Q8_0.gguf
    ->
    models/diffusion_models

Custom Node Requirements

  • comfyui-gguf
  • comfyui-tosvg
  • rgthree-comfy

Links Extracted From Workflow Notes

Source

  • Original:
    comfy-data/workflows/EP54 Flux Dev - Image Vector Variation.json
<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    img2img_inpaint_outpaint
  • Input modalities:
    image, text_prompt
  • Output modalities:
    image/png
  • Model families:
    flux
  • Node count:
    25
  • Complexity score:
    4
  • Resource profile:
    medium
  • Estimated runtime:
    moderate (about 30-120s depending on server)
  • Max latent resolution hint:
    None
    x
    None
  • Max sampler steps hint:
    30

Detected Models

  • vae
    :
    ae.safetensors
    ->
    models/vae
  • clip
    :
    t5-v1_1-xxl-encoder-Q8_0.gguf
    ->
    models/clip
  • diffusion_model
    :
    flux1-dev-Q8_0.gguf
    ->
    models/diffusion_models

Detected Custom Nodes

  • comfyui-gguf
  • comfyui-tosvg
  • rgthree-comfy

Runtime Warnings

  • Large model(s) detected; ensure enough VRAM and disk space.
  • Uses custom nodes; missing nodes can cause validation/runtime failures.
<!-- AUTO-METADATA-END -->