Skip to content

Commit ee8fa8f

Browse files
authored
chore(pyproject): Add pyproject.toml for Custom Node Registry (#18)
Co-authored-by: async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE("Missing env.GIT_USERNAME") <async () = process.env.GIT_USEREMAIL || (await ghUser()).email && (await ghUser()).email || DIE("Missing env.GIT_USEREMAIL")>
1 parent ead7c80 commit ee8fa8f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pyproject.toml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[project]
2+
name = "wanmoeksampler"
3+
description = "These nodes are made to support 'Mixture of Expert' Flow models with the architecture of Wan2.2 A14B (With a high noise expert and low noise expert). Instead of guessing the denoising step at which to swap from tyhe high noise model to the low noise model, this node automatically chanage to the low noise model when we reach the diffusion timestep at which the signal to noise ratio is supposed to be 1:1."
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/stduhpf/ComfyUI-WanMoeKSampler"
26+
# Used by Comfy Registry https://registry.comfy.org
27+
Documentation = "https://github.com/stduhpf/ComfyUI-WanMoeKSampler/wiki"
28+
"Bug Tracker" = "https://github.com/stduhpf/ComfyUI-WanMoeKSampler/issues"
29+
30+
[tool.comfy]
31+
PublisherId = ""
32+
DisplayName = "ComfyUI-WanMoeKSampler"
33+
Icon = ""
34+
includes = []
35+
# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility
36+

0 commit comments

Comments
 (0)