Extensions/duckcomfy personal nodes
ComfyUI Extension

duckcomfy personal nodes

Miscellaneous utility nodes

By duckcomfy·Created about a year ago·Updated 10 months ago· 0
duckcomfy/duckcomfy_personal_nodes
Nodes32
On cloudLocal install
Categoryduckcomfy
Stars0
Updated10 months ago

Nodes (32)

Batch Size Selector

Why a batch-size node earns its keep

duckcomfy
Cast Efficiency Scheduler To Detailer

Feed an Efficiency-node scheduler into a detailer without the mismatch

duckcomfy
Cast Scheduler To Detailer

Stop the scheduler type error when wiring a detailer

duckcomfy
Clip Chunk Manager

See — and fix — where CLIP silently breaks your prompt

duckcomfy
Conditioning Fallback

A conditioning that defaults to something sensible

duckcomfy
CR Upscale Image

Comfyroll's upscaler, without installing all of Comfyroll

duckcomfy
C Switch Boolean Conditioning

Swap positive prompts mid-workflow with a checkbox

duckcomfy
C Switch Boolean Float

Pick one of two numbers with a checkbox

duckcomfy
C Switch Boolean Latent

The txt2img / img2img switch that doesn't run the dead branch

duckcomfy
Denoise Selector

A denoise knob that lives on its own node — no more hunting for the slider

duckcomfy
DuckAttention Couple

Give each part of the image its own prompt, without the attribute bleed

duckcomfy
DuckAttention Couple Region

One region of your image, one prompt, one weight

duckcomfy
DuckAttention Couple Regions

Bundle up to eleven regions into one attention-couple feed

duckcomfy
Duck Seed Selector

One checkbox that flips between your global seed and a local one

duckcomfy
Duck Text Concatenate

Glue prompt parts together without the stray commas

duckcomfy
Duck Text Multiline

A bigger text box for when your prompt outgrows the widget

duckcomfy
Duck Text to Conditioning

Turn a string from anywhere into conditioning

duckcomfy
From DuckComfy Globals

Unpacking the whole generation state

duckcomfy
I2Cnet2i Toggle

Gate your ControlNet img2img branch with one checkbox

duckcomfy
I2i Toggle

A checkbox that decides txt2img vs img2img

duckcomfy
Image Fallback

Hand a guaranteed-valid image to nodes that demand one

duckcomfy
Image Reroute

An IMAGE wire that bends without breaking

duckcomfy
Image Size

The Image Size Node That Feeds the Rest of Your Graph

duckcomfy
Is Mask Empty

Is Mask Empty is stricter than it looks — 'empty' means no solid white

duckcomfy
Is String Empty

The one-check node that un-tangles your branches

duckcomfy
Model Fallback

The first-non-null switch for your model slot

duckcomfy
Prompt Override Selector

A text box that knows its job

duckcomfy
SDXL Resolutions

Stop typing 1216x832 from memory

duckcomfy
To DuckComfy Globals

One wire to carry your whole pipeline

duckcomfy
To KSampler Settings

Pack seed, steps, and cfg into one socket

duckcomfy
Two Text Concat

The string joiner that skips empty boxes

duckcomfy
Wan480 Resolutions

Three presets for low-VRAM Wan video

duckcomfy
Readme

duckcomfy personal nodes

Random collection of nodes I use in my workflows, shared for replicability. A lot of those nodes were plundered from other sources to reduce the number of dependencies and be less vulnerable to malicious code/updates.

Clip Chunk Manager (ALPHA)

Perhaps the only node in this pack with significant functionality you won't find elsewhere. It lets you use "BREAK" to manually split your prompt into CLIP chunks, but it also automatically adds explicit "BREAK" keywords wherever the CLIP would silently split your prompt. This happens whenever the text input loses focus. This helps you catch issues notably when the CLIP chunk boundary is in the middle of a tag. This was mostly coded by Claude (backed by a suite of manually provided test cases), so the code quality is awful. When I have time, I will refine it.