mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-10 01:02:56 +08:00
* 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> |
||
|---|---|---|
| .. | ||
| .glsl | ||
| Brightness and Contrast.json | ||
| Canny to Image (Z-Image-Turbo).json | ||
| Canny to Video (LTX 2.0).json | ||
| Chromatic Aberration.json | ||
| Color Adjustment.json | ||
| Color Balance.json | ||
| Color Curves.json | ||
| Crop Images 2x2.json | ||
| Crop Images 3x3.json | ||
| Depth to Image (Z-Image-Turbo).json | ||
| Depth to Video (ltx 2.0).json | ||
| Edge-Preserving Blur.json | ||
| Film Grain.json | ||
| First-Last-Frame to Video (LTX-2.3).json | ||
| Glow.json | ||
| Hue and Saturation.json | ||
| Image Blur.json | ||
| Image Captioning (gemini).json | ||
| Image Channels.json | ||
| Image Edit (FireRed Image Edit 1.1).json | ||
| Image Edit (Flux.2 Klein 4B).json | ||
| Image Edit (LongCat Image Edit).json | ||
| Image Edit (Qwen 2511).json | ||
| Image Inpainting (Flux.1 Fill Dev).json | ||
| Image Inpainting (Qwen-image).json | ||
| Image Levels.json | ||
| Image Outpainting (Qwen-Image).json | ||
| Image to Depth Map (Lotus).json | ||
| Image to Layers(Qwen-Image-Layered).json | ||
| Image to Model (Hunyuan3d 2.1).json | ||
| Image to Video (LTX-2.3).json | ||
| Image to Video (Wan 2.2).json | ||
| Image Upscale(Z-image-Turbo).json | ||
| Pose to Image (Z-Image-Turbo).json | ||
| Pose to Video (LTX 2.0).json | ||
| Prompt Enhance.json | ||
| put_blueprints_here | ||
| Sharpen.json | ||
| Text to Audio (ACE-Step 1.5).json | ||
| Text to Image (Flux.1 Dev).json | ||
| Text to Image (Flux.1 Krea Dev).json | ||
| Text to Image (NetaYume Lumina).json | ||
| Text to Image (Qwen-Image 2512).json | ||
| Text to Image (Qwen-Image).json | ||
| Text to Image (Z-Image-Turbo).json | ||
| Text to Video (LTX-2.3).json | ||
| Text to Video (Wan 2.2).json | ||
| Unsharp Mask.json | ||
| Video Captioning (Gemini).json | ||
| Video Inpaint(Wan2.1 VACE).json | ||
| Video Stitch.json | ||
| Video Upscale(GAN x4).json | ||