From 788116452279f2a474b9fc370dcc7741ae32de97 Mon Sep 17 00:00:00 2001 From: WhatDreamsCost Date: Thu, 21 May 2026 12:07:40 -0500 Subject: [PATCH] Potential fix for node being flagged --- pyproject.toml | 9 ++++++++- requirements.txt | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/pyproject.toml b/pyproject.toml index 1d7dd8d..42d9a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,15 @@ [project] name = "WhatDreamsCost-ComfyUI" description = "A variety of custom ComfyUI nodes and workflows for creatives." -version = "1.3.5" +version = "1.3.6" license = {file = "LICENSE"} +dependencies = [ + "numpy", + "pillow", + "av", + "torch", + "torchvision" +] # classifiers = [ # # For OS-independent nodes (works on all operating systems) # "Operating System :: OS Independent", diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..db5b0c6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +numpy +pillow +av +torch +torchvision