Comfy-agent workflow_ep03_basic_sdxl_txt2img_workflow

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_ep03_basic_sdxl_txt2img_workflow" ~/.claude/skills/steliosot-comfy-agent-workflow-ep03-basic-sdxl-txt2img-workflow && rm -rf "$T"
manifest: skills/workflows/txt2img/workflow_ep03_basic_sdxl_txt2img_workflow/SKILL.md
source content

workflow_ep03_basic_sdxl_txt2img_workflow

Imported workflow skill generated from

EP03 Basic SDXL TXT2IMG Workflow.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

  • checkpoint
    :
    Juggernaut_X_RunDiffusion.safetensors
    ->
    models/checkpoints

Custom Node Requirements

  • None detected.

Links

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

Routing Metadata

  • Family:
    txt2img
  • Input modalities:
    text_prompt
  • Output modalities:
    image/png
  • Model families:
    other
  • Node count:
    7
  • Complexity score:
    2
  • Resource profile:
    low
  • Estimated runtime:
    fast (usually under 30s on modern GPU)
  • Max latent resolution hint:
    1024
    x
    1024
  • Max sampler steps hint:
    30

Detected Models

  • checkpoint
    :
    Juggernaut_X_RunDiffusion.safetensors
    ->
    models/checkpoints

Detected Custom Nodes

  • None detected.

Runtime Warnings

  • Medium-high resolution detected; expect moderate extra runtime.
<!-- AUTO-METADATA-END -->