Diffusers
Anzhc commited on
Commit
75a7233
·
verified ·
1 Parent(s): 6b97cde

Upload 2 files

Browse files
Files changed (2) hide show
  1. Mugen Basic.json +458 -0
  2. Training Config Example.zip +3 -0
Mugen Basic.json ADDED
@@ -0,0 +1,458 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "a4a1f988-221c-41e4-aaf1-674cec119bc1",
3
+ "revision": 0,
4
+ "last_node_id": 15,
5
+ "last_link_id": 16,
6
+ "nodes": [
7
+ {
8
+ "id": 6,
9
+ "type": "VAEDecodeTiled",
10
+ "pos": [
11
+ 900,
12
+ 240
13
+ ],
14
+ "size": [
15
+ 220,
16
+ 160
17
+ ],
18
+ "flags": {},
19
+ "order": 6,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "samples",
24
+ "type": "LATENT",
25
+ "link": 2
26
+ },
27
+ {
28
+ "name": "vae",
29
+ "type": "VAE",
30
+ "link": 15
31
+ }
32
+ ],
33
+ "outputs": [
34
+ {
35
+ "name": "IMAGE",
36
+ "type": "IMAGE",
37
+ "slot_index": 0,
38
+ "links": [
39
+ 8
40
+ ]
41
+ }
42
+ ],
43
+ "properties": {
44
+ "cnr_id": "comfy-core",
45
+ "ver": "0.3.26",
46
+ "Node name for S&R": "VAEDecodeTiled"
47
+ },
48
+ "widgets_values": [
49
+ 512,
50
+ 64,
51
+ 64,
52
+ 8
53
+ ],
54
+ "shape": 1
55
+ },
56
+ {
57
+ "id": 11,
58
+ "type": "PreviewImage",
59
+ "pos": [
60
+ 1130,
61
+ 240
62
+ ],
63
+ "size": [
64
+ 460,
65
+ 700
66
+ ],
67
+ "flags": {},
68
+ "order": 7,
69
+ "mode": 0,
70
+ "inputs": [
71
+ {
72
+ "name": "images",
73
+ "type": "IMAGE",
74
+ "link": 8
75
+ }
76
+ ],
77
+ "outputs": [],
78
+ "title": "Image Preview",
79
+ "properties": {
80
+ "cnr_id": "comfy-core",
81
+ "ver": "0.3.26",
82
+ "Node name for S&R": "Tuned"
83
+ },
84
+ "widgets_values": [],
85
+ "color": "#223",
86
+ "bgcolor": "#335",
87
+ "shape": 1
88
+ },
89
+ {
90
+ "id": 10,
91
+ "type": "CLIPTextEncode",
92
+ "pos": [
93
+ 10,
94
+ 380
95
+ ],
96
+ "size": [
97
+ 410,
98
+ 120
99
+ ],
100
+ "flags": {},
101
+ "order": 3,
102
+ "mode": 0,
103
+ "inputs": [
104
+ {
105
+ "name": "clip",
106
+ "type": "CLIP",
107
+ "link": 5
108
+ }
109
+ ],
110
+ "outputs": [
111
+ {
112
+ "name": "CONDITIONING",
113
+ "type": "CONDITIONING",
114
+ "slot_index": 0,
115
+ "links": [
116
+ 10
117
+ ]
118
+ }
119
+ ],
120
+ "properties": {
121
+ "cnr_id": "comfy-core",
122
+ "ver": "0.3.26",
123
+ "Node name for S&R": "CLIPTextEncode"
124
+ },
125
+ "widgets_values": [
126
+ "masterpiece, best quality, 1girl, upper body"
127
+ ],
128
+ "shape": 1
129
+ },
130
+ {
131
+ "id": 2,
132
+ "type": "ModelSamplingSD3",
133
+ "pos": [
134
+ 430,
135
+ 240
136
+ ],
137
+ "size": [
138
+ 210,
139
+ 58
140
+ ],
141
+ "flags": {},
142
+ "order": 2,
143
+ "mode": 0,
144
+ "inputs": [
145
+ {
146
+ "name": "model",
147
+ "type": "MODEL",
148
+ "link": 12
149
+ }
150
+ ],
151
+ "outputs": [
152
+ {
153
+ "name": "MODEL",
154
+ "type": "MODEL",
155
+ "links": [
156
+ 13
157
+ ]
158
+ }
159
+ ],
160
+ "properties": {
161
+ "cnr_id": "comfy-core",
162
+ "ver": "0.3.51",
163
+ "Node name for S&R": "ModelSamplingSD3"
164
+ },
165
+ "widgets_values": [
166
+ 12
167
+ ],
168
+ "shape": 1
169
+ },
170
+ {
171
+ "id": 15,
172
+ "type": "EmptyLatentImage",
173
+ "pos": [
174
+ 430,
175
+ 340
176
+ ],
177
+ "size": [
178
+ 210,
179
+ 106
180
+ ],
181
+ "flags": {},
182
+ "order": 0,
183
+ "mode": 0,
184
+ "inputs": [],
185
+ "outputs": [
186
+ {
187
+ "name": "LATENT",
188
+ "type": "LATENT",
189
+ "links": [
190
+ 16
191
+ ]
192
+ }
193
+ ],
194
+ "properties": {
195
+ "cnr_id": "comfy-core",
196
+ "ver": "0.14.1",
197
+ "Node name for S&R": "EmptyLatentImage"
198
+ },
199
+ "widgets_values": [
200
+ 832,
201
+ 1216,
202
+ 1
203
+ ]
204
+ },
205
+ {
206
+ "id": 1,
207
+ "type": "CheckpointLoaderSimple",
208
+ "pos": [
209
+ 10,
210
+ 240
211
+ ],
212
+ "size": [
213
+ 410,
214
+ 98
215
+ ],
216
+ "flags": {},
217
+ "order": 1,
218
+ "mode": 0,
219
+ "inputs": [],
220
+ "outputs": [
221
+ {
222
+ "name": "MODEL",
223
+ "type": "MODEL",
224
+ "links": [
225
+ 12
226
+ ]
227
+ },
228
+ {
229
+ "name": "CLIP",
230
+ "type": "CLIP",
231
+ "links": [
232
+ 5,
233
+ 6
234
+ ]
235
+ },
236
+ {
237
+ "name": "VAE",
238
+ "type": "VAE",
239
+ "links": [
240
+ 15
241
+ ]
242
+ }
243
+ ],
244
+ "properties": {
245
+ "cnr_id": "comfy-core",
246
+ "ver": "0.3.51",
247
+ "Node name for S&R": "CheckpointLoaderSimple"
248
+ },
249
+ "widgets_values": [
250
+ "Mugen - Aesthetic - Anzhc.safetensors"
251
+ ],
252
+ "shape": 1
253
+ },
254
+ {
255
+ "id": 9,
256
+ "type": "CLIPTextEncode",
257
+ "pos": [
258
+ 10,
259
+ 540
260
+ ],
261
+ "size": [
262
+ 410,
263
+ 110
264
+ ],
265
+ "flags": {},
266
+ "order": 4,
267
+ "mode": 0,
268
+ "inputs": [
269
+ {
270
+ "name": "clip",
271
+ "type": "CLIP",
272
+ "link": 6
273
+ }
274
+ ],
275
+ "outputs": [
276
+ {
277
+ "name": "CONDITIONING",
278
+ "type": "CONDITIONING",
279
+ "slot_index": 0,
280
+ "links": [
281
+ 11
282
+ ]
283
+ }
284
+ ],
285
+ "properties": {
286
+ "cnr_id": "comfy-core",
287
+ "ver": "0.3.26",
288
+ "Node name for S&R": "CLIPTextEncode"
289
+ },
290
+ "widgets_values": [
291
+ "(worst quality:1.1), normal quality, (bad anatomy:1.1), (blurry:1.1), watermark, sepia, (adversarial noise:1.1), jpeg artifacts"
292
+ ],
293
+ "shape": 1
294
+ },
295
+ {
296
+ "id": 3,
297
+ "type": "KSampler",
298
+ "pos": [
299
+ 650,
300
+ 240
301
+ ],
302
+ "size": [
303
+ 240,
304
+ 474
305
+ ],
306
+ "flags": {},
307
+ "order": 5,
308
+ "mode": 0,
309
+ "inputs": [
310
+ {
311
+ "name": "model",
312
+ "type": "MODEL",
313
+ "link": 13
314
+ },
315
+ {
316
+ "name": "positive",
317
+ "type": "CONDITIONING",
318
+ "link": 10
319
+ },
320
+ {
321
+ "name": "negative",
322
+ "type": "CONDITIONING",
323
+ "link": 11
324
+ },
325
+ {
326
+ "name": "latent_image",
327
+ "type": "LATENT",
328
+ "link": 16
329
+ }
330
+ ],
331
+ "outputs": [
332
+ {
333
+ "name": "LATENT",
334
+ "type": "LATENT",
335
+ "slot_index": 0,
336
+ "links": [
337
+ 2
338
+ ]
339
+ }
340
+ ],
341
+ "properties": {
342
+ "cnr_id": "comfy-core",
343
+ "ver": "0.3.26",
344
+ "Node name for S&R": "KSampler"
345
+ },
346
+ "widgets_values": [
347
+ 236456496,
348
+ "fixed",
349
+ 24,
350
+ 7,
351
+ "euler_ancestral",
352
+ "simple",
353
+ 1
354
+ ],
355
+ "shape": 1
356
+ }
357
+ ],
358
+ "links": [
359
+ [
360
+ 2,
361
+ 3,
362
+ 0,
363
+ 6,
364
+ 0,
365
+ "LATENT"
366
+ ],
367
+ [
368
+ 5,
369
+ 1,
370
+ 1,
371
+ 10,
372
+ 0,
373
+ "CLIP"
374
+ ],
375
+ [
376
+ 6,
377
+ 1,
378
+ 1,
379
+ 9,
380
+ 0,
381
+ "CLIP"
382
+ ],
383
+ [
384
+ 8,
385
+ 6,
386
+ 0,
387
+ 11,
388
+ 0,
389
+ "IMAGE"
390
+ ],
391
+ [
392
+ 10,
393
+ 10,
394
+ 0,
395
+ 3,
396
+ 1,
397
+ "CONDITIONING"
398
+ ],
399
+ [
400
+ 11,
401
+ 9,
402
+ 0,
403
+ 3,
404
+ 2,
405
+ "CONDITIONING"
406
+ ],
407
+ [
408
+ 12,
409
+ 1,
410
+ 0,
411
+ 2,
412
+ 0,
413
+ "MODEL"
414
+ ],
415
+ [
416
+ 13,
417
+ 2,
418
+ 0,
419
+ 3,
420
+ 0,
421
+ "MODEL"
422
+ ],
423
+ [
424
+ 15,
425
+ 1,
426
+ 2,
427
+ 6,
428
+ 1,
429
+ "VAE"
430
+ ],
431
+ [
432
+ 16,
433
+ 15,
434
+ 0,
435
+ 3,
436
+ 3,
437
+ "LATENT"
438
+ ]
439
+ ],
440
+ "groups": [],
441
+ "config": {},
442
+ "extra": {
443
+ "ds": {
444
+ "scale": 1.1167815779424908,
445
+ "offset": [
446
+ 198.48541406305765,
447
+ 50.01599298864407
448
+ ]
449
+ },
450
+ "frontendVersion": "1.39.14",
451
+ "VHS_latentpreview": false,
452
+ "VHS_latentpreviewrate": 0,
453
+ "VHS_MetadataImage": true,
454
+ "VHS_KeepIntermediate": true,
455
+ "workflowRendererVersion": "LG"
456
+ },
457
+ "version": 0.4
458
+ }
Training Config Example.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ccd03d7a2e0937eed541df65e6ebfe32a99c446fbc8f65f997980db61ac6ce1
3
+ size 1655