gosign commited on
Commit
e62d4f0
·
verified ·
1 Parent(s): 60f7312

Upload flux1_dev_checkpoint_workflow_api.json

Browse files
workflows/flux1_dev_checkpoint_workflow_api.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "6": {
3
+ "inputs": {
4
+ "text": "A woman laughing joyfully, her hair slightly tousled, standing by a lake with the mountains in the background.",
5
+ "clip": [
6
+ "30",
7
+ 1
8
+ ]
9
+ },
10
+ "class_type": "CLIPTextEncode",
11
+ "_meta": {
12
+ "title": "CLIP Text Encode (Positive Prompt)"
13
+ }
14
+ },
15
+ "8": {
16
+ "inputs": {
17
+ "samples": [
18
+ "31",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "30",
23
+ 2
24
+ ]
25
+ },
26
+ "class_type": "VAEDecode",
27
+ "_meta": {
28
+ "title": "VAE Decode"
29
+ }
30
+ },
31
+ "9": {
32
+ "inputs": {
33
+ "filename_prefix": "ComfyUI",
34
+ "images": [
35
+ "8",
36
+ 0
37
+ ]
38
+ },
39
+ "class_type": "SaveImage",
40
+ "_meta": {
41
+ "title": "Save Image"
42
+ }
43
+ },
44
+ "27": {
45
+ "inputs": {
46
+ "width": 768,
47
+ "height": 768,
48
+ "batch_size": 1
49
+ },
50
+ "class_type": "EmptySD3LatentImage",
51
+ "_meta": {
52
+ "title": "EmptySD3LatentImage"
53
+ }
54
+ },
55
+ "30": {
56
+ "inputs": {
57
+ "ckpt_name": "flux1-dev-fp8.safetensors"
58
+ },
59
+ "class_type": "CheckpointLoaderSimple",
60
+ "_meta": {
61
+ "title": "Load Checkpoint"
62
+ }
63
+ },
64
+ "31": {
65
+ "inputs": {
66
+ "seed": 210754141718262,
67
+ "steps": 20,
68
+ "cfg": 1,
69
+ "sampler_name": "euler",
70
+ "scheduler": "simple",
71
+ "denoise": 1,
72
+ "model": [
73
+ "30",
74
+ 0
75
+ ],
76
+ "positive": [
77
+ "35",
78
+ 0
79
+ ],
80
+ "negative": [
81
+ "33",
82
+ 0
83
+ ],
84
+ "latent_image": [
85
+ "27",
86
+ 0
87
+ ]
88
+ },
89
+ "class_type": "KSampler",
90
+ "_meta": {
91
+ "title": "KSampler"
92
+ }
93
+ },
94
+ "33": {
95
+ "inputs": {
96
+ "text": "",
97
+ "clip": [
98
+ "30",
99
+ 1
100
+ ]
101
+ },
102
+ "class_type": "CLIPTextEncode",
103
+ "_meta": {
104
+ "title": "CLIP Text Encode (Negative Prompt)"
105
+ }
106
+ },
107
+ "35": {
108
+ "inputs": {
109
+ "guidance": 3.5,
110
+ "conditioning": [
111
+ "6",
112
+ 0
113
+ ]
114
+ },
115
+ "class_type": "FluxGuidance",
116
+ "_meta": {
117
+ "title": "FluxGuidance"
118
+ }
119
+ }
120
+ }