Potential fix for node being flagged

This commit is contained in:
WhatDreamsCost
2026-05-21 12:07:40 -05:00
parent faa372880a
commit 7881164522
2 changed files with 13 additions and 1 deletions

View File

@@ -1,8 +1,15 @@
[project] [project]
name = "WhatDreamsCost-ComfyUI" name = "WhatDreamsCost-ComfyUI"
description = "A variety of custom ComfyUI nodes and workflows for creatives." description = "A variety of custom ComfyUI nodes and workflows for creatives."
version = "1.3.5" version = "1.3.6"
license = {file = "LICENSE"} license = {file = "LICENSE"}
dependencies = [
"numpy",
"pillow",
"av",
"torch",
"torchvision"
]
# classifiers = [ # classifiers = [
# # For OS-independent nodes (works on all operating systems) # # For OS-independent nodes (works on all operating systems)
# "Operating System :: OS Independent", # "Operating System :: OS Independent",

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
numpy
pillow
av
torch
torchvision