-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
23 lines (20 loc) · 847 Bytes
/
Copy pathpyproject.toml
File metadata and controls
23 lines (20 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "comfyui-lora-pipeline"
version = "1.1.2"
description = "Area-based LoRA scheduling and area conditioning wrappers for ComfyUI."
readme = "README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }
dependencies = []
[project.urls]
Repository = "https://github.com/andreszs/comfyui-lora-pipeline"
Documentation = "https://github.com/andreszs/comfyui-lora-pipeline#readme"
"Bug Tracker" = "https://github.com/andreszs/comfyui-lora-pipeline/issues"
[tool.comfy]
PublisherId = "andreszs"
DisplayName = "LoRA Pipeline"
Icon = "https://raw.githubusercontent.com/andreszs/comfyui-lora-pipeline/main/assets/icon.svg"
Banner = "https://raw.githubusercontent.com/andreszs/comfyui-lora-pipeline/refs/heads/main/assets/banner_112.gif"