-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
75 lines (69 loc) · 2.47 KB
/
pyproject.toml
File metadata and controls
75 lines (69 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[project]
name = "comfyui-eric-image-processing-nodes"
description = "A comprehensive collection of 40+ advanced image processing nodes for ComfyUI, featuring state-of-the-art denoising (BM3D, DnCNN, SCUNet, SwinIR), enhancement, and restoration techniques with GPU acceleration and specialized film grain processing."
version = "1.0.0"
license = "LicenseRef-Proprietary"
readme = "Docs/README.md"
requires-python = ">=3.10"
authors = [
{ name = "Eric Hiss", email = "[email protected]" }
]
maintainers = [
{ name = "Eric Hiss", email = "[email protected]" }
]
keywords = [
"comfyui",
"image-processing",
"denoising",
"bm3d",
"dncnn",
"scunet",
"swinir",
"film-grain",
"restoration",
"gpu-acceleration",
"wavelet",
"richardson-lucy"
]
classifiers = [
"Operating System :: OS Independent",
"Environment :: GPU :: NVIDIA CUDA",
"Environment :: GPU :: Apple Metal",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research"
]
dependencies = [
"numpy>=1.21.0",
"opencv-python>=4.5.0",
"scikit-image>=0.19.0",
"scipy>=1.7.0",
"PyWavelets>=1.3.0",
]
[project.optional-dependencies]
visualization = ["matplotlib>=3.3.0"]
diffbir = ["facexlib>=0.3.0"]
dev = [
"pytest>=6.0.0",
"black>=21.0.0",
"flake8>=3.9.0",
]
[project.urls]
Homepage = "https://github.com/EricRollei/Eric_Image_Processing_Nodes"
Repository = "https://github.com/EricRollei/Eric_Image_Processing_Nodes"
Documentation = "https://github.com/EricRollei/Eric_Image_Processing_Nodes/blob/main/Docs/README.md"
"Bug Tracker" = "https://github.com/EricRollei/Eric_Image_Processing_Nodes/issues"
"Model Weights" = "https://github.com/EricRollei/Eric_Image_Processing_Nodes/blob/main/Docs/MODEL_WEIGHTS.md"
[tool.comfy]
PublisherId = "ericrollei"
DisplayName = "Eric's Image Processing Nodes"
Icon = ""
includes = []
[tool.comfy.metadata]
description = "40+ advanced image processing nodes: BM3D/DnCNN/SCUNet/SwinIR denoising, wavelet processing, film grain analysis, Richardson-Lucy deconvolution, and more. GPU accelerated with CPU fallback."
tags = ["denoising", "restoration", "enhancement", "film-grain", "gpu", "bm3d", "wavelet"]