You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Flux.2 support throughout descriptions, tooltips, and latent output docs
- README: restructure model-mode section as a comparison table (SDXL, Flux,
Flux.2, WAN, HiDream Dev, Qwen-Image) for scannable reference
- README: document both latent_4x8 and latent_128x16 output shapes in the
Latent Output section
- README: refine intro blurb and best-practices tips to cover all modes
- ResolutionMasterConfig.js: add Flux.2 to the categoryDropdown tooltip
- pyproject.toml: refresh package description to include Flux.2, HiDream Dev,
Qwen-Image, and latent control
Copy file name to clipboardExpand all lines: README.md
+16-33Lines changed: 16 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<h1align="center">ResolutionMaster – Precise resolution and aspect ratio control for ComfyUI</h1>
2
2
3
3
4
-
<palign="center"><i>ResolutionMaster A powerful and feature-rich ComfyUI custom node for precise resolution and aspect ratio control in AI image generation workflows. This node provides an intuitive interface with advanced scaling options, preset management, and model-specific optimizations.</i></p>
4
+
<palign="center"><i>ResolutionMaster is a powerful ComfyUI custom node for precise resolution and aspect ratio control in AI image generation workflows. It provides an intuitive interface with advanced scaling options, preset management, latent output, and model-specific optimizations.</i></p>
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "Comfyui-Resolution-Master"
3
-
description = "ResolutionMaster is for total control over resolution and aspect ratio. It provides an intuitive interface with an interactive canvas, advanced scaling options, extensive presets (SDXL, Flux, WAN), and model-specific optimizations for high-quality AI image generation."
3
+
description = "ResolutionMaster is a ComfyUI custom node for resolution, aspect ratio, scaling, preset, and latent control. It provides an interactive canvas, auto-detect workflows, model-specific optimizations, and presets for SDXL, Flux, Flux.2, WAN, HiDream Dev, Qwen-Image, social media, print, cinema, and display resolutions."
0 commit comments