Implement Perp-Neg

This commit is contained in:
Hari
2023-12-16 00:28:16 +05:30
parent a5056cfb1f
commit 574363a8a6
3 changed files with 61 additions and 1 deletions

View File

@@ -1868,6 +1868,7 @@ def init_custom_nodes():
"nodes_images.py",
"nodes_video_model.py",
"nodes_sag.py",
"nodes_perpneg.py",
]
for node_file in extras_files: