thefcraft commited on
Commit
0509756
1 Parent(s): 3b864d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -17,7 +17,8 @@ source_datasets:
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',
@@ -51,4 +52,4 @@ DATA STRUCTURE for .civitai.json:-
51
  'Denoising strength': '0.6'},
52
  'username': 'NeoClassicalRibbon'}, {..}, ..],
53
  'metadata':{'totalItems': 327145}
54
- }
 
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
+ ```{
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',
 
52
  'Denoising strength': '0.6'},
53
  'username': 'NeoClassicalRibbon'}, {..}, ..],
54
  'metadata':{'totalItems': 327145}
55
+ }```