Skip to content

Commit 9f1bec6

Browse files
committed
update workflow position
1 parent 8a0f4a7 commit 9f1bec6

27 files changed

+3576
-2102
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Adjust settings for your use case:
2222
- Verify all configurations
2323
- Execute workflow for automated processing
2424
- View results at the specified output path
25-
- [API Loading and Execution](deploy.md)
25+
- [Production Environment Deployment](https://github.com/nndeploy/nndeploy/blob/main/docs/zh_cn/quick_start/deploy.md)
2626

2727

2828
## Complete List

api_aigc/API_AIGC_OpenAI_Text_2_Image.json

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@
5454
"inputs_": [
5555
{
5656
"desc_": "input_0",
57-
"type_": "str",
58-
"name_": "InputStr_2@output_0"
57+
"name_": "InputStr_2@output_0",
58+
"type_": "str"
5959
}
6060
],
6161
"is_dynamic_output_": false,
6262
"outputs_": [
6363
{
6464
"desc_": "output_0",
65-
"type_": "ndarray",
66-
"name_": "OpenAIImageNode_1@output_0"
65+
"name_": "OpenAIImageNode_1@output_0",
66+
"type_": "ndarray"
6767
}
6868
],
6969
"node_type_": "Intermediate",
@@ -93,8 +93,8 @@
9393
"outputs_": [
9494
{
9595
"desc_": "output_0",
96-
"type_": "str",
97-
"name_": "InputStr_2@output_0"
96+
"name_": "InputStr_2@output_0",
97+
"type_": "str"
9898
}
9999
],
100100
"node_type_": "Input",
@@ -122,8 +122,8 @@
122122
"inputs_": [
123123
{
124124
"desc_": "input_0",
125-
"type_": "ndarray",
126-
"name_": "OpenAIImageNode_1@output_0"
125+
"name_": "OpenAIImageNode_1@output_0",
126+
"type_": "ndarray"
127127
}
128128
],
129129
"is_dynamic_output_": false,
@@ -141,16 +141,37 @@
141141
"nndeploy_ui_layout": {
142142
"layout": {
143143
"OpenAIImageNode_1": {
144-
"x": -15.022674560546875,
145-
"y": -99.69692993164062
144+
"position": {
145+
"x": 400,
146+
"y": 23.80000000000001
147+
},
148+
"size": {
149+
"width": 200,
150+
"height": 80
151+
},
152+
"expanded": true
146153
},
147154
"InputStr_2": {
148-
"x": -331.0226745605469,
149-
"y": -98.69692993164062
155+
"position": {
156+
"x": 100,
157+
"y": 0
158+
},
159+
"size": {
160+
"width": 200,
161+
"height": 80
162+
},
163+
"expanded": true
150164
},
151165
"OpenCvImageEncode_3": {
152-
"x": 253.97732543945312,
153-
"y": -102.69692993164062
166+
"position": {
167+
"x": 700,
168+
"y": 20.799999999999955
169+
},
170+
"size": {
171+
"width": 200,
172+
"height": 80
173+
},
174+
"expanded": true
154175
}
155176
},
156177
"groups": []

api_llm/API_LLM_Chat.json

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353
"is_dynamic_input_": false,
5454
"inputs_": [
5555
{
56-
"type_": "str",
5756
"desc_": "input_0",
58-
"name_": "InputStr_2@output_0"
57+
"name_": "InputStr_2@output_0",
58+
"type_": "str"
5959
}
6060
],
6161
"is_dynamic_output_": false,
6262
"outputs_": [
6363
{
64-
"type_": "str",
6564
"desc_": "output_0",
66-
"name_": "LLMChatNode_1@output_0"
65+
"name_": "LLMChatNode_1@output_0",
66+
"type_": "str"
6767
}
6868
],
6969
"node_type_": "Intermediate",
@@ -112,9 +112,9 @@
112112
"is_dynamic_output_": false,
113113
"outputs_": [
114114
{
115-
"type_": "str",
116115
"desc_": "output_0",
117-
"name_": "InputStr_2@output_0"
116+
"name_": "InputStr_2@output_0",
117+
"type_": "str"
118118
}
119119
],
120120
"node_type_": "Input",
@@ -139,9 +139,9 @@
139139
"is_dynamic_input_": false,
140140
"inputs_": [
141141
{
142-
"type_": "str",
143142
"desc_": "input_0",
144-
"name_": "LLMChatNode_1@output_0"
143+
"name_": "LLMChatNode_1@output_0",
144+
"type_": "str"
145145
}
146146
],
147147
"is_dynamic_output_": false,
@@ -167,16 +167,37 @@
167167
"nndeploy_ui_layout": {
168168
"layout": {
169169
"LLMChatNode_1": {
170-
"x": -161.02267456054688,
171-
"y": -141.79067993164062
170+
"position": {
171+
"x": 400,
172+
"y": 23.80000000000001
173+
},
174+
"size": {
175+
"width": 200,
176+
"height": 80
177+
},
178+
"expanded": true
172179
},
173180
"InputStr_2": {
174-
"x": -429.0226745605469,
175-
"y": -144.79067993164062
181+
"position": {
182+
"x": 100,
183+
"y": 0
184+
},
185+
"size": {
186+
"width": 200,
187+
"height": 80
188+
},
189+
"expanded": true
176190
},
177191
"ConsolePrintNode_3": {
178-
"x": 106.97732543945312,
179-
"y": -141.79067993164062
192+
"position": {
193+
"x": 700,
194+
"y": 20.799999999999955
195+
},
196+
"size": {
197+
"width": 200,
198+
"height": 80
199+
},
200+
"expanded": true
180201
}
181202
},
182203
"groups": []

0 commit comments

Comments
 (0)