Update README.md
Browse files
README.md
CHANGED
@@ -15,3 +15,40 @@ source_datasets:
|
|
15 |
### Dataset Summary
|
16 |
|
17 |
dataset:- civitai-stable-diffusion-337k this dataset contains 337k civitai images url with prompts etc. i use civitai api to get all prompts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
### Dataset Summary
|
16 |
|
17 |
dataset:- civitai-stable-diffusion-337k this dataset contains 337k civitai images url with prompts etc. i use civitai api to get all prompts.
|
18 |
+
|
19 |
+
DATA STRUCTURE for .civitai.json:-
|
20 |
+
{
|
21 |
+
'items':[{'id': 100657,
|
22 |
+
'url': 'https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2338276a-87f7-4a1e-f92a-776a18ee4200/width=768/2338276a-87f7-4a1e-f92a-776a18ee4200.jpeg',
|
23 |
+
'hash': 'U5Exz_00.8D$t89Z%M0100~VD*RktQxaIU~p',
|
24 |
+
'width': 768,
|
25 |
+
'height': 1368,
|
26 |
+
'nsfw': True,
|
27 |
+
'createdAt': '2023-02-14T10:05:11.498Z',
|
28 |
+
'postId': 60841,
|
29 |
+
'stats': {'cryCount': 0,
|
30 |
+
'laughCount': 0,
|
31 |
+
'likeCount': 26,
|
32 |
+
'dislikeCount': 0,
|
33 |
+
'heartCount': 50,
|
34 |
+
'commentCount': 4},
|
35 |
+
'meta': {'ENSD': '31337',
|
36 |
+
'Size': '512x912',
|
37 |
+
'seed': 3994946333,
|
38 |
+
'Model': 'AbyssOrangeMix2_sfw',
|
39 |
+
'steps': 20,
|
40 |
+
'prompt': '<lora:hiqcg_body-epoch-000004:0.5>, <lora:hiqcg_face-epoch-000004:0.4>, hiqcgbody, hiqcgface, 1girl, full body, standing, \ndetailed skin texture, detailed cloth texture, beautiful detailed face,\nmasterpiece, best quality, ultra detailed, 8k, intricate details,',
|
41 |
+
'sampler': 'DPM++ 2M Karras',
|
42 |
+
'cfgScale': 7,
|
43 |
+
'Clip skip': '2',
|
44 |
+
'resources': [{'hash': '038ba203d8',
|
45 |
+
'name': 'AbyssOrangeMix2_sfw',
|
46 |
+
'type': 'model'}],
|
47 |
+
'Model hash': '038ba203d8',
|
48 |
+
'Hires upscale': '1.5',
|
49 |
+
'Hires upscaler': 'Latent',
|
50 |
+
'negativePrompt': 'EasyNegative, extra fingers,fewer fingers, multiple girls, multiple views,',
|
51 |
+
'Denoising strength': '0.6'},
|
52 |
+
'username': 'NeoClassicalRibbon'}, {..}, ..],
|
53 |
+
'metadata':{'totalItems': 327145}
|
54 |
+
}
|