mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-14 09:08:14 +00:00
rewrite project.urls in pyproject.toml and add keywords
This commit is contained in:
parent
d816d3d24c
commit
8bd405661d
|
@ -14,6 +14,31 @@ dependencies = [
|
|||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.10"
|
||||
keywords = [
|
||||
"pytorch",
|
||||
"text-to-image",
|
||||
"image-to-image",
|
||||
"image-generation",
|
||||
"diffusion-models",
|
||||
"stable-diffusion",
|
||||
"sd1.5",
|
||||
"sdxl",
|
||||
"background-generation",
|
||||
"background-removal",
|
||||
"shadow-generation",
|
||||
"textual-inversion",
|
||||
"adapters",
|
||||
"controlnet",
|
||||
"ip-adapter",
|
||||
"t2i-adapter",
|
||||
"lora",
|
||||
"lcm",
|
||||
"lcm-lora",
|
||||
"upscaler",
|
||||
"dinov2",
|
||||
"segment-anything",
|
||||
"sam",
|
||||
]
|
||||
classifiers = [
|
||||
"Typing :: Typed",
|
||||
"Intended Audience :: Developers",
|
||||
|
@ -26,8 +51,10 @@ classifiers = [
|
|||
]
|
||||
|
||||
[project.urls]
|
||||
source = "https://github.com/finegrain-ai/refiners"
|
||||
documentation = "https://refine.rs/"
|
||||
Homepage = "https://refine.rs/"
|
||||
Documentation = "https://refine.rs/"
|
||||
Repository = "https://github.com/finegrain-ai/refiners"
|
||||
Issues = "https://github.com/finegrain-ai/refiners/issues"
|
||||
|
||||
[project.optional-dependencies]
|
||||
training = [
|
||||
|
@ -95,7 +122,6 @@ dev-dependencies = [
|
|||
"comfy-cli>=1.1.6",
|
||||
]
|
||||
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue