https://github.com/big-mon/ComfyUI-ResolutionPresets
https://github.com/big-mon/ComfyUI-ResolutionPresets
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/big-mon/ComfyUI-ResolutionPresets
- Owner: big-mon
- Created: 2025-04-12T16:22:53.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T17:05:21.000Z (2 months ago)
- Last Synced: 2025-04-12T17:34:22.679Z (2 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-ResolutionPresets**
README
# ComfyUI Resolution Presets

ComfyUI 用の SDXL 推奨解像度プリセットノード。
## 機能
- SDXL 推奨解像度をドロップダウンリストから簡単に選択可能
- 選択した解像度の幅と高さを `width` と `height` として出力
- `Empty Latent Image` ノードなどと組み合わせて使用可能## インストール
```bash
cd .\custom_nodes
git clone --depth 1 https://github.com/big-mon/ComfyUI-ResolutionPresets.git# Restart ComfyUI
```## 使用方法
1. ComfyUI のノード追加メニューから `Resolution Presets (SDXL)` を検索
2. ノードをワークフローに追加
3. ドロップダウンから希望の解像度を選択
4. `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