salmonrk commited on
Commit
f83920d
·
verified ·
1 Parent(s): b75ad93

Upload EP1_n8n_Flux.json

Browse files
Files changed (1) hide show
  1. EP1_n8n_Flux.json +130 -0
EP1_n8n_Flux.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "EP1-n8n-Flux",
3
+ "nodes": [
4
+ {
5
+ "parameters": {},
6
+ "type": "n8n-nodes-base.manualTrigger",
7
+ "typeVersion": 1,
8
+ "position": [
9
+ -220,
10
+ -20
11
+ ],
12
+ "id": "284287df-9f59-4f00-bf2b-ae7f9b1a74ad",
13
+ "name": "When clicking ‘Execute workflow’"
14
+ },
15
+ {
16
+ "parameters": {
17
+ "fileSelector": "E:/AI_ART/n8n-server/Prompt.txt",
18
+ "options": {}
19
+ },
20
+ "type": "n8n-nodes-base.readWriteFile",
21
+ "typeVersion": 1,
22
+ "position": [
23
+ 0,
24
+ -20
25
+ ],
26
+ "id": "1a54542a-e499-45ea-a00a-5b1d4b846f28",
27
+ "name": "Read/Write Files from Disk"
28
+ },
29
+ {
30
+ "parameters": {
31
+ "operation": "text",
32
+ "options": {}
33
+ },
34
+ "type": "n8n-nodes-base.extractFromFile",
35
+ "typeVersion": 1,
36
+ "position": [
37
+ 220,
38
+ -20
39
+ ],
40
+ "id": "ce8b0778-9435-4018-84a4-9124a6e62563",
41
+ "name": "Extract from File"
42
+ },
43
+ {
44
+ "parameters": {
45
+ "url": "=https://image.pollinations.ai/prompt/{{ $json.data }}",
46
+ "options": {}
47
+ },
48
+ "type": "n8n-nodes-base.httpRequest",
49
+ "typeVersion": 4.2,
50
+ "position": [
51
+ 380,
52
+ -20
53
+ ],
54
+ "id": "f3464f54-0b01-4d19-8fea-62b4c4a91acc",
55
+ "name": "HTTP Request"
56
+ },
57
+ {
58
+ "parameters": {
59
+ "operation": "write",
60
+ "fileName": "=E:/AI_ART/n8n-server/generated_image_{{ new Date().getTime() }}.jpg",
61
+ "options": {}
62
+ },
63
+ "type": "n8n-nodes-base.readWriteFile",
64
+ "typeVersion": 1,
65
+ "position": [
66
+ 550,
67
+ -20
68
+ ],
69
+ "id": "2be5db79-4274-4067-9d3b-797e29110d5d",
70
+ "name": "Read/Write Files from Disk1"
71
+ }
72
+ ],
73
+ "pinData": {},
74
+ "connections": {
75
+ "When clicking ‘Execute workflow’": {
76
+ "main": [
77
+ [
78
+ {
79
+ "node": "Read/Write Files from Disk",
80
+ "type": "main",
81
+ "index": 0
82
+ }
83
+ ]
84
+ ]
85
+ },
86
+ "Read/Write Files from Disk": {
87
+ "main": [
88
+ [
89
+ {
90
+ "node": "Extract from File",
91
+ "type": "main",
92
+ "index": 0
93
+ }
94
+ ]
95
+ ]
96
+ },
97
+ "Extract from File": {
98
+ "main": [
99
+ [
100
+ {
101
+ "node": "HTTP Request",
102
+ "type": "main",
103
+ "index": 0
104
+ }
105
+ ]
106
+ ]
107
+ },
108
+ "HTTP Request": {
109
+ "main": [
110
+ [
111
+ {
112
+ "node": "Read/Write Files from Disk1",
113
+ "type": "main",
114
+ "index": 0
115
+ }
116
+ ]
117
+ ]
118
+ }
119
+ },
120
+ "active": false,
121
+ "settings": {
122
+ "executionOrder": "v1"
123
+ },
124
+ "versionId": "3ad2a2e1-a645-4989-addb-a50c0255c651",
125
+ "meta": {
126
+ "instanceId": "52186cf1b8efe42bc5d27bbce9c2dedc42f74757c6fd390a78301306ccc29052"
127
+ },
128
+ "id": "rhunnpVvWkkjsRq1",
129
+ "tags": []
130
+ }