Comfy-agent workflow_ep46_juggernaut_xl_ragnarok_img2img_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_ep46_juggernaut_xl_ragnarok_img2img_upscaler" ~/.claude/skills/steliosot-comfy-agent-workflow-ep46-juggernaut-xl-ragnarok-img2img-upscaler && rm -rf "$T"
manifest: skills/workflows/upscaling/workflow_ep46_juggernaut_xl_ragnarok_img2img_upscaler/SKILL.md
source content

workflow_ep46_juggernaut_xl_ragnarok_img2img_upscaler

Imported workflow skill generated from

EP46 Juggernaut XL Ragnarok IMG2IMG 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

  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • checkpoint
    :
    juggernautXL_ragnarokBy.safetensors
    ->
    models/checkpoints

Custom Node Requirements

  • ComfyUI-TiledDiffusion
  • comfyui-easy-use
  • rgthree-comfy

Links

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

Routing Metadata

  • Family:
    upscaling
  • Input modalities:
    image, text_prompt
  • Output modalities:
    image/png
  • Model families:
    other
  • Node count:
    26
  • 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:
    30

Detected Models

  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • checkpoint
    :
    juggernautXL_ragnarokBy.safetensors
    ->
    models/checkpoints

Detected Custom Nodes

  • ComfyUI-TiledDiffusion
  • comfyui-easy-use
  • rgthree-comfy

Runtime Warnings

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