Comfy-agent workflow_netayume_v3_5_txt2img_upscaler_2k_landscape

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_netayume_v3_5_txt2img_upscaler_2k_landscape" ~/.claude/skills/steliosot-comfy-agent-workflow-netayume-v3-5-txt2img-upscaler-2k-landscape && rm -rf "$T"
manifest: skills/workflows/upscaling/workflow_netayume_v3_5_txt2img_upscaler_2k_landscape/SKILL.md
source content

workflow_netayume_v3_5_txt2img_upscaler_2k_landscape

Imported workflow skill generated from

NetaYume v3.5 txt2img + Upscaler 2K Landscape.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

  • checkpoint
    :
    NetaYumev35_pretrained_all_in_one.safetensors
    ->
    models/checkpoints
  • upscale_model
    :
    4xNomos2_hq_dat2.safetensors
    ->
    models/upscale_models

Custom Node Requirements

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

Links

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

Routing Metadata

  • Family:
    upscaling
  • Input modalities:
    text_prompt
  • Output modalities:
    image/png
  • Model families:
    sd3
  • Node count:
    27
  • Complexity score:
    3
  • Resource profile:
    medium
  • Estimated runtime:
    moderate (about 30-120s depending on server)
  • Max latent resolution hint:
    1280
    x
    720
  • Max sampler steps hint:
    30

Detected Models

  • checkpoint
    :
    NetaYumev35_pretrained_all_in_one.safetensors
    ->
    models/checkpoints
  • upscale_model
    :
    4xNomos2_hq_dat2.safetensors
    ->
    models/upscale_models

Detected Custom Nodes

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

Runtime Warnings

  • Medium-high resolution detected; expect moderate extra runtime.
  • Uses custom nodes; missing nodes can cause validation/runtime failures.
<!-- AUTO-METADATA-END -->