-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathnodes.yaml
70 lines (59 loc) · 1.96 KB
/
nodes.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
nodes:
# Core TensorRT nodes
comfyui-tensorrt:
name: "ComfyUI TensorRT"
url: "https://github.com/ryanontheinside/ComfyUI_TensorRT"
branch: "hs-fix"
type: "tensorrt"
comfyui-depthanything-tensorrt:
name: "ComfyUI DepthAnything TensorRT"
url: "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt"
type: "tensorrt"
# Ryan's nodes
comfyui-ryanontheinside:
name: "ComfyUI RyanOnTheInside"
url: "https://github.com/pschroedl/ComfyUI_RyanOnTheInside.git"
type: "utility"
dependencies:
- "scikit-image"
comfyui-misc-effects:
name: "ComfyUI Misc Effects"
url: "https://github.com/ryanontheinside/ComfyUI-Misc-Effects.git"
type: "effects"
comfyui-realtimenode:
name: "ComfyUI RealTimeNodes"
url: "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes.git"
type: "realtime"
dependencies:
- "opencv-python"
comfyui-florence2-vision:
name: "ComfyUI Florence2 Vision"
url: "https://github.com/ad-astra-video/ComfyUI-Florence2-Vision.git"
type: "vision"
comfyui-sam2-realtime:
name: "ComfyUI SAM2 Realtime"
branch: "main"
url: "https://github.com/pschroedl/ComfyUI-SAM2-Realtime.git"
type: "vision"
comfyui-load-image-url:
name: "ComfyUI Load Image from URL"
url: "https://github.com/tsogzark/ComfyUI-load-image-from-url.git"
type: "utility"
comfyui-torch-compile:
name: "ComfyUI Torch Compile"
url: "https://github.com/yondonfu/ComfyUI-Torch-Compile"
type: "optimization"
rgthree-comfy:
name: "rgthree Comfy"
url: "https://github.com/rgthree/rgthree-comfy.git"
type: "utility"
comfyui-background-edit:
name: "ComfyUI Background Edit"
url: "https://github.com/yondonfu/ComfyUI-Background-Edit"
type: "utility"
comfyui_controlnet_aux:
name: "ComfyUI ControlNet Auxiliary"
url: "https://github.com/Fannovel16/comfyui_controlnet_aux"
type: "utility"
dependencies:
- "mediapipe==0.10.8"