-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpyproject.toml
More file actions
18 lines (15 loc) · 733 Bytes
/
Copy pathpyproject.toml
File metadata and controls
18 lines (15 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "Comfyui-Resolution-Master"
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."
version = "2.0.0"
license = { text = "MIT License" }
[project.urls]
Repository = "https://github.com/Azornes/Comfyui-Resolution-Master"
[tool.comfy]
PublisherId = "azornes"
DisplayName = "Comfyui-Resolution-Master"
Icon = ""
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--confcutdir=tests"
asyncio_default_fixture_loop_scope = "function"