thefcraft commited on
Commit
863a142
1 Parent(s): 0509756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -33
README.md CHANGED
@@ -19,37 +19,42 @@ dataset:- civitai-stable-diffusion-337k this dataset contains 337k civitai image
19
  DATA STRUCTURE for .civitai.json:-
20
 
21
  ```{
22
- 'items':[{'id': 100657,
23
- 'url': 'https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2338276a-87f7-4a1e-f92a-776a18ee4200/width=768/2338276a-87f7-4a1e-f92a-776a18ee4200.jpeg',
24
- 'hash': 'U5Exz_00.8D$t89Z%M0100~VD*RktQxaIU~p',
25
- 'width': 768,
26
- 'height': 1368,
27
- 'nsfw': True,
28
- 'createdAt': '2023-02-14T10:05:11.498Z',
29
- 'postId': 60841,
30
- 'stats': {'cryCount': 0,
31
- 'laughCount': 0,
32
- 'likeCount': 26,
33
- 'dislikeCount': 0,
34
- 'heartCount': 50,
35
- 'commentCount': 4},
36
- 'meta': {'ENSD': '31337',
37
- 'Size': '512x912',
38
- 'seed': 3994946333,
39
- 'Model': 'AbyssOrangeMix2_sfw',
40
- 'steps': 20,
41
- '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,',
42
- 'sampler': 'DPM++ 2M Karras',
43
- 'cfgScale': 7,
44
- 'Clip skip': '2',
45
- 'resources': [{'hash': '038ba203d8',
46
- 'name': 'AbyssOrangeMix2_sfw',
47
- 'type': 'model'}],
48
- 'Model hash': '038ba203d8',
49
- 'Hires upscale': '1.5',
50
- 'Hires upscaler': 'Latent',
51
- 'negativePrompt': 'EasyNegative, extra fingers,fewer fingers, multiple girls, multiple views,',
52
- 'Denoising strength': '0.6'},
53
- 'username': 'NeoClassicalRibbon'}, {..}, ..],
 
 
 
 
54
  'metadata':{'totalItems': 327145}
55
- }```
 
 
19
  DATA STRUCTURE for .civitai.json:-
20
 
21
  ```{
22
+ 'items':[
23
+ {'id': 100657,
24
+ 'url': 'https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2338276a-87f7-4a1e-f92a-776a18ee4200/width=768/2338276a-87f7-4a1e-f92a-776a18ee4200.jpeg',
25
+ 'hash': 'U5Exz_00.8D$t89Z%M0100~VD*RktQxaIU~p',
26
+ 'width': 768,
27
+ 'height': 1368,
28
+ 'nsfw': True,
29
+ 'createdAt': '2023-02-14T10:05:11.498Z',
30
+ 'postId': 60841,
31
+ 'stats': {'cryCount': 0,
32
+ 'laughCount': 0,
33
+ 'likeCount': 26,
34
+ 'dislikeCount': 0,
35
+ 'heartCount': 50,
36
+ 'commentCount': 4},
37
+ 'meta': {'ENSD': '31337',
38
+ 'Size': '512x912',
39
+ 'seed': 3994946333,
40
+ 'Model': 'AbyssOrangeMix2_sfw',
41
+ 'steps': 20,
42
+ '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,',
43
+ 'sampler': 'DPM++ 2M Karras',
44
+ 'cfgScale': 7,
45
+ 'Clip skip': '2',
46
+ 'resources': [{'hash': '038ba203d8',
47
+ 'name': 'AbyssOrangeMix2_sfw',
48
+ 'type': 'model'}],
49
+ 'Model hash': '038ba203d8',
50
+ 'Hires upscale': '1.5',
51
+ 'Hires upscaler': 'Latent',
52
+ 'negativePrompt': 'EasyNegative, extra fingers,fewer fingers, multiple girls, multiple views,',
53
+ 'Denoising strength': '0.6'},
54
+ 'username': 'NeoClassicalRibbon'},
55
+ {..},
56
+ ..],
57
+
58
  'metadata':{'totalItems': 327145}
59
+ }
60
+ ```