Comfy-agent workflow_fluxmania_txt2img_collage_with_upscaler_square_2048px_1_1

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_fluxmania_txt2img_collage_with_upscaler_square_2048px_1_1" ~/.claude/skills/steliosot-comfy-agent-workflow-fluxmania-txt2img-collage-with-upscaler-square-20 && rm -rf "$T"
manifest: skills/workflows/upscaling/workflow_fluxmania_txt2img_collage_with_upscaler_square_2048px_1_1/SKILL.md
source content

workflow_fluxmania_txt2img_collage_with_upscaler_square_2048px_1_1

Imported workflow skill generated from

Fluxmania txt2img Collage with Upscaler - Square 2048px 1-1.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
  • vae
    :
    ae.safetensors
    ->
    models/vae
  • diffusion_model
    :
    fluxmania_Legacy.safetensors
    ->
    models/diffusion_models
  • clip
    :
    t5-v1_1-xxl-encoder-Q8_0.gguf
    ->
    models/clip

Custom Node Requirements

  • ComfyUI-TiledDiffusion
  • comfyui-easy-use
  • comfyui-gguf

Links

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

Routing Metadata

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

Detected Models

  • upscale_model
    :
    4x_NMKD-Siax_200k.pth
    ->
    models/upscale_models
  • vae
    :
    ae.safetensors
    ->
    models/vae
  • diffusion_model
    :
    fluxmania_Legacy.safetensors
    ->
    models/diffusion_models
  • clip
    :
    t5-v1_1-xxl-encoder-Q8_0.gguf
    ->
    models/clip

Detected Custom Nodes

  • ComfyUI-TiledDiffusion
  • comfyui-easy-use
  • comfyui-gguf

Runtime Warnings

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