|
| 1 | +[project] |
| 2 | +name = "retrodiffusion-api-node" |
| 3 | +description = "A ComfyUI custom node for the [a/Retro Diffusion API](https://retrodiffusion.ai/)" |
| 4 | +version = "1.0.0" |
| 5 | +license = {file = "LICENSE"} |
| 6 | +# classifiers = [ |
| 7 | +# # For OS-independent nodes (works on all operating systems) |
| 8 | +# "Operating System :: OS Independent", |
| 9 | +# |
| 10 | +# # OR for OS-specific nodes, specify the supported systems: |
| 11 | +# "Operating System :: Microsoft :: Windows", # Windows specific |
| 12 | +# "Operating System :: POSIX :: Linux", # Linux specific |
| 13 | +# "Operating System :: MacOS", # macOS specific |
| 14 | +# |
| 15 | +# # GPU Accelerator support. Pick the ones that are supported by your extension. |
| 16 | +# "Environment :: GPU :: NVIDIA CUDA", # NVIDIA CUDA support |
| 17 | +# "Environment :: GPU :: AMD ROCm", # AMD ROCm support |
| 18 | +# "Environment :: GPU :: Intel Arc", # Intel Arc support |
| 19 | +# "Environment :: NPU :: Huawei Ascend", # Huawei Ascend support |
| 20 | +# "Environment :: GPU :: Apple Metal", # Apple Metal support |
| 21 | +# ] |
| 22 | + |
| 23 | + |
| 24 | +[project.urls] |
| 25 | +Repository = "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node" |
| 26 | +# Used by Comfy Registry https://registry.comfy.org |
| 27 | +Documentation = "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node/wiki" |
| 28 | +"Bug Tracker" = "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node/issues" |
| 29 | + |
| 30 | +[tool.comfy] |
| 31 | +PublisherId = "svntax" |
| 32 | +DisplayName = "ComfyUI-RetroDiffusion-API-Node" |
| 33 | +Icon = "" |
| 34 | +includes = [] |
| 35 | +# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility |
| 36 | + |
0 commit comments