Comfy-agent workflow_ep20_flux_dev_q8_sketch_2_image

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_ep20_flux_dev_q8_sketch_2_image" ~/.claude/skills/steliosot-comfy-agent-workflow-ep20-flux-dev-q8-sketch-2-image && rm -rf "$T"
manifest: skills/workflows/txt2img/workflow_ep20_flux_dev_q8_sketch_2_image/SKILL.md
source content

workflow_ep20_flux_dev_q8_sketch_2_image

Imported workflow skill generated from

EP20 Flux Dev Q8 Sketch 2 Image.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

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

Custom Node Requirements

  • None detected.

Links

  • None detected.
<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    txt2img
  • Input modalities:
    image, text_prompt
  • Output modalities:
    image/png
  • Model families:
    flux, sd3, wan
  • Node count:
    85
  • Complexity score:
    5
  • Resource profile:
    medium
  • Estimated runtime:
    moderate (about 30-120s depending on server)
  • Max latent resolution hint:
    1024
    x
    1024
  • Max sampler steps hint:
    20

Detected Models

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

Detected Custom Nodes

  • None detected.

Runtime Warnings

  • Large model(s) detected; ensure enough VRAM and disk space.
  • Medium-high resolution detected; expect moderate extra runtime.
<!-- AUTO-METADATA-END -->