ComfyUI/blueprints
lin-bot23 8b08bfdcbe
Add description field to blueprint subgraphs (#13797)
* Add description field to all blueprint subgraphs

Sets the 'description' field on every subgraph blueprint node,
which will show on the node preview and tooltip. Covers all 51
blueprint files under blueprints/.

* Update blueprint descriptions with researched model info

* Refine blueprint descriptions with researched model specs from docs

Updates subgraph descriptions across all 51 blueprints with accurate
model details drawn from ComfyUI docs, including:
- Flux.1 Dev: 12B open-weights, Pro-level quality
- Flux.2 Klein 4B: fastest Flux, distilled architecture
- Qwen-Image: 20B MMDiT, multilingual text rendering
- Z-Image-Turbo: distilled 6B DiT, sub-second inference
- LTX-2/2.3: 19B DiT audio-video foundation model
- Wan2.2: open-source, 14B/1.3B variants
- ACE-Step 1.5: ~1s full-song generation
- GPU shader nodes consistently labeled as fragment shaders

* Strip marketing fluff and license info from descriptions

* Fix Canny to Video (LTX 2.0) description

* Remove 'local-' prefix from subgraph names

* Preserve UTF-8 encoding in JSON files (ensure_ascii=False)

* Apply review suggestions from alexisrolland

- Rename 'Image to Model (Hunyuan3d 2.1)' -> 'Image to 3D Model (Hunyuan3d 2.1)'
- Rename 'Image Upscale(Z-image-Turbo)' -> 'Image Upscale (Z-image-Turbo)'
- Rename 'Video Inpaint(Wan2.1 VACE)' -> 'Video Inpaint (Wan 2.1 VACE)'
- Use 'Black Forest Labs' branding in Flux descriptions
- Use 'Google's Gemini' with possessive in captioning nodes
- Normalize 'Wan 2.2' and 'Wan 2.1' spacing in descriptions

* fix: revert Color Adjustment.json to preserve original GLSL shader content

Only adds the 'description' field without modifying the shader code
(which contained Unicode escape \\u2192 that should be preserved).

* Apply CodeRabbit review suggestions

- Color Adjustment: include vibrance in description
- Image Blur: expand to Gaussian/Box/Radial modes
- Flux.2 Klein 4B: narrow to image edit only (no T2I)
- NetaYume Lumina: correct model base (Neta Lumina, not Lumina-Next)

---------

Co-authored-by: linmoumou <linmoumou@linmoumoudeMac-mini.local>
Co-authored-by: Daxiong (Lin) <contact@comfyui-wiki.com>
2026-05-09 11:26:13 +08:00
..
.glsl fix: use textureSize instead of u_resolution for texel size in blur/sharpen shaders (#13347) 2026-04-23 20:42:22 -07:00
Brightness and Contrast.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Canny to Image (Z-Image-Turbo).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Canny to Video (LTX 2.0).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Chromatic Aberration.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Color Adjustment.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Color Balance.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Color Curves.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Crop Images 2x2.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Crop Images 3x3.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Depth to Image (Z-Image-Turbo).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Depth to Video (ltx 2.0).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Edge-Preserving Blur.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Film Grain.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
First-Last-Frame to Video (LTX-2.3).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Glow.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Hue and Saturation.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Blur.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Captioning (gemini).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Channels.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Edit (FireRed Image Edit 1.1).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Edit (Flux.2 Klein 4B).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Edit (LongCat Image Edit).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Edit (Qwen 2511).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Inpainting (Flux.1 Fill Dev).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Inpainting (Qwen-image).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Levels.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Outpainting (Qwen-Image).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image to Depth Map (Lotus).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image to Layers(Qwen-Image-Layered).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image to Model (Hunyuan3d 2.1).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image to Video (LTX-2.3).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image to Video (Wan 2.2).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Image Upscale(Z-image-Turbo).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Pose to Image (Z-Image-Turbo).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Pose to Video (LTX 2.0).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Prompt Enhance.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
put_blueprints_here add blueprints dir for built-in blueprints (#11853) 2026-01-13 16:14:40 -08:00
Sharpen.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Audio (ACE-Step 1.5).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Image (Flux.1 Dev).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Image (Flux.1 Krea Dev).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Image (NetaYume Lumina).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Image (Qwen-Image 2512).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Image (Qwen-Image).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Image (Z-Image-Turbo).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Video (LTX-2.3).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Text to Video (Wan 2.2).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Unsharp Mask.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Video Captioning (Gemini).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Video Inpaint(Wan2.1 VACE).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Video Stitch.json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00
Video Upscale(GAN x4).json Add description field to blueprint subgraphs (#13797) 2026-05-09 11:26:13 +08:00