-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
34 lines (29 loc) · 859 Bytes
/
Copy pathrequirements.txt
File metadata and controls
34 lines (29 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ComfyUI-NunchakuFluxLoraStacker Requirements
# This node requires the nunchaku package to be installed
# Core dependencies (should be available in ComfyUI environment)
# folder_paths - ComfyUI built-in
# logging - Python standard library
# copy - Python standard library
# os - Python standard library
# External dependencies
nunchaku>=1.0.0
# Florence-2 captioning / VLM (nodes/florence2)
transformers>=4.39.0,!=4.50.*
matplotlib
timm
pillow>=10.2.0
peft
accelerate>=0.26.0
# CCSR upscaler (nodes/CCSR) — required at pack import time
# Without these, ComfyUI fails to load the entire custom node pack (see issue #5)
taming-transformers
omegaconf
einops
pytorch-lightning>=2.2.1
open-clip-torch>=2.23.0
# CCSR TensorRT upscaler stack (nodes/CCSR)
triton-windows==3.8.0.post28
tensorrt-rtx==1.6.1.120
onnx==1.22.0
onnxscript==0.7.1
polygraphy==0.53.4