diagonalge commited on
Commit
713c3ba
·
verified ·
1 Parent(s): f4fb272

Upload 3 files

Browse files
Files changed (3) hide show
  1. lora_flux.json +219 -0
  2. lora_sdxl.json +139 -0
  3. lora_sdxl_diffusers.json +140 -0
lora_flux.json ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Prompt": {
3
+ "inputs": {
4
+ "text": "{{prompt}}",
5
+ "clip": [
6
+ "11",
7
+ 0
8
+ ]
9
+ },
10
+ "class_type": "CLIPTextEncode",
11
+ "_meta": {
12
+ "title": "CLIP Text Encode (Prompt)"
13
+ }
14
+ },
15
+ "8": {
16
+ "inputs": {
17
+ "samples": [
18
+ "13",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "10",
23
+ 0
24
+ ]
25
+ },
26
+ "class_type": "VAEDecode",
27
+ "_meta": {
28
+ "title": "VAE Decode"
29
+ }
30
+ },
31
+ "10": {
32
+ "inputs": {
33
+ "vae_name": "ae.safetensors"
34
+ },
35
+ "class_type": "VAELoader",
36
+ "_meta": {
37
+ "title": "Load VAE"
38
+ }
39
+ },
40
+ "11": {
41
+ "inputs": {
42
+ "clip_name1": "t5xxl_fp16.safetensors",
43
+ "clip_name2": "clip_l.safetensors",
44
+ "type": "flux",
45
+ "device": "default"
46
+ },
47
+ "class_type": "DualCLIPLoader",
48
+ "_meta": {
49
+ "title": "DualCLIPLoader"
50
+ }
51
+ },
52
+ "Checkpoint_loader": {
53
+ "inputs": {
54
+ "unet_name": "{{ckpt_name}}",
55
+ "weight_dtype": "default"
56
+ },
57
+ "class_type": "UNETLoader",
58
+ "_meta": {
59
+ "title": "Load Diffusion Model"
60
+ }
61
+ },
62
+ "13": {
63
+ "inputs": {
64
+ "noise": [
65
+ "25",
66
+ 0
67
+ ],
68
+ "guider": [
69
+ "22",
70
+ 0
71
+ ],
72
+ "sampler": [
73
+ "16",
74
+ 0
75
+ ],
76
+ "sigmas": [
77
+ "Sampler",
78
+ 0
79
+ ],
80
+ "latent_image": [
81
+ "91",
82
+ 0
83
+ ]
84
+ },
85
+ "class_type": "SamplerCustomAdvanced",
86
+ "_meta": {
87
+ "title": "SamplerCustomAdvanced"
88
+ }
89
+ },
90
+ "16": {
91
+ "inputs": {
92
+ "sampler_name": "dpmpp_2m"
93
+ },
94
+ "class_type": "KSamplerSelect",
95
+ "_meta": {
96
+ "title": "KSamplerSelect"
97
+ }
98
+ },
99
+ "Sampler": {
100
+ "inputs": {
101
+ "scheduler": "sgm_uniform",
102
+ "steps": "{{steps}}",
103
+ "denoise": "{{denoise}}",
104
+ "model": [
105
+ "61",
106
+ 0
107
+ ]
108
+ },
109
+ "class_type": "BasicScheduler",
110
+ "_meta": {
111
+ "title": "BasicScheduler"
112
+ }
113
+ },
114
+ "22": {
115
+ "inputs": {
116
+ "model": [
117
+ "61",
118
+ 0
119
+ ],
120
+ "conditioning": [
121
+ "CFG",
122
+ 0
123
+ ]
124
+ },
125
+ "class_type": "BasicGuider",
126
+ "_meta": {
127
+ "title": "BasicGuider"
128
+ }
129
+ },
130
+ "25": {
131
+ "inputs": {
132
+ "noise_seed": 18006742449132
133
+ },
134
+ "class_type": "RandomNoise",
135
+ "_meta": {
136
+ "title": "RandomNoise"
137
+ }
138
+ },
139
+ "CFG": {
140
+ "inputs": {
141
+ "guidance": 100,
142
+ "conditioning": [
143
+ "Prompt",
144
+ 0
145
+ ]
146
+ },
147
+ "class_type": "FluxGuidance",
148
+ "_meta": {
149
+ "title": "FluxGuidance"
150
+ }
151
+ },
152
+ "61": {
153
+ "inputs": {
154
+ "max_shift": 1.15,
155
+ "base_shift": 0.5,
156
+ "width": 1024,
157
+ "height": 1024,
158
+ "model": [
159
+ "Lora_loader",
160
+ 0
161
+ ]
162
+ },
163
+ "class_type": "ModelSamplingFlux",
164
+ "_meta": {
165
+ "title": "ModelSamplingFlux"
166
+ }
167
+ },
168
+ "Lora_loader": {
169
+ "inputs": {
170
+ "lora_name": "{{lora_name}}",
171
+ "strength_model": 1,
172
+ "model": [
173
+ "Checkpoint_loader",
174
+ 0
175
+ ]
176
+ },
177
+ "class_type": "LoraLoaderModelOnly",
178
+ "_meta": {
179
+ "title": "LoraLoaderModelOnly"
180
+ }
181
+ },
182
+ "91": {
183
+ "inputs": {
184
+ "pixels": [
185
+ "Image_loader",
186
+ 0
187
+ ],
188
+ "vae": [
189
+ "10",
190
+ 0
191
+ ]
192
+ },
193
+ "class_type": "VAEEncode",
194
+ "_meta": {
195
+ "title": "VAE Encode"
196
+ }
197
+ },
198
+ "92": {
199
+ "inputs": {
200
+ "images": [
201
+ "8",
202
+ 0
203
+ ]
204
+ },
205
+ "class_type": "PreviewImage",
206
+ "_meta": {
207
+ "title": "Preview Image"
208
+ }
209
+ },
210
+ "Image_loader": {
211
+ "inputs": {
212
+ "image": ""
213
+ },
214
+ "class_type": "ETN_LoadImageBase64",
215
+ "_meta": {
216
+ "title": "Load Image (Base64)"
217
+ }
218
+ }
219
+ }
lora_sdxl.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Checkpoint_loader": {
3
+ "inputs": {
4
+ "ckpt_name": "{{ckpt_name}}"
5
+ },
6
+ "class_type": "CheckpointLoaderSimple",
7
+ "_meta": {
8
+ "title": "Load Checkpoint"
9
+ }
10
+ },
11
+ "Sampler": {
12
+ "inputs": {
13
+ "seed": 908820999791964,
14
+ "steps": "{{steps}}",
15
+ "cfg": "{{cfg}}",
16
+ "sampler_name": "dpmpp_sde_gpu",
17
+ "scheduler": "karras",
18
+ "denoise": "{{denoise}}",
19
+ "model": [
20
+ "Lora_loader",
21
+ 0
22
+ ],
23
+ "positive": [
24
+ "Prompt",
25
+ 0
26
+ ],
27
+ "negative": [
28
+ "32",
29
+ 0
30
+ ],
31
+ "latent_image": [
32
+ "34",
33
+ 0
34
+ ]
35
+ },
36
+ "class_type": "KSampler",
37
+ "_meta": {
38
+ "title": "KSampler"
39
+ }
40
+ },
41
+ "Prompt": {
42
+ "inputs": {
43
+ "text": "{{prompt}}",
44
+ "clip": [
45
+ "Lora_loader",
46
+ 1
47
+ ]
48
+ },
49
+ "class_type": "CLIPTextEncode",
50
+ "_meta": {
51
+ "title": "CLIP Text Encode (Prompt)"
52
+ }
53
+ },
54
+ "11": {
55
+ "inputs": {
56
+ "samples": [
57
+ "Sampler",
58
+ 0
59
+ ],
60
+ "vae": [
61
+ "Checkpoint_loader",
62
+ 2
63
+ ]
64
+ },
65
+ "class_type": "VAEDecode",
66
+ "_meta": {
67
+ "title": "VAE Decode"
68
+ }
69
+ },
70
+ "31": {
71
+ "inputs": {
72
+ "images": [
73
+ "11",
74
+ 0
75
+ ]
76
+ },
77
+ "class_type": "PreviewImage",
78
+ "_meta": {
79
+ "title": "Preview Image"
80
+ }
81
+ },
82
+ "32": {
83
+ "inputs": {
84
+ "text": "",
85
+ "clip": [
86
+ "Lora_loader",
87
+ 1
88
+ ]
89
+ },
90
+ "class_type": "CLIPTextEncode",
91
+ "_meta": {
92
+ "title": "CLIP Text Encode (Prompt)"
93
+ }
94
+ },
95
+ "Image_loader": {
96
+ "inputs": {
97
+ "image": ""
98
+ },
99
+ "class_type": "ETN_LoadImageBase64",
100
+ "_meta": {
101
+ "title": "Load Image (Base64)"
102
+ }
103
+ },
104
+ "34": {
105
+ "inputs": {
106
+ "pixels": [
107
+ "Image_loader",
108
+ 0
109
+ ],
110
+ "vae": [
111
+ "Checkpoint_loader",
112
+ 2
113
+ ]
114
+ },
115
+ "class_type": "VAEEncode",
116
+ "_meta": {
117
+ "title": "VAE Encode"
118
+ }
119
+ },
120
+ "Lora_loader": {
121
+ "inputs": {
122
+ "lora_name": "",
123
+ "strength_model": 1,
124
+ "strength_clip": 1,
125
+ "model": [
126
+ "Checkpoint_loader",
127
+ 0
128
+ ],
129
+ "clip": [
130
+ "Checkpoint_loader",
131
+ 1
132
+ ]
133
+ },
134
+ "class_type": "LoraLoader",
135
+ "_meta": {
136
+ "title": "Load LoRA"
137
+ }
138
+ }
139
+ }
lora_sdxl_diffusers.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Checkpoint_loader": {
3
+ "inputs": {
4
+ "model_path": "{{model_path}}"
5
+ },
6
+ "class_type": "DiffusersLoader",
7
+ "_meta": {
8
+ "title": "DiffusersLoader"
9
+ }
10
+ },
11
+ "Sampler": {
12
+ "inputs": {
13
+ "seed": 908820999791964,
14
+ "steps": "{{steps}}",
15
+ "cfg": "{{cfg}}",
16
+ "sampler_name": "dpmpp_sde_gpu",
17
+ "scheduler": "karras",
18
+ "denoise": "{{denoise}}",
19
+ "model": [
20
+ "Lora_loader",
21
+ 0
22
+ ],
23
+ "positive": [
24
+ "Prompt",
25
+ 0
26
+ ],
27
+ "negative": [
28
+ "32",
29
+ 0
30
+ ],
31
+ "latent_image": [
32
+ "34",
33
+ 0
34
+ ]
35
+ },
36
+ "class_type": "KSampler",
37
+ "_meta": {
38
+ "title": "KSampler"
39
+ }
40
+ },
41
+ "Prompt": {
42
+ "inputs": {
43
+ "text": "{{prompt}}",
44
+ "clip": [
45
+ "Lora_loader",
46
+ 1
47
+ ]
48
+ },
49
+ "class_type": "CLIPTextEncode",
50
+ "_meta": {
51
+ "title": "CLIP Text Encode (Prompt)"
52
+ }
53
+ },
54
+ "11": {
55
+ "inputs": {
56
+ "samples": [
57
+ "Sampler",
58
+ 0
59
+ ],
60
+ "vae": [
61
+ "Checkpoint_loader",
62
+ 2
63
+ ]
64
+ },
65
+ "class_type": "VAEDecode",
66
+ "_meta": {
67
+ "title": "VAE Decode"
68
+ }
69
+ },
70
+ "31": {
71
+ "inputs": {
72
+ "images": [
73
+ "11",
74
+ 0
75
+ ]
76
+ },
77
+ "class_type": "PreviewImage",
78
+ "_meta": {
79
+ "title": "Preview Image"
80
+ }
81
+ },
82
+ "32": {
83
+ "inputs": {
84
+ "text": "",
85
+ "clip": [
86
+ "Lora_loader",
87
+ 1
88
+ ]
89
+ },
90
+ "class_type": "CLIPTextEncode",
91
+ "_meta": {
92
+ "title": "CLIP Text Encode (Prompt)"
93
+ }
94
+ },
95
+ "Image_loader": {
96
+ "inputs": {
97
+ "image": ""
98
+ },
99
+ "class_type": "ETN_LoadImageBase64",
100
+ "_meta": {
101
+ "title": "Load Image (Base64)"
102
+ }
103
+ },
104
+ "34": {
105
+ "inputs": {
106
+ "pixels": [
107
+ "Image_loader",
108
+ 0
109
+ ],
110
+ "vae": [
111
+ "Checkpoint_loader",
112
+ 2
113
+ ]
114
+ },
115
+ "class_type": "VAEEncode",
116
+ "_meta": {
117
+ "title": "VAE Encode"
118
+ }
119
+ },
120
+ "Lora_loader": {
121
+ "inputs": {
122
+ "lora_name": "",
123
+ "strength_model": 1,
124
+ "strength_clip": 1,
125
+ "model": [
126
+ "Checkpoint_loader",
127
+ 0
128
+ ],
129
+ "clip": [
130
+ "Checkpoint_loader",
131
+ 1
132
+ ]
133
+ },
134
+ "class_type": "LoraLoader",
135
+ "_meta": {
136
+ "title": "Load LoRA"
137
+ }
138
+ }
139
+ }
140
+