Potential fix for node being flagged
This commit is contained in:
@@ -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
5
requirements.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
numpy
|
||||||
|
pillow
|
||||||
|
av
|
||||||
|
torch
|
||||||
|
torchvision
|
||||||
Reference in New Issue
Block a user