File size: 19,593 Bytes
3649e37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
{
    "id": 6768,
    "modelId": 5766,
    "name": "ItachiUchiha style v1",
    "createdAt": "2023-01-30T09:01:52.429Z",
    "updatedAt": "2023-01-30T09:01:52.429Z",
    "trainedWords": [
        "ItachiUchiha"
    ],
    "baseModel": "SD 1.5",
    "earlyAccessTimeFrame": 0,
    "description": null,
    "model": {
        "name": "ItachiUchiha style",
        "type": "TextualInversion",
        "nsfw": false,
        "poi": false
    },
    "files": [
        {
            "name": "ItachiUchiha.pt",
            "id": 6937,
            "sizeKB": 12.931640625,
            "type": "Model",
            "format": "PickleTensor",
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "scannedAt": "2023-01-30T09:05:47.110Z",
            "hashes": {
                "AutoV2": "184A866A97",
                "SHA256": "184A866A971A20DDC9412A0F6B9F63D0D281E7AA63C6A57E790E9DB429B77118",
                "CRC32": "8950CC37",
                "BLAKE3": "D16042D17A41726E5B9C8348ED56FD831AEA00ED3EB9885014CB7D4BE905D83B"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/6768"
        }
    ],
    "images": [
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec5b1a15-d9dc-437f-a66f-ab1ea18b3b00/width=450/61690",
            "nsfw": false,
            "width": 2048,
            "height": 3072,
            "hash": "UBEAm3}t5+Ezh0TI}YxF7Lxaozs:T0$j5lW;",
            "meta": {
                "Size": "512x768",
                "seed": 566620617,
                "Model": "dreamshaper_332BakedVaeClipFix",
                "steps": 30,
                "prompt": "ItachiUchiha, art by Brandon Woelfel",
                "sampler": "Euler a",
                "cfgScale": 5,
                "resources": [
                    {
                        "hash": "13dfc9921f",
                        "name": "dreamshaper_332BakedVaeClipFix",
                        "type": "model"
                    }
                ],
                "Model hash": "13dfc9921f"
            },
            "userId": 76376,
            "generationProcess": "txt2img",
            "needsReview": false,
            "scannedAt": "2023-03-23T17:33:25.027Z",
            "tags": [
                {
                    "tag": {
                        "id": 5163,
                        "name": "adult",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 192,
                        "name": "female",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 66,
                        "name": "person",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5133,
                        "name": "woman",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 4,
                        "name": "anime",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                }
            ]
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8e39d94-c67a-4515-ed22-64ea7ae17000/width=450/61689",
            "nsfw": false,
            "width": 2048,
            "height": 3072,
            "hash": "UQFFHd9ZOE?a_NoJ?Hof%g%2%Mj]bb%L%MIo",
            "meta": {
                "Size": "512x768",
                "seed": 269589265,
                "Model": "dreamshaper_332BakedVaeClipFix",
                "steps": 30,
                "prompt": "close portrait,  ItachiUchiha, art by Bastien Lecouffe-Deharme",
                "sampler": "Euler a",
                "cfgScale": 5,
                "resources": [
                    {
                        "hash": "13dfc9921f",
                        "name": "dreamshaper_332BakedVaeClipFix",
                        "type": "model"
                    }
                ],
                "Model hash": "13dfc9921f",
                "negativePrompt": "agly, bad anatomy"
            },
            "userId": 76376,
            "generationProcess": "txt2img",
            "needsReview": false,
            "scannedAt": "2023-03-23T17:33:25.148Z",
            "tags": [
                {
                    "tag": {
                        "id": 5163,
                        "name": "adult",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 192,
                        "name": "female",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 66,
                        "name": "person",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5133,
                        "name": "woman",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5241,
                        "name": "photography",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 111759,
                        "name": "accessories",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5484,
                        "name": "face",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 111754,
                        "name": "head",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 1441,
                        "name": "portrait",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 322,
                        "name": "art",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                }
            ]
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f538b5b2-5be4-41ab-d170-916bbd86ba00/width=450/61688",
            "nsfw": false,
            "width": 2048,
            "height": 2848,
            "hash": "UNIDE-~V;zE1MyIoI:xa01IVK4oz%2xaWCWV",
            "meta": {
                "Size": "512x712",
                "seed": 4237339598,
                "Model": "dreamshaper_332BakedVaeClipFix",
                "steps": 30,
                "prompt": "close portrait,  ItachiUchiha, art by Jovana Rikalo",
                "sampler": "Euler a",
                "cfgScale": 5,
                "resources": [
                    {
                        "hash": "13dfc9921f",
                        "name": "dreamshaper_332BakedVaeClipFix",
                        "type": "model"
                    }
                ],
                "Model hash": "13dfc9921f",
                "negativePrompt": "agly, bad anatomy"
            },
            "userId": 76376,
            "generationProcess": "txt2img",
            "needsReview": false,
            "scannedAt": "2023-03-23T18:28:30.734Z",
            "tags": [
                {
                    "tag": {
                        "id": 5484,
                        "name": "face",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 111754,
                        "name": "head",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 66,
                        "name": "person",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5241,
                        "name": "photography",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 1441,
                        "name": "portrait",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5163,
                        "name": "adult",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 192,
                        "name": "female",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5133,
                        "name": "woman",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 833,
                        "name": "fashion",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 322,
                        "name": "art",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 4,
                        "name": "anime",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                }
            ]
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2461390c-8e06-4298-d77f-e83576472800/width=450/61687",
            "nsfw": false,
            "width": 2048,
            "height": 2592,
            "hash": "UYJ=KBOXMxsA0|n%xtS10yn%S4oL}@oLNbkC",
            "meta": {
                "Size": "512x648",
                "seed": 1002018322,
                "Model": "dreamshaper_332BakedVaeClipFix",
                "steps": 30,
                "prompt": "close portrait ItachiUchiha, art by Brandon Woelfel",
                "sampler": "Euler a",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "13dfc9921f",
                        "name": "dreamshaper_332BakedVaeClipFix",
                        "type": "model"
                    }
                ],
                "Model hash": "13dfc9921f",
                "negativePrompt": "agly, bad anatomy,  DreamArtistBADHAND"
            },
            "userId": 76376,
            "generationProcess": "txt2img",
            "needsReview": false,
            "scannedAt": "2023-03-23T17:34:06.924Z",
            "tags": [
                {
                    "tag": {
                        "id": 7620,
                        "name": "book",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 2397,
                        "name": "comics",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 111753,
                        "name": "publication",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5163,
                        "name": "adult",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 192,
                        "name": "female",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 66,
                        "name": "person",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5133,
                        "name": "woman",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 322,
                        "name": "art",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 111869,
                        "name": "graphics",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5484,
                        "name": "face",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 111754,
                        "name": "head",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 5241,
                        "name": "photography",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 1441,
                        "name": "portrait",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 4,
                        "name": "anime",
                        "isCategory": true,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                },
                {
                    "tag": {
                        "id": 833,
                        "name": "fashion",
                        "isCategory": false,
                        "type": "Label"
                    },
                    "automated": true,
                    "needsReview": false
                }
            ]
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/6768"
}