kadirnar commited on
Commit
3a90d9f
1 Parent(s): 54433b6

Upload 3d.json

Browse files
Files changed (1) hide show
  1. 3d.json +183 -0
3d.json ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 5,
3
+ "last_link_id": 9,
4
+ "nodes": [
5
+ {
6
+ "id": 4,
7
+ "type": "PreviewImage",
8
+ "pos": [
9
+ 739,
10
+ 468
11
+ ],
12
+ "size": [
13
+ 300.8001708984375,
14
+ 392.933349609375
15
+ ],
16
+ "flags": {},
17
+ "order": 2,
18
+ "mode": 0,
19
+ "inputs": [
20
+ {
21
+ "name": "images",
22
+ "type": "IMAGE",
23
+ "link": 5
24
+ }
25
+ ],
26
+ "properties": {
27
+ "Node name for S&R": "PreviewImage"
28
+ }
29
+ },
30
+ {
31
+ "id": 3,
32
+ "type": "DepthAnythingPreprocessor",
33
+ "pos": [
34
+ 746,
35
+ 327
36
+ ],
37
+ "size": {
38
+ "0": 315,
39
+ "1": 82
40
+ },
41
+ "flags": {},
42
+ "order": 1,
43
+ "mode": 0,
44
+ "inputs": [
45
+ {
46
+ "name": "image",
47
+ "type": "IMAGE",
48
+ "link": 1
49
+ }
50
+ ],
51
+ "outputs": [
52
+ {
53
+ "name": "IMAGE",
54
+ "type": "IMAGE",
55
+ "links": [
56
+ 5,
57
+ 8
58
+ ],
59
+ "shape": 3,
60
+ "slot_index": 0
61
+ }
62
+ ],
63
+ "properties": {
64
+ "Node name for S&R": "DepthAnythingPreprocessor"
65
+ },
66
+ "widgets_values": [
67
+ "depth_anything_vitl14.pth",
68
+ 1024
69
+ ]
70
+ },
71
+ {
72
+ "id": 5,
73
+ "type": "DepthViewer",
74
+ "pos": [
75
+ 1091,
76
+ 344
77
+ ],
78
+ "size": [
79
+ 600,
80
+ 500
81
+ ],
82
+ "flags": {},
83
+ "order": 3,
84
+ "mode": 0,
85
+ "inputs": [
86
+ {
87
+ "name": "reference_image",
88
+ "type": "IMAGE",
89
+ "link": 9
90
+ },
91
+ {
92
+ "name": "depth_map",
93
+ "type": "IMAGE",
94
+ "link": 8
95
+ }
96
+ ],
97
+ "properties": {
98
+ "Node name for S&R": "DepthViewer"
99
+ },
100
+ "widgets_values": [
101
+ null
102
+ ]
103
+ },
104
+ {
105
+ "id": 1,
106
+ "type": "LoadImage",
107
+ "pos": [
108
+ 166,
109
+ 308
110
+ ],
111
+ "size": [
112
+ 534.8001098632812,
113
+ 548.0667114257812
114
+ ],
115
+ "flags": {},
116
+ "order": 0,
117
+ "mode": 0,
118
+ "outputs": [
119
+ {
120
+ "name": "IMAGE",
121
+ "type": "IMAGE",
122
+ "links": [
123
+ 1,
124
+ 9
125
+ ],
126
+ "shape": 3,
127
+ "slot_index": 0
128
+ },
129
+ {
130
+ "name": "MASK",
131
+ "type": "MASK",
132
+ "links": null,
133
+ "shape": 3
134
+ }
135
+ ],
136
+ "properties": {
137
+ "Node name for S&R": "LoadImage"
138
+ },
139
+ "widgets_values": [
140
+ "hf-logo (1).png",
141
+ "image"
142
+ ]
143
+ }
144
+ ],
145
+ "links": [
146
+ [
147
+ 1,
148
+ 1,
149
+ 0,
150
+ 3,
151
+ 0,
152
+ "IMAGE"
153
+ ],
154
+ [
155
+ 5,
156
+ 3,
157
+ 0,
158
+ 4,
159
+ 0,
160
+ "IMAGE"
161
+ ],
162
+ [
163
+ 8,
164
+ 3,
165
+ 0,
166
+ 5,
167
+ 1,
168
+ "IMAGE"
169
+ ],
170
+ [
171
+ 9,
172
+ 1,
173
+ 0,
174
+ 5,
175
+ 0,
176
+ "IMAGE"
177
+ ]
178
+ ],
179
+ "groups": [],
180
+ "config": {},
181
+ "extra": {},
182
+ "version": 0.4
183
+ }