Comfy-agent workflow_ep42_flux_outpaint
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/img2img_inpaint_outpaint/workflow_ep42_flux_outpaint" ~/.claude/skills/steliosot-comfy-agent-workflow-ep42-flux-outpaint && rm -rf "$T"
manifest:
skills/workflows/img2img_inpaint_outpaint/workflow_ep42_flux_outpaint/SKILL.mdsource content
workflow_ep42_flux_outpaint
Imported workflow skill generated from
EP42 FLUX OUTPAINT.json.
Family
img2img_inpaint_outpaint
Inputs
- Optional runtime overrides supported by
:run(...)promptnegative_prompt
,widthheight
,seed
,stepscfg
,sampler_name
,schedulerdenoise
,server
,headersapi_prefix
Outputs
- Returns JSON with:
statusprompt_idoutput_images
Model Requirements
:vae
->ae.safetensorsmodels/vae
:clip
->t5-v1_1-xxl-encoder-Q8_0.ggufmodels/clip
:diffusion_model
->flux1-fill-dev-Q8_0.ggufmodels/diffusion_models
Custom Node Requirements
comfyui-easy-usecomfyui-ggufcomfyui-inpaint-cropandstitch
Links
- https://civitai.com/api/download/models/1377767?type=Model&format=SafeTensor&size=full&fp=fp32
- https://discord.com/invite/gggpkVgBf3
- https://huggingface.co/YarvixPA/FLUX.1-Fill-dev-gguf/resolve/main/flux1-fill-dev-Q8_0.gguf?download=true
- https://huggingface.co/YarvixPA/FLUX.1-Fill-dev-gguf/tree/main
- https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors?download=true
- https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf/resolve/main/t5-v1_1-xxl-encoder-Q8_0.gguf?download=true
- https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf/tree/main
- https://www.youtube.com/@pixaroma
Routing Metadata
- Family:
img2img_inpaint_outpaint - Input modalities:
image, text_prompt - Output modalities:
image/png - Model families:
flux - Node count:
17 - Complexity score:
4 - Resource profile:
medium - Estimated runtime:
moderate (about 30-120s depending on server) - Max latent resolution hint:
xNoneNone - Max sampler steps hint:
30
Detected Models
:vae
->ae.safetensorsmodels/vae
:clip
->t5-v1_1-xxl-encoder-Q8_0.ggufmodels/clip
:diffusion_model
->flux1-fill-dev-Q8_0.ggufmodels/diffusion_models
Detected Custom Nodes
comfyui-easy-usecomfyui-ggufcomfyui-inpaint-cropandstitch
Runtime Warnings
- Large model(s) detected; ensure enough VRAM and disk space.
- Uses custom nodes; missing nodes can cause validation/runtime failures.