Morgan Freeman commited on
Commit
81a2ee2
1 Parent(s): 383ae93

Upload 21 files

Browse files
.gitattributes ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ text_encoder/model.safetensors filter=lfs diff=lfs merge=lfs -text
2
+ unet/diffusion_pytorch_model.safetensors filter=lfs diff=lfs merge=lfs -text
3
+ vae/diffusion_pytorch_model.safetensors filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ language:
4
+ - en
5
+ library_name: diffusers
6
+ pipeline_tag: text-to-image
7
+ tags:
8
+ - art
9
+ ---
10
+ ![image](https://raw.githubusercontent.com/caacoe/ID_resource/ae7c7cf72526bc89a4bdc027877badf5d783ba05/CaitlinCross.png)
11
+ <sub>studio photo closeup portrait victorian (woman1-420:1.3) with blue eyes and red hair wearing intricate silver metal crystal medieval armour (sitting inside a castle:1.3), black victorian attire, rembrandt light, zbrush, (black background:1.7), glossy, rtx, reflections, soft light, soft shadows, dramatic lighting, atmospheric, global illumination, unreal, octane, (two tone lighting:1.5), (cyan light:1.4), alphonse mucha, bokeh
12
+ Negative prompt: nfixernext, nfixer, nfixernext, nfixer, nfixernext, nfixer,hands, arms, illustration, fake, cgi, drawing, miniature, blocky, angular, glasses, (large eyes:1.3), freckles, face paint, mask, glasses, tattoos
13
+ Steps: 120, Sampler: Euler a, CFG scale: 3, Seed: 201306749, Size: 1024x1024, Model hash: 639d0db70f, Denoising strength: 0.3, ENSD: 3, Mask blur: 4, SD upscale overlap: 64, SD upscale upscaler: LDSR</sub>
14
+
15
+
16
+ # Illuminati Diffusion v1.0
17
+
18
+ Illuminati Diffusion is a latent text-to-image diffusion model that has been conditioned on high aesthetic synthetic images through fine-tuning. It was trained on 82,000 images locally on my PC with a single 3090ti, taking over 100 hours.
19
+
20
+ - [Illuminati Diffusion v1.0 Safetensors](https://huggingface.co/IlluminatiAI/Illuminati_Diffusion_v1.0/blob/main/illuminati_diffusion_v1.0.safetensors): The model file.
21
+ - [Illuminati Diffusion v1.0 Inference Config](https://huggingface.co/IlluminatiAI/Illuminati_Diffusion_v1.0/raw/main/illuminati_diffusion_v1.0.yaml): A file included to allow for inference with Automatic's WebUI and with the original Stable Diffusion codebase. (right click > save target as/link as)
22
+ - [Illuminati Diffusion v1.0 supplementary TI embeddings](https://huggingface.co/IlluminatiAI/Illuminati_Diffusion_v1.0/tree/main/embeds): A series of both positive and negative embeds. nfixer is recommended for all gens.
23
+
24
+
25
+ ## License
26
+
27
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
28
+ The CreativeML OpenRAIL License specifies:
29
+
30
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
31
+ 2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
32
+ 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
33
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
34
+
35
+ Note - Hosted inference API does not work as my model uses safetensors in the diffusers model, it doesn't appear to be compatible with Hugging Face's API, however the model does work correctly for any software which supports this.
36
+
37
+ If you enjoy this model, perhaps you might consider supporting me on [Patreon ](https://patreon.com/user?u=55366974).
38
+ [![Patreon](https://github.com/caacoe/ID_resource/blob/main/patreon-logo.png?raw=true)](https://patreon.com/user?u=55366974)
39
+
40
+ In order to reach us, you can join our [Discord server](https://discord.gg/HqdffGgeBa).
41
+
42
+ [![Discord Server](https://github.com/caacoe/ID_resource/blob/main/invite.png?raw=true)](https://discord.gg/HqdffGgeBa)
43
+
44
+ Follow me on my [Twitter page](https://twitter.com/cac0e).
args.json ADDED
@@ -0,0 +1,898 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shuffle_per_epoch": true,
3
+ "attention": "xformers",
4
+ "model_variant": "base",
5
+ "aspect_mode": "dynamic",
6
+ "aspect_mode_action_preference": "add",
7
+ "use_ema": true,
8
+ "clip_penultimate": true,
9
+ "conditional_dropout": 0.5,
10
+ "disable_cudnn_benchmark": false,
11
+ "use_text_files_as_captions": true,
12
+ "sample_from_batch": 4,
13
+ "stop_text_encoder_training": 999999999999999,
14
+ "use_bucketing": true,
15
+ "regenerate_latent_cache": true,
16
+ "sample_on_training_start": false,
17
+ "add_class_images_to_dataset": false,
18
+ "auto_balance_concept_datasets": false,
19
+ "sample_aspect_ratios": false,
20
+ "dataset_repeats": 1,
21
+ "save_every_n_epoch": 1,
22
+ "pretrained_model_name_or_path": "D:\\illuminatidiffusion_b3\\nextstep\\quit_epoch_7",
23
+ "pretrained_vae_name_or_path": "",
24
+ "tokenizer_name": null,
25
+ "instance_data_dir": null,
26
+ "class_data_dir": null,
27
+ "instance_prompt": null,
28
+ "class_prompt": null,
29
+ "save_sample_prompt": null,
30
+ "n_save_sample": 4,
31
+ "sample_height": 1024,
32
+ "sample_width": 1024,
33
+ "save_guidance_scale": 7.5,
34
+ "save_infer_steps": 30,
35
+ "with_prior_preservation": false,
36
+ "prior_loss_weight": 1.0,
37
+ "num_class_images": 200,
38
+ "output_dir": "D:\\illuminatidiffusion_b3\\onlyflavor",
39
+ "seed": 1234,
40
+ "resolution": 768,
41
+ "center_crop": false,
42
+ "train_text_encoder": true,
43
+ "train_batch_size": 14,
44
+ "sample_batch_size": 4,
45
+ "num_train_epochs": 30,
46
+ "max_train_steps": 5730,
47
+ "gradient_accumulation_steps": 1,
48
+ "gradient_checkpointing": true,
49
+ "learning_rate": 1e-06,
50
+ "scale_lr": false,
51
+ "lr_scheduler": "constant",
52
+ "lr_warmup_steps": 0,
53
+ "use_8bit_adam": true,
54
+ "adam_beta1": 0.9,
55
+ "adam_beta2": 0.999,
56
+ "adam_weight_decay": 0.01,
57
+ "adam_epsilon": 1e-08,
58
+ "max_grad_norm": 1.0,
59
+ "push_to_hub": false,
60
+ "hub_token": null,
61
+ "hub_model_id": null,
62
+ "logging_dir": "logs",
63
+ "log_interval": 10,
64
+ "sample_step_interval": 15000,
65
+ "mixed_precision": "bf16",
66
+ "local_rank": -1,
67
+ "concepts_list": [
68
+ {
69
+ "instance_prompt": "",
70
+ "class_prompt": "",
71
+ "instance_data_dir": "D:/flavouredtraining",
72
+ "class_data_dir": "",
73
+ "flip_p": "",
74
+ "do_not_balance": 1,
75
+ "use_sub_dirs": 0
76
+ }
77
+ ],
78
+ "save_sample_controlled_seed": null,
79
+ "detect_full_drive": true,
80
+ "send_telegram_updates": true,
81
+ "telegram_chat_id": "575377029",
82
+ "telegram_token": "5629476874:AAGM77PxzXB4ZfIkOUeM8a-AiiVVxNZuUJQ",
83
+ "use_deepspeed_adam": false,
84
+ "append_sample_controlled_seed_action": null,
85
+ "add_sample_prompt": null,
86
+ "use_image_names_as_captions": false,
87
+ "mask_prompts": null,
88
+ "batch_tokens": [
89
+ [
90
+ 49406,
91
+ 89,
92
+ 8594,
93
+ 267,
94
+ 35451,
95
+ 540,
96
+ 5391,
97
+ 267,
98
+ 320,
99
+ 2660,
100
+ 705,
101
+ 539,
102
+ 320,
103
+ 3467,
104
+ 35451,
105
+ 1615,
106
+ 525,
107
+ 320,
108
+ 1449,
109
+ 7744,
110
+ 593,
111
+ 320,
112
+ 1395,
113
+ 10485,
114
+ 525,
115
+ 518,
116
+ 2184,
117
+ 539,
118
+ 518,
119
+ 35451,
120
+ 267,
121
+ 4146,
122
+ 8284,
123
+ 21339,
124
+ 267,
125
+ 1673,
126
+ 273,
127
+ 271,
128
+ 272,
129
+ 277,
130
+ 267,
131
+ 518,
132
+ 13403,
133
+ 533,
134
+ 7771,
135
+ 537,
136
+ 42289,
137
+ 267,
138
+ 23187,
139
+ 1579,
140
+ 49407
141
+ ],
142
+ [
143
+ 49406,
144
+ 320,
145
+ 3086,
146
+ 539,
147
+ 320,
148
+ 786,
149
+ 2862,
150
+ 525,
151
+ 1253,
152
+ 539,
153
+ 320,
154
+ 2307,
155
+ 1131,
156
+ 531,
157
+ 320,
158
+ 1774,
159
+ 539,
160
+ 1573,
161
+ 537,
162
+ 320,
163
+ 1305,
164
+ 593,
165
+ 7771,
166
+ 8866,
167
+ 530,
168
+ 518,
169
+ 5994,
170
+ 267,
171
+ 12230,
172
+ 22840,
173
+ 530,
174
+ 320,
175
+ 10750,
176
+ 267,
177
+ 609,
178
+ 834,
179
+ 642,
180
+ 14973,
181
+ 29764,
182
+ 909,
183
+ 11414,
184
+ 516,
185
+ 7246,
186
+ 13395,
187
+ 715,
188
+ 267,
189
+ 13659,
190
+ 3596,
191
+ 617,
192
+ 85,
193
+ 11964,
194
+ 18656,
195
+ 9364,
196
+ 267,
197
+ 3766,
198
+ 267,
199
+ 11964,
200
+ 268,
201
+ 18656,
202
+ 9364,
203
+ 49407
204
+ ],
205
+ [
206
+ 49406,
207
+ 89,
208
+ 8594,
209
+ 267,
210
+ 5250,
211
+ 267,
212
+ 320,
213
+ 8700,
214
+ 533,
215
+ 12333,
216
+ 530,
217
+ 518,
218
+ 2583,
219
+ 593,
220
+ 585,
221
+ 568,
222
+ 4932,
223
+ 1488,
224
+ 537,
225
+ 585,
226
+ 568,
227
+ 8225,
228
+ 3184,
229
+ 1488,
230
+ 537,
231
+ 585,
232
+ 568,
233
+ 4932,
234
+ 3184,
235
+ 1488,
236
+ 267,
237
+ 8178,
238
+ 532,
239
+ 26422,
240
+ 537,
241
+ 4989,
242
+ 936,
243
+ 1359,
244
+ 267,
245
+ 34560,
246
+ 275,
247
+ 281,
248
+ 320,
249
+ 18508,
250
+ 568,
251
+ 806,
252
+ 267,
253
+ 1153,
254
+ 1532,
255
+ 2353,
256
+ 267,
257
+ 273,
258
+ 271,
259
+ 272,
260
+ 271,
261
+ 49407
262
+ ],
263
+ [
264
+ 49406,
265
+ 320,
266
+ 736,
267
+ 40038,
268
+ 4919,
269
+ 525,
270
+ 1253,
271
+ 539,
272
+ 320,
273
+ 13930,
274
+ 539,
275
+ 1010,
276
+ 736,
277
+ 7275,
278
+ 13850,
279
+ 525,
280
+ 1253,
281
+ 539,
282
+ 320,
283
+ 13930,
284
+ 539,
285
+ 1010,
286
+ 736,
287
+ 7275,
288
+ 13850,
289
+ 267,
290
+ 33855,
291
+ 46865,
292
+ 11192,
293
+ 267,
294
+ 8801,
295
+ 12043,
296
+ 3563,
297
+ 19950,
298
+ 5799,
299
+ 267,
300
+ 21971,
301
+ 884,
302
+ 1400,
303
+ 7657,
304
+ 267,
305
+ 1013,
306
+ 598,
307
+ 912,
308
+ 7235,
309
+ 267,
310
+ 11964,
311
+ 18656,
312
+ 9364,
313
+ 267,
314
+ 3766,
315
+ 267,
316
+ 11964,
317
+ 268,
318
+ 18656,
319
+ 9364,
320
+ 49407
321
+ ],
322
+ [
323
+ 49406,
324
+ 89,
325
+ 8594,
326
+ 267,
327
+ 518,
328
+ 9498,
329
+ 5130,
330
+ 267,
331
+ 320,
332
+ 1674,
333
+ 539,
334
+ 320,
335
+ 8700,
336
+ 593,
337
+ 320,
338
+ 2677,
339
+ 530,
340
+ 585,
341
+ 568,
342
+ 39177,
343
+ 568,
344
+ 39177,
345
+ 39177,
346
+ 39177,
347
+ 267,
348
+ 39177,
349
+ 267,
350
+ 586,
351
+ 552,
352
+ 529,
353
+ 3412,
354
+ 548,
355
+ 2658,
356
+ 43040,
357
+ 13024,
358
+ 267,
359
+ 8507,
360
+ 530,
361
+ 7860,
362
+ 267,
363
+ 12598,
364
+ 943,
365
+ 4023,
366
+ 267,
367
+ 4230,
368
+ 272,
369
+ 539,
370
+ 272,
371
+ 277,
372
+ 49407
373
+ ],
374
+ [
375
+ 49406,
376
+ 89,
377
+ 8594,
378
+ 267,
379
+ 1755,
380
+ 4009,
381
+ 556,
382
+ 518,
383
+ 4231,
384
+ 6243,
385
+ 2613,
386
+ 267,
387
+ 320,
388
+ 2660,
389
+ 705,
390
+ 539,
391
+ 320,
392
+ 8222,
393
+ 539,
394
+ 320,
395
+ 14317,
396
+ 593,
397
+ 320,
398
+ 1395,
399
+ 525,
400
+ 585,
401
+ 568,
402
+ 1710,
403
+ 537,
404
+ 320,
405
+ 2463,
406
+ 5050,
407
+ 2006,
408
+ 530,
409
+ 585,
410
+ 568,
411
+ 1010,
412
+ 2463,
413
+ 267,
414
+ 34317,
415
+ 6353,
416
+ 794,
417
+ 267,
418
+ 675,
419
+ 617,
420
+ 1167,
421
+ 13024,
422
+ 267,
423
+ 6559,
424
+ 530,
425
+ 2895,
426
+ 537,
427
+ 22315,
428
+ 267,
429
+ 22658,
430
+ 14317,
431
+ 49407
432
+ ],
433
+ [
434
+ 49406,
435
+ 89,
436
+ 8594,
437
+ 267,
438
+ 570,
439
+ 1018,
440
+ 514,
441
+ 22138,
442
+ 267,
443
+ 320,
444
+ 2308,
445
+ 530,
446
+ 320,
447
+ 1579,
448
+ 2595,
449
+ 5050,
450
+ 320,
451
+ 11356,
452
+ 537,
453
+ 3309,
454
+ 320,
455
+ 23516,
456
+ 537,
457
+ 5050,
458
+ 320,
459
+ 11356,
460
+ 530,
461
+ 637,
462
+ 2463,
463
+ 537,
464
+ 320,
465
+ 11356,
466
+ 530,
467
+ 518,
468
+ 1010,
469
+ 2463,
470
+ 267,
471
+ 700,
472
+ 6958,
473
+ 345,
474
+ 267,
475
+ 530,
476
+ 268,
477
+ 1063,
478
+ 274,
479
+ 323,
480
+ 2863,
481
+ 267,
482
+ 1538,
483
+ 6812,
484
+ 11848,
485
+ 1449,
486
+ 2225,
487
+ 267,
488
+ 5994,
489
+ 2867,
490
+ 49407
491
+ ],
492
+ [
493
+ 49406,
494
+ 89,
495
+ 8594,
496
+ 267,
497
+ 3687,
498
+ 2609,
499
+ 267,
500
+ 320,
501
+ 2660,
502
+ 705,
503
+ 539,
504
+ 320,
505
+ 8222,
506
+ 539,
507
+ 320,
508
+ 10912,
509
+ 525,
510
+ 320,
511
+ 11795,
512
+ 2461,
513
+ 593,
514
+ 320,
515
+ 3965,
516
+ 530,
517
+ 518,
518
+ 893,
519
+ 2461,
520
+ 537,
521
+ 320,
522
+ 2390,
523
+ 530,
524
+ 518,
525
+ 5994,
526
+ 267,
527
+ 272,
528
+ 277,
529
+ 277,
530
+ 278,
531
+ 269,
532
+ 34960,
533
+ 22373,
534
+ 274,
535
+ 323,
536
+ 267,
537
+ 3435,
538
+ 22118,
539
+ 267,
540
+ 13024,
541
+ 15636,
542
+ 5857,
543
+ 268,
544
+ 327,
545
+ 278,
546
+ 271,
547
+ 275,
548
+ 267,
549
+ 9511,
550
+ 517,
551
+ 527,
552
+ 3054,
553
+ 49407
554
+ ],
555
+ [
556
+ 49406,
557
+ 320,
558
+ 1530,
559
+ 5589,
560
+ 593,
561
+ 2958,
562
+ 539,
563
+ 2161,
564
+ 537,
565
+ 320,
566
+ 7796,
567
+ 539,
568
+ 1047,
569
+ 4919,
570
+ 536,
571
+ 320,
572
+ 2175,
573
+ 530,
574
+ 2184,
575
+ 539,
576
+ 320,
577
+ 34821,
578
+ 5589,
579
+ 593,
580
+ 2958,
581
+ 539,
582
+ 2161,
583
+ 267,
584
+ 9075,
585
+ 8796,
586
+ 68,
587
+ 5237,
588
+ 267,
589
+ 16094,
590
+ 539,
591
+ 5810,
592
+ 3089,
593
+ 267,
594
+ 8801,
595
+ 12043,
596
+ 267,
597
+ 3797,
598
+ 794,
599
+ 2786,
600
+ 2754,
601
+ 267,
602
+ 11964,
603
+ 18656,
604
+ 9364,
605
+ 267,
606
+ 3766,
607
+ 267,
608
+ 11964,
609
+ 268,
610
+ 18656,
611
+ 9364,
612
+ 49407
613
+ ],
614
+ [
615
+ 49406,
616
+ 89,
617
+ 8594,
618
+ 267,
619
+ 2238,
620
+ 30926,
621
+ 267,
622
+ 320,
623
+ 2660,
624
+ 705,
625
+ 539,
626
+ 320,
627
+ 14317,
628
+ 593,
629
+ 902,
630
+ 4932,
631
+ 1488,
632
+ 537,
633
+ 902,
634
+ 4932,
635
+ 3184,
636
+ 1488,
637
+ 267,
638
+ 593,
639
+ 902,
640
+ 4932,
641
+ 3184,
642
+ 1488,
643
+ 537,
644
+ 902,
645
+ 8225,
646
+ 3184,
647
+ 1488,
648
+ 267,
649
+ 43040,
650
+ 5857,
651
+ 13024,
652
+ 279,
653
+ 330,
654
+ 28065,
655
+ 267,
656
+ 4271,
657
+ 5471,
658
+ 6353,
659
+ 794,
660
+ 267,
661
+ 8485,
662
+ 268,
663
+ 29840,
664
+ 267,
665
+ 3165,
666
+ 78,
667
+ 5132,
668
+ 331,
669
+ 14317,
670
+ 49407
671
+ ],
672
+ [
673
+ 49406,
674
+ 89,
675
+ 8594,
676
+ 267,
677
+ 3095,
678
+ 10344,
679
+ 13164,
680
+ 267,
681
+ 320,
682
+ 2660,
683
+ 705,
684
+ 539,
685
+ 320,
686
+ 2533,
687
+ 568,
688
+ 3272,
689
+ 593,
690
+ 320,
691
+ 4038,
692
+ 539,
693
+ 30867,
694
+ 530,
695
+ 2184,
696
+ 539,
697
+ 899,
698
+ 3272,
699
+ 537,
700
+ 320,
701
+ 36841,
702
+ 530,
703
+ 2184,
704
+ 539,
705
+ 899,
706
+ 3272,
707
+ 267,
708
+ 25602,
709
+ 3073,
710
+ 7997,
711
+ 12609,
712
+ 267,
713
+ 274,
714
+ 276,
715
+ 2848,
716
+ 4306,
717
+ 1125,
718
+ 4332,
719
+ 21372,
720
+ 525,
721
+ 1844,
722
+ 3095,
723
+ 267,
724
+ 3095,
725
+ 1818,
726
+ 1476,
727
+ 1774,
728
+ 49407
729
+ ],
730
+ [
731
+ 49406,
732
+ 89,
733
+ 8594,
734
+ 267,
735
+ 27686,
736
+ 4672,
737
+ 7070,
738
+ 267,
739
+ 320,
740
+ 3377,
741
+ 539,
742
+ 1656,
743
+ 2862,
744
+ 1131,
745
+ 531,
746
+ 2416,
747
+ 1010,
748
+ 525,
749
+ 320,
750
+ 1449,
751
+ 5994,
752
+ 593,
753
+ 320,
754
+ 3496,
755
+ 530,
756
+ 637,
757
+ 2463,
758
+ 537,
759
+ 1380,
760
+ 5050,
761
+ 320,
762
+ 3496,
763
+ 530,
764
+ 518,
765
+ 1010,
766
+ 2463,
767
+ 267,
768
+ 2097,
769
+ 22643,
770
+ 4548,
771
+ 267,
772
+ 2435,
773
+ 3408,
774
+ 6805,
775
+ 40946,
776
+ 3155,
777
+ 267,
778
+ 3175,
779
+ 14758,
780
+ 593,
781
+ 25644,
782
+ 8225,
783
+ 267,
784
+ 2723,
785
+ 16393,
786
+ 49407
787
+ ],
788
+ [
789
+ 49406,
790
+ 320,
791
+ 7651,
792
+ 539,
793
+ 320,
794
+ 2308,
795
+ 530,
796
+ 320,
797
+ 1746,
798
+ 2595,
799
+ 537,
800
+ 320,
801
+ 786,
802
+ 530,
803
+ 320,
804
+ 1449,
805
+ 40173,
806
+ 537,
807
+ 320,
808
+ 786,
809
+ 530,
810
+ 320,
811
+ 3940,
812
+ 537,
813
+ 4040,
814
+ 3422,
815
+ 267,
816
+ 647,
817
+ 36983,
818
+ 1253,
819
+ 25602,
820
+ 5799,
821
+ 267,
822
+ 17730,
823
+ 18463,
824
+ 267,
825
+ 1611,
826
+ 1131,
827
+ 2489,
828
+ 11241,
829
+ 1012,
830
+ 267,
831
+ 3878,
832
+ 10111,
833
+ 49407
834
+ ],
835
+ [
836
+ 49406,
837
+ 320,
838
+ 3086,
839
+ 539,
840
+ 320,
841
+ 1771,
842
+ 539,
843
+ 1047,
844
+ 530,
845
+ 320,
846
+ 1774,
847
+ 539,
848
+ 1573,
849
+ 593,
850
+ 320,
851
+ 5363,
852
+ 530,
853
+ 518,
854
+ 5994,
855
+ 537,
856
+ 320,
857
+ 5363,
858
+ 530,
859
+ 518,
860
+ 2390,
861
+ 530,
862
+ 518,
863
+ 5994,
864
+ 267,
865
+ 609,
866
+ 834,
867
+ 642,
868
+ 14973,
869
+ 29764,
870
+ 3327,
871
+ 3739,
872
+ 10560,
873
+ 593,
874
+ 16737,
875
+ 267,
876
+ 3769,
877
+ 7882,
878
+ 267,
879
+ 1486,
880
+ 2631,
881
+ 1093,
882
+ 633,
883
+ 2138,
884
+ 267,
885
+ 11964,
886
+ 18656,
887
+ 9364,
888
+ 267,
889
+ 3766,
890
+ 267,
891
+ 11964,
892
+ 268,
893
+ 18656,
894
+ 9364,
895
+ 49407
896
+ ]
897
+ ]
898
+ }
embeds/negative/nartfixer.pt ADDED
Binary file (74.7 kB). View file
 
embeds/negative/nfixer.pt ADDED
Binary file (62.4 kB). View file
 
embeds/negative/nfixernext.pt ADDED
Binary file (82.9 kB). View file
 
embeds/positive/embellish1.pt ADDED
Binary file (62.4 kB). View file
 
embeds/positive/embellish2.pt ADDED
Binary file (185 kB). View file
 
embeds/positive/embellish3.pt ADDED
Binary file (165 kB). View file
 
gitattributes.txt ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tflite filter=lfs diff=lfs merge=lfs -text
29
+ *.tgz filter=lfs diff=lfs merge=lfs -text
30
+ *.wasm filter=lfs diff=lfs merge=lfs -text
31
+ *.xz filter=lfs diff=lfs merge=lfs -text
32
+ *.zip filter=lfs diff=lfs merge=lfs -text
33
+ *.zst filter=lfs diff=lfs merge=lfs -text
34
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.11.1",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "requires_safety_checker": null,
9
+ "safety_checker": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "DDIMScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "tokenizer": [
22
+ "transformers",
23
+ "CLIPTokenizer"
24
+ ],
25
+ "unet": [
26
+ "diffusers",
27
+ "UNet2DConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKL"
32
+ ]
33
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DPMSolverMultistepScheduler",
3
+ "_diffusers_version": "0.11.1",
4
+ "algorithm_type": "dpmsolver++",
5
+ "beta_end": 0.012,
6
+ "beta_schedule": "scaled_linear",
7
+ "beta_start": 0.00085,
8
+ "clip_sample": false,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "lower_order_final": true,
11
+ "num_train_timesteps": 1000,
12
+ "prediction_type": "v_prediction",
13
+ "sample_max_value": 1.0,
14
+ "set_alpha_to_one": false,
15
+ "skip_prk_steps": true,
16
+ "solver_order": 2,
17
+ "solver_type": "midpoint",
18
+ "steps_offset": 1,
19
+ "thresholding": false,
20
+ "trained_betas": null
21
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPTextModel"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "dropout": 0.0,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_size": 1024,
11
+ "initializer_factor": 1.0,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 77,
16
+ "model_type": "clip_text_model",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 23,
19
+ "pad_token_id": 1,
20
+ "projection_dim": 512,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.26.0.dev0",
23
+ "vocab_size": 49408
24
+ }
text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b08b06d60ee61e4b9909afe34fcdf46ad544d7b7bd5aa56f4c2f8661c376ba8
3
+ size 1361597018
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "!",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "do_lower_case": true,
12
+ "eos_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "errors": "replace",
21
+ "model_max_length": 77,
22
+ "name_or_path": "D:\\illuminatidiffusion_b3\\nextstep\\quit_epoch_7\\tokenizer",
23
+ "pad_token": "<|endoftext|>",
24
+ "special_tokens_map_file": "./special_tokens_map.json",
25
+ "tokenizer_class": "CLIPTokenizer",
26
+ "unk_token": {
27
+ "__type": "AddedToken",
28
+ "content": "<|endoftext|>",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ }
34
+ }
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
unet/config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.11.1",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": [
6
+ 5,
7
+ 10,
8
+ 20,
9
+ 20
10
+ ],
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "center_input_sample": false,
18
+ "class_embed_type": null,
19
+ "cross_attention_dim": 1024,
20
+ "down_block_types": [
21
+ "CrossAttnDownBlock2D",
22
+ "CrossAttnDownBlock2D",
23
+ "CrossAttnDownBlock2D",
24
+ "DownBlock2D"
25
+ ],
26
+ "downsample_padding": 1,
27
+ "dual_cross_attention": false,
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 4,
31
+ "layers_per_block": 2,
32
+ "mid_block_scale_factor": 1,
33
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
34
+ "norm_eps": 1e-05,
35
+ "norm_num_groups": 32,
36
+ "num_class_embeds": null,
37
+ "only_cross_attention": false,
38
+ "out_channels": 4,
39
+ "resnet_time_scale_shift": "default",
40
+ "sample_size": 32,
41
+ "up_block_types": [
42
+ "UpBlock2D",
43
+ "CrossAttnUpBlock2D",
44
+ "CrossAttnUpBlock2D",
45
+ "CrossAttnUpBlock2D"
46
+ ],
47
+ "upcast_attention": false,
48
+ "use_linear_projection": false
49
+ }
unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05233c784e92613bb984d971333c61775cf534c950f8ee175395018f2c85d5da
3
+ size 3463726595
vae/config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.11.1",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 512,
9
+ 512
10
+ ],
11
+ "down_block_types": [
12
+ "DownEncoderBlock2D",
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D"
16
+ ],
17
+ "in_channels": 3,
18
+ "latent_channels": 4,
19
+ "layers_per_block": 2,
20
+ "norm_num_groups": 32,
21
+ "out_channels": 3,
22
+ "sample_size": 256,
23
+ "up_block_types": [
24
+ "UpDecoderBlock2D",
25
+ "UpDecoderBlock2D",
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D"
28
+ ]
29
+ }
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beac981a8939a0430dd9b71027125d6abe863f8667f0d8497b9e2f6aa9a1db80
3
+ size 334643245