ComfyUI Extension: ComfyUI-ResolutionPresets
Provides recommended resolution presets specifically. Select a preset from the dropdown to easily output the corresponding width and height values for use with nodes like Empty Latent Image.
Custom Nodes (0)
README
ComfyUI Resolution Presets

ComfyUI 用の SDXL 推奨解像度プリセットノード。
機能
- SDXL 推奨解像度をドロップダウンリストから簡単に選択可能
- 選択した解像度の幅と高さを
widthとheightとして出力 Empty Latent Imageノードなどと組み合わせて使用可能
インストール
cd .\custom_nodes
git clone --depth 1 https://github.com/big-mon/ComfyUI-ResolutionPresets.git
# Restart ComfyUI
使用方法
- ComfyUI のノード追加メニューから
Resolution Presets (SDXL)を検索 - ノードをワークフローに追加
- ドロップダウンから希望の解像度を選択
widthとheightの出力をEmpty Latent Imageノードなどに接続
利用可能な解像度
- 1024x1024 (1:1)
- 1152x896 (9:7)
- 896x1152 (7:9)
- 1216x832 (19:12)
- 832x1216 (12:19)
- 1344x768 (7:4)
- 768x1344 (4:7)
- 1536x640 (12:5)
- 640x1536 (5:12)
ライセンス
MIT License