Commit
•
df9bd3d
0
Parent(s):
Duplicate from malikxseto/Necromancing-BBMixes
Browse filesCo-authored-by: Malik <[email protected]>
- .gitattributes +35 -0
- BBMIX-ALICE/bbMIXALICE_v10.safetensors +3 -0
- BBMIX-ANN/README.txt +506 -0
- BBMIX-ANN/bbmixANN_v10.safetensors +3 -0
- BBMIX-EIMI/README.txt +526 -0
- BBMIX-EIMI/bbmixEIMI_v10.safetensors +3 -0
- BBMIX-EVE/bbMIXEVE_v10.safetensors +3 -0
- BBMIX-HANNA/README.txt +513 -0
- BBMIX-HANNA/bbmixHANNA_v10.safetensors +3 -0
- BBMIX-JOY/README.txt +986 -0
- BBMIX-JOY/bbmixJOY_v10.safetensors +3 -0
- BBMIX-JOY/bbmixJOY_v20.safetensors +3 -0
- BBMIX-JUDE/README.txt +605 -0
- BBMIX-JUDE/bbmixJUDE_v10.safetensors +3 -0
- BBMIX-JULIA/README.txt +546 -0
- BBMIX-JULIA/bbmixJULIA_v10.safetensors +3 -0
- BBMIX-KALI/README.txt +499 -0
- BBMIX-KALI/bbmixKALI_v10.safetensors +3 -0
- BBMIX-LIN/README.txt +550 -0
- BBMIX-LIN/bbmixLIN_v10.safetensors +3 -0
- BBMIX-LUCI/README.txt +906 -0
- BBMIX-LUCI/bbmixLUCI_v10.safetensors +3 -0
- BBMIX-LUCI/bbmixLUCI_v20.safetensors +3 -0
- BBMIX-NUNU/README.txt +420 -0
- BBMIX-NUNU/bbmixNUNU_v10.safetensors +3 -0
- BBMIX-RUIS/README.txt +898 -0
- BBMIX-RUIS/bbMIXRUIS_v10.safetensors +3 -0
- BBMIX-RUIS/bbMIXRUIS_v11.safetensors +3 -0
- BBMIX-RUIS/bbMIXRUIS_v12.safetensors +3 -0
- BBMIX-RUIS/bbmixRUIS_bbmixRUIS.safetensors +3 -0
- BBMIX-RUIS/bbmixRUIS_v15.safetensors +3 -0
- BBMIX-SANDY/bbMIXSANDY_v10.safetensors +3 -0
- BBMIX-VERONICA/bbmixVERONICA_v10.safetensors +3 -0
- README.md +72 -0
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
BBMIX-ALICE/bbMIXALICE_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03cd9c4fbfefb7eaf97d6360aa8628288ba64790dcc7023c6693128d316963a8
|
3 |
+
size 4097913910
|
BBMIX-ANN/README.txt
ADDED
@@ -0,0 +1,506 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 78658,
|
3 |
+
"name": "BBMIX-ANN",
|
4 |
+
"description": "<h1 id=\"bbmix-julia\">BBMIX-ANN (Semi-realstic)</h1><p>It is a semi-realistic model with an attractive clean and neat line touch. I am very happy that my eyes are cleansed while working. I hope everyone will fall in love with Ann. lol</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, (nice leg line:1.3),thin waist</p></li><li><p>((huge breasts:1.49)) --> Basically, the chest is printed small</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><p></p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>Because this modelbase is a 3D and semirealistic model, it excludes the 2D highlight prompt and the flat color highlight prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 708,
|
14 |
+
"favoriteCount": 174,
|
15 |
+
"commentCount": 7,
|
16 |
+
"ratingCount": 5,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"photorealistic",
|
27 |
+
"sexy",
|
28 |
+
"female",
|
29 |
+
"woman",
|
30 |
+
"girls",
|
31 |
+
"realistic"
|
32 |
+
],
|
33 |
+
"modelVersions": [
|
34 |
+
{
|
35 |
+
"id": 83446,
|
36 |
+
"modelId": 78658,
|
37 |
+
"name": "v1.0",
|
38 |
+
"createdAt": "2023-05-28T07:36:08.837Z",
|
39 |
+
"updatedAt": "2023-05-28T07:41:48.286Z",
|
40 |
+
"trainedWords": [
|
41 |
+
"masterpiece",
|
42 |
+
"best quality"
|
43 |
+
],
|
44 |
+
"baseModel": "SD 1.5",
|
45 |
+
"earlyAccessTimeFrame": 0,
|
46 |
+
"description": "<p>R1</p>",
|
47 |
+
"stats": {
|
48 |
+
"downloadCount": 708,
|
49 |
+
"ratingCount": 5,
|
50 |
+
"rating": 5
|
51 |
+
},
|
52 |
+
"files": [
|
53 |
+
{
|
54 |
+
"name": "bbmixANN_v10.safetensors",
|
55 |
+
"id": 57062,
|
56 |
+
"sizeKB": 2323025.072265625,
|
57 |
+
"type": "Model",
|
58 |
+
"metadata": {
|
59 |
+
"fp": "fp16",
|
60 |
+
"size": "pruned",
|
61 |
+
"format": "SafeTensor"
|
62 |
+
},
|
63 |
+
"pickleScanResult": "Success",
|
64 |
+
"pickleScanMessage": "No Pickle imports",
|
65 |
+
"virusScanResult": "Success",
|
66 |
+
"scannedAt": "2023-05-28T07:42:34.086Z",
|
67 |
+
"hashes": {
|
68 |
+
"AutoV1": "830B6EBD",
|
69 |
+
"AutoV2": "7C8C1F3290",
|
70 |
+
"SHA256": "7C8C1F3290ACD9B47C692B0B12765B1EFA70175E8EB7A73BFE80E3EF078F92BF",
|
71 |
+
"CRC32": "BEDEA345",
|
72 |
+
"BLAKE3": "2CFEA9D7528F9E191BAF495396C2238C7EAE99922ED5F472521A05204F9092D0"
|
73 |
+
},
|
74 |
+
"downloadUrl": "https://civitai.com/api/download/models/83446",
|
75 |
+
"primary": true
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"name": "clearvae_main2.safetensors",
|
79 |
+
"id": 57060,
|
80 |
+
"sizeKB": 326797.86328125,
|
81 |
+
"type": "VAE",
|
82 |
+
"metadata": {
|
83 |
+
"fp": null,
|
84 |
+
"size": null,
|
85 |
+
"format": "Other"
|
86 |
+
},
|
87 |
+
"pickleScanResult": "Success",
|
88 |
+
"pickleScanMessage": "No Pickle imports",
|
89 |
+
"virusScanResult": "Success",
|
90 |
+
"scannedAt": "2023-05-28T07:41:44.167Z",
|
91 |
+
"hashes": {
|
92 |
+
"AutoV1": "89ABF451",
|
93 |
+
"AutoV2": "600345C503",
|
94 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
95 |
+
"CRC32": "A5AC268D",
|
96 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
97 |
+
},
|
98 |
+
"downloadUrl": "https://civitai.com/api/download/models/83446?type=VAE&format=Other"
|
99 |
+
}
|
100 |
+
],
|
101 |
+
"images": [
|
102 |
+
{
|
103 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/616042cc-8287-4a0a-a465-68a4223e7b9b/width=450/941083.jpeg",
|
104 |
+
"nsfw": "None",
|
105 |
+
"width": 1024,
|
106 |
+
"height": 1536,
|
107 |
+
"hash": "UOHeRnDhVrt7~BIoIoxut2D%%N-;X9RixuS4",
|
108 |
+
"meta": {
|
109 |
+
"Eta": "0.2",
|
110 |
+
"Size": "512x768",
|
111 |
+
"seed": 3381800256,
|
112 |
+
"steps": 30,
|
113 |
+
"Script": "Detection Detailer",
|
114 |
+
"hashes": {
|
115 |
+
"vae": "600345c503"
|
116 |
+
},
|
117 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,disappointed _facesmile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Khaki_utility_jacket, white_t-shirt, ripped_skinny_jeans, black_loafers, structured_handbag, layered_necklaces,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from side,upper body",
|
118 |
+
"sampler": "DPM++ SDE Karras",
|
119 |
+
"cfgScale": 7,
|
120 |
+
"Clip skip": "2",
|
121 |
+
"resources": [],
|
122 |
+
"Model hash": "7c8c1f3290",
|
123 |
+
"Hires steps": "10",
|
124 |
+
"Mimic scale": "7",
|
125 |
+
"DDetailer cfg": "7",
|
126 |
+
"Hires upscale": "2",
|
127 |
+
"Hires upscaler": "SwinIR_4x",
|
128 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
129 |
+
"DDetailer conf a": "30",
|
130 |
+
"DDetailer conf b": "30",
|
131 |
+
"DDetailer bitwise": "None",
|
132 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
133 |
+
"DDetailer model b": "None",
|
134 |
+
"Denoising strength": "0.4",
|
135 |
+
"DDetailer denoising": "0.4",
|
136 |
+
"DDetailer mask blur": "4",
|
137 |
+
"DDetailer dilation a": "4",
|
138 |
+
"DDetailer dilation b": "4",
|
139 |
+
"DDetailer offset x a": "0",
|
140 |
+
"DDetailer offset x b": "0",
|
141 |
+
"DDetailer offset y a": "0",
|
142 |
+
"DDetailer offset y b": "0",
|
143 |
+
"Threshold percentile": "100",
|
144 |
+
"DDetailer inpaint full": "True",
|
145 |
+
"DDetailer preprocess b": "False",
|
146 |
+
"DDetailer inpaint padding": "32",
|
147 |
+
"Dynamic thresholding enabled": "True"
|
148 |
+
}
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e17a57ab-c262-492e-9582-c4fbe6581bb9/width=450/941071.jpeg",
|
152 |
+
"nsfw": "None",
|
153 |
+
"width": 1024,
|
154 |
+
"height": 1536,
|
155 |
+
"hash": "UGEx#3M_RN~Ct7IpoyIVVr9aXTM|ITNG~VIU",
|
156 |
+
"meta": {
|
157 |
+
"Eta": "0.2",
|
158 |
+
"Size": "512x768",
|
159 |
+
"seed": 3381800252,
|
160 |
+
"steps": 30,
|
161 |
+
"Script": "Detection Detailer",
|
162 |
+
"hashes": {
|
163 |
+
"vae": "600345c503"
|
164 |
+
},
|
165 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,light _facesmile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Jazz_bar,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from below,upper body",
|
166 |
+
"sampler": "DPM++ SDE Karras",
|
167 |
+
"cfgScale": 7,
|
168 |
+
"Clip skip": "2",
|
169 |
+
"resources": [],
|
170 |
+
"Model hash": "7c8c1f3290",
|
171 |
+
"Hires steps": "10",
|
172 |
+
"Mimic scale": "7",
|
173 |
+
"DDetailer cfg": "7",
|
174 |
+
"Hires upscale": "2",
|
175 |
+
"Hires upscaler": "SwinIR_4x",
|
176 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
177 |
+
"DDetailer conf a": "30",
|
178 |
+
"DDetailer conf b": "30",
|
179 |
+
"DDetailer bitwise": "None",
|
180 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
181 |
+
"DDetailer model b": "None",
|
182 |
+
"Denoising strength": "0.4",
|
183 |
+
"DDetailer denoising": "0.4",
|
184 |
+
"DDetailer mask blur": "4",
|
185 |
+
"DDetailer dilation a": "4",
|
186 |
+
"DDetailer dilation b": "4",
|
187 |
+
"DDetailer offset x a": "0",
|
188 |
+
"DDetailer offset x b": "0",
|
189 |
+
"DDetailer offset y a": "0",
|
190 |
+
"DDetailer offset y b": "0",
|
191 |
+
"Threshold percentile": "100",
|
192 |
+
"DDetailer inpaint full": "True",
|
193 |
+
"DDetailer preprocess b": "False",
|
194 |
+
"DDetailer inpaint padding": "32",
|
195 |
+
"Dynamic thresholding enabled": "True"
|
196 |
+
}
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1898a7b1-f4b9-4775-83b3-4fbf79bf49b7/width=450/951179.jpeg",
|
200 |
+
"nsfw": "Mature",
|
201 |
+
"width": 4096,
|
202 |
+
"height": 6144,
|
203 |
+
"hash": "UBI4#800A9t9_400V??H_NIA=_gOxdR64-OV",
|
204 |
+
"meta": null
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb0bccb2-3937-4e0b-a0d8-417a2f91ac22/width=450/941091.jpeg",
|
208 |
+
"nsfw": "None",
|
209 |
+
"width": 1024,
|
210 |
+
"height": 1536,
|
211 |
+
"hash": "UCF~2KENz._N8w9utQ#+OnI@$kNGD*x[%hRP",
|
212 |
+
"meta": {
|
213 |
+
"Eta": "0.2",
|
214 |
+
"Size": "512x768",
|
215 |
+
"seed": 3381800257,
|
216 |
+
"steps": 30,
|
217 |
+
"Script": "Detection Detailer",
|
218 |
+
"hashes": {
|
219 |
+
"vae": "600345c503"
|
220 |
+
},
|
221 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,confused _facesmile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nCrypto-analyst, Cryptography, blockchain, decentralized systems, digital currency, encryption algorithms.\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from side,upper body",
|
222 |
+
"sampler": "DPM++ SDE Karras",
|
223 |
+
"cfgScale": 7,
|
224 |
+
"Clip skip": "2",
|
225 |
+
"resources": [],
|
226 |
+
"Model hash": "7c8c1f3290",
|
227 |
+
"Hires steps": "10",
|
228 |
+
"Mimic scale": "7",
|
229 |
+
"DDetailer cfg": "7",
|
230 |
+
"Hires upscale": "2",
|
231 |
+
"Hires upscaler": "SwinIR_4x",
|
232 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
233 |
+
"DDetailer conf a": "30",
|
234 |
+
"DDetailer conf b": "30",
|
235 |
+
"DDetailer bitwise": "None",
|
236 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
237 |
+
"DDetailer model b": "None",
|
238 |
+
"Denoising strength": "0.4",
|
239 |
+
"DDetailer denoising": "0.4",
|
240 |
+
"DDetailer mask blur": "4",
|
241 |
+
"DDetailer dilation a": "4",
|
242 |
+
"DDetailer dilation b": "4",
|
243 |
+
"DDetailer offset x a": "0",
|
244 |
+
"DDetailer offset x b": "0",
|
245 |
+
"DDetailer offset y a": "0",
|
246 |
+
"DDetailer offset y b": "0",
|
247 |
+
"Threshold percentile": "100",
|
248 |
+
"DDetailer inpaint full": "True",
|
249 |
+
"DDetailer preprocess b": "False",
|
250 |
+
"DDetailer inpaint padding": "32",
|
251 |
+
"Dynamic thresholding enabled": "True"
|
252 |
+
}
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9276bd06-cc15-4dfe-86e1-4484f39b457c/width=450/941092.jpeg",
|
256 |
+
"nsfw": "None",
|
257 |
+
"width": 1024,
|
258 |
+
"height": 1536,
|
259 |
+
"hash": "U6D04QIB1Hs*00IURQI9_NxCt-%N00%fIA%N",
|
260 |
+
"meta": {
|
261 |
+
"Eta": "0.2",
|
262 |
+
"Size": "512x768",
|
263 |
+
"seed": 3381800269,
|
264 |
+
"steps": 30,
|
265 |
+
"Script": "Detection Detailer",
|
266 |
+
"hashes": {
|
267 |
+
"vae": "600345c503"
|
268 |
+
},
|
269 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,irritating _facesmile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nValkyrie warrior, winged helmet with a protective visor, enchanted spear with a lightning pattern, shield with a gold trim, enchanted amulet for flight, mountaintop fortress with a hidden armory\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from behind,upper body",
|
270 |
+
"sampler": "DPM++ SDE Karras",
|
271 |
+
"cfgScale": 7,
|
272 |
+
"Clip skip": "2",
|
273 |
+
"resources": [],
|
274 |
+
"Model hash": "7c8c1f3290",
|
275 |
+
"Hires steps": "10",
|
276 |
+
"Mimic scale": "7",
|
277 |
+
"DDetailer cfg": "7",
|
278 |
+
"Hires upscale": "2",
|
279 |
+
"Hires upscaler": "SwinIR_4x",
|
280 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
281 |
+
"DDetailer conf a": "30",
|
282 |
+
"DDetailer conf b": "30",
|
283 |
+
"DDetailer bitwise": "None",
|
284 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
285 |
+
"DDetailer model b": "None",
|
286 |
+
"Denoising strength": "0.4",
|
287 |
+
"DDetailer denoising": "0.4",
|
288 |
+
"DDetailer mask blur": "4",
|
289 |
+
"DDetailer dilation a": "4",
|
290 |
+
"DDetailer dilation b": "4",
|
291 |
+
"DDetailer offset x a": "0",
|
292 |
+
"DDetailer offset x b": "0",
|
293 |
+
"DDetailer offset y a": "0",
|
294 |
+
"DDetailer offset y b": "0",
|
295 |
+
"Threshold percentile": "100",
|
296 |
+
"DDetailer inpaint full": "True",
|
297 |
+
"DDetailer preprocess b": "False",
|
298 |
+
"DDetailer inpaint padding": "32",
|
299 |
+
"Dynamic thresholding enabled": "True"
|
300 |
+
}
|
301 |
+
},
|
302 |
+
{
|
303 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f948245-a1d1-43b3-b1c5-5ff7071487a5/width=450/966774.jpeg",
|
304 |
+
"nsfw": "None",
|
305 |
+
"width": 4096,
|
306 |
+
"height": 6144,
|
307 |
+
"hash": "UNI;*SaJx]Ip019ZNHRjIU$zWXs:~WM{xvn$",
|
308 |
+
"meta": null
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a55e838-41f0-4ce5-b712-ca84483bd910/width=450/941035.jpeg",
|
312 |
+
"nsfw": "Soft",
|
313 |
+
"width": 1024,
|
314 |
+
"height": 1536,
|
315 |
+
"hash": "UBG[TiIWNdO@4;IWjdfl00~VM{VYI9D*r=={",
|
316 |
+
"meta": {
|
317 |
+
"Eta": "0.2",
|
318 |
+
"Size": "512x768",
|
319 |
+
"seed": 3381800281,
|
320 |
+
"steps": 30,
|
321 |
+
"Script": "Detection Detailer",
|
322 |
+
"hashes": {
|
323 |
+
"vae": "600345c503"
|
324 |
+
},
|
325 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,benevolent _facesmile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Fashion_boutique,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from above,full body",
|
326 |
+
"sampler": "DPM++ SDE Karras",
|
327 |
+
"cfgScale": 7,
|
328 |
+
"Clip skip": "2",
|
329 |
+
"resources": [],
|
330 |
+
"Model hash": "7c8c1f3290",
|
331 |
+
"Hires steps": "10",
|
332 |
+
"Mimic scale": "7",
|
333 |
+
"DDetailer cfg": "7",
|
334 |
+
"Hires upscale": "2",
|
335 |
+
"Hires upscaler": "SwinIR_4x",
|
336 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
337 |
+
"DDetailer conf a": "30",
|
338 |
+
"DDetailer conf b": "30",
|
339 |
+
"DDetailer bitwise": "None",
|
340 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
341 |
+
"DDetailer model b": "None",
|
342 |
+
"Denoising strength": "0.4",
|
343 |
+
"DDetailer denoising": "0.4",
|
344 |
+
"DDetailer mask blur": "4",
|
345 |
+
"DDetailer dilation a": "4",
|
346 |
+
"DDetailer dilation b": "4",
|
347 |
+
"DDetailer offset x a": "0",
|
348 |
+
"DDetailer offset x b": "0",
|
349 |
+
"DDetailer offset y a": "0",
|
350 |
+
"DDetailer offset y b": "0",
|
351 |
+
"Threshold percentile": "100",
|
352 |
+
"DDetailer inpaint full": "True",
|
353 |
+
"DDetailer preprocess b": "False",
|
354 |
+
"DDetailer inpaint padding": "32",
|
355 |
+
"Dynamic thresholding enabled": "True"
|
356 |
+
}
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/514c7728-3d33-403d-b121-4fdfbc2d6f7c/width=450/941043.jpeg",
|
360 |
+
"nsfw": "None",
|
361 |
+
"width": 1024,
|
362 |
+
"height": 1536,
|
363 |
+
"hash": "UJI4|x_49uR.E3-;%M%3tQNGRP%M?bIUM{s:",
|
364 |
+
"meta": {
|
365 |
+
"Eta": "0.2",
|
366 |
+
"Size": "512x768",
|
367 |
+
"seed": 3381800291,
|
368 |
+
"steps": 30,
|
369 |
+
"Script": "Detection Detailer",
|
370 |
+
"hashes": {
|
371 |
+
"vae": "600345c503"
|
372 |
+
},
|
373 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,sorrowful _facesmile,tan skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Brown_plaid_blazer_dress, black_knee-high_boots, chain_shoulder_bag, layered_gold_bracelets, hoop_earrings,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from front,full body",
|
374 |
+
"sampler": "DPM++ SDE Karras",
|
375 |
+
"cfgScale": 7,
|
376 |
+
"Clip skip": "2",
|
377 |
+
"resources": [],
|
378 |
+
"Model hash": "7c8c1f3290",
|
379 |
+
"Hires steps": "10",
|
380 |
+
"Mimic scale": "7",
|
381 |
+
"DDetailer cfg": "7",
|
382 |
+
"Hires upscale": "2",
|
383 |
+
"Hires upscaler": "SwinIR_4x",
|
384 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
385 |
+
"DDetailer conf a": "30",
|
386 |
+
"DDetailer conf b": "30",
|
387 |
+
"DDetailer bitwise": "None",
|
388 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
389 |
+
"DDetailer model b": "None",
|
390 |
+
"Denoising strength": "0.4",
|
391 |
+
"DDetailer denoising": "0.4",
|
392 |
+
"DDetailer mask blur": "4",
|
393 |
+
"DDetailer dilation a": "4",
|
394 |
+
"DDetailer dilation b": "4",
|
395 |
+
"DDetailer offset x a": "0",
|
396 |
+
"DDetailer offset x b": "0",
|
397 |
+
"DDetailer offset y a": "0",
|
398 |
+
"DDetailer offset y b": "0",
|
399 |
+
"Threshold percentile": "100",
|
400 |
+
"DDetailer inpaint full": "True",
|
401 |
+
"DDetailer preprocess b": "False",
|
402 |
+
"DDetailer inpaint padding": "32",
|
403 |
+
"Dynamic thresholding enabled": "True"
|
404 |
+
}
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae9164bb-7cf0-4f30-94d5-b9ea06d95bb2/width=450/941050.jpeg",
|
408 |
+
"nsfw": "None",
|
409 |
+
"width": 1024,
|
410 |
+
"height": 1536,
|
411 |
+
"hash": "UDGSAa~UiHb0%gNG%Mxuq@xa%#tQ00WCIpIo",
|
412 |
+
"meta": {
|
413 |
+
"Eta": "0.2",
|
414 |
+
"Size": "512x768",
|
415 |
+
"seed": 3381800320,
|
416 |
+
"steps": 30,
|
417 |
+
"Script": "Detection Detailer",
|
418 |
+
"hashes": {
|
419 |
+
"vae": "600345c503"
|
420 |
+
},
|
421 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,lamented _facesmile,tan skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Mint_flower_dress, white_sneakers, silver_earrings,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from front,full body",
|
422 |
+
"sampler": "DPM++ SDE Karras",
|
423 |
+
"cfgScale": 7,
|
424 |
+
"Clip skip": "2",
|
425 |
+
"resources": [],
|
426 |
+
"Model hash": "7c8c1f3290",
|
427 |
+
"Hires steps": "10",
|
428 |
+
"Mimic scale": "7",
|
429 |
+
"DDetailer cfg": "7",
|
430 |
+
"Hires upscale": "2",
|
431 |
+
"Hires upscaler": "SwinIR_4x",
|
432 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
433 |
+
"DDetailer conf a": "30",
|
434 |
+
"DDetailer conf b": "30",
|
435 |
+
"DDetailer bitwise": "None",
|
436 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
437 |
+
"DDetailer model b": "None",
|
438 |
+
"Denoising strength": "0.4",
|
439 |
+
"DDetailer denoising": "0.4",
|
440 |
+
"DDetailer mask blur": "4",
|
441 |
+
"DDetailer dilation a": "4",
|
442 |
+
"DDetailer dilation b": "4",
|
443 |
+
"DDetailer offset x a": "0",
|
444 |
+
"DDetailer offset x b": "0",
|
445 |
+
"DDetailer offset y a": "0",
|
446 |
+
"DDetailer offset y b": "0",
|
447 |
+
"Threshold percentile": "100",
|
448 |
+
"DDetailer inpaint full": "True",
|
449 |
+
"DDetailer preprocess b": "False",
|
450 |
+
"DDetailer inpaint padding": "32",
|
451 |
+
"Dynamic thresholding enabled": "True"
|
452 |
+
}
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7158e154-7072-48d3-852c-6c82b344d0c8/width=450/941028.jpeg",
|
456 |
+
"nsfw": "Mature",
|
457 |
+
"width": 1024,
|
458 |
+
"height": 1536,
|
459 |
+
"hash": "UNHn~e-o00-;_4IVD$%M.8%MV@Rj?a%gV[M{",
|
460 |
+
"meta": {
|
461 |
+
"Eta": "0.2",
|
462 |
+
"Size": "512x768",
|
463 |
+
"seed": 3381800258,
|
464 |
+
"steps": 30,
|
465 |
+
"Script": "Detection Detailer",
|
466 |
+
"hashes": {
|
467 |
+
"vae": "600345c503"
|
468 |
+
},
|
469 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,pretentious _facesmile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nGargoyle Sculptor, Stone, Chisel, Wings, Talons, Studio\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from side,full body",
|
470 |
+
"sampler": "DPM++ SDE Karras",
|
471 |
+
"cfgScale": 7,
|
472 |
+
"Clip skip": "2",
|
473 |
+
"resources": [],
|
474 |
+
"Model hash": "7c8c1f3290",
|
475 |
+
"Hires steps": "10",
|
476 |
+
"Mimic scale": "7",
|
477 |
+
"DDetailer cfg": "7",
|
478 |
+
"Hires upscale": "2",
|
479 |
+
"Hires upscaler": "SwinIR_4x",
|
480 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
481 |
+
"DDetailer conf a": "30",
|
482 |
+
"DDetailer conf b": "30",
|
483 |
+
"DDetailer bitwise": "None",
|
484 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
485 |
+
"DDetailer model b": "None",
|
486 |
+
"Denoising strength": "0.4",
|
487 |
+
"DDetailer denoising": "0.4",
|
488 |
+
"DDetailer mask blur": "4",
|
489 |
+
"DDetailer dilation a": "4",
|
490 |
+
"DDetailer dilation b": "4",
|
491 |
+
"DDetailer offset x a": "0",
|
492 |
+
"DDetailer offset x b": "0",
|
493 |
+
"DDetailer offset y a": "0",
|
494 |
+
"DDetailer offset y b": "0",
|
495 |
+
"Threshold percentile": "100",
|
496 |
+
"DDetailer inpaint full": "True",
|
497 |
+
"DDetailer preprocess b": "False",
|
498 |
+
"DDetailer inpaint padding": "32",
|
499 |
+
"Dynamic thresholding enabled": "True"
|
500 |
+
}
|
501 |
+
}
|
502 |
+
],
|
503 |
+
"downloadUrl": "https://civitai.com/api/download/models/83446"
|
504 |
+
}
|
505 |
+
]
|
506 |
+
}
|
BBMIX-ANN/bbmixANN_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c8c1f3290acd9b47c692b0b12765b1efa70175e8eb7a73bfe80e3ef078f92bf
|
3 |
+
size 2378777674
|
BBMIX-EIMI/README.txt
ADDED
@@ -0,0 +1,526 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 72288,
|
3 |
+
"name": "BBMIX-EIMI",
|
4 |
+
"description": "<h1 id=\"bbmix-eimi\">BBMIX-EIMI</h1><p>Clear eyes and orange, red, elastic and lively skin is an attractive model, and it must be a familiar appearance. In this model, background and body unet control, weight interpretation and other settings were finely adjusted.</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, (nice leg line:1.3),thick thighs,thin waist</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><p></p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>official art, unity 8k wallpaper, ultra detailed, ultra high res, 8k uhd, film grain, delicate, RAW, light particles, detailed skin texture, detailed armor texture, detailed face, intricate details, ultra detailed,</p><p>Reality Emphasis Prompt Excludes Detail Emphasis Prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p><p></p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 1264,
|
14 |
+
"favoriteCount": 413,
|
15 |
+
"commentCount": 2,
|
16 |
+
"ratingCount": 5,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"sexy",
|
27 |
+
"female",
|
28 |
+
"woman",
|
29 |
+
"cute",
|
30 |
+
"girls"
|
31 |
+
],
|
32 |
+
"modelVersions": [
|
33 |
+
{
|
34 |
+
"id": 77031,
|
35 |
+
"modelId": 72288,
|
36 |
+
"name": "v1.0",
|
37 |
+
"createdAt": "2023-05-21T16:48:26.905Z",
|
38 |
+
"updatedAt": "2023-05-21T17:01:22.314Z",
|
39 |
+
"trainedWords": [
|
40 |
+
"masterpiece",
|
41 |
+
"best quality",
|
42 |
+
"white theme",
|
43 |
+
"black theme"
|
44 |
+
],
|
45 |
+
"baseModel": "SD 1.5",
|
46 |
+
"earlyAccessTimeFrame": 0,
|
47 |
+
"description": "<p>RC1</p>",
|
48 |
+
"stats": {
|
49 |
+
"downloadCount": 1264,
|
50 |
+
"ratingCount": 5,
|
51 |
+
"rating": 5
|
52 |
+
},
|
53 |
+
"files": [
|
54 |
+
{
|
55 |
+
"name": "clearvae_main2.safetensors",
|
56 |
+
"id": 55307,
|
57 |
+
"sizeKB": 326797.86328125,
|
58 |
+
"type": "VAE",
|
59 |
+
"metadata": {
|
60 |
+
"fp": null,
|
61 |
+
"size": null,
|
62 |
+
"format": "Other"
|
63 |
+
},
|
64 |
+
"pickleScanResult": "Success",
|
65 |
+
"pickleScanMessage": "No Pickle imports",
|
66 |
+
"virusScanResult": "Success",
|
67 |
+
"scannedAt": "2023-05-25T11:56:02.404Z",
|
68 |
+
"hashes": {
|
69 |
+
"AutoV1": "89ABF451",
|
70 |
+
"AutoV2": "600345C503",
|
71 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
72 |
+
"CRC32": "A5AC268D",
|
73 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
74 |
+
},
|
75 |
+
"downloadUrl": "https://civitai.com/api/download/models/77031?type=VAE&format=Other"
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"name": "bbmixEIMI_v10.safetensors",
|
79 |
+
"id": 53111,
|
80 |
+
"sizeKB": 4001869.052734375,
|
81 |
+
"type": "Model",
|
82 |
+
"metadata": {
|
83 |
+
"fp": "fp16",
|
84 |
+
"size": "pruned",
|
85 |
+
"format": "SafeTensor"
|
86 |
+
},
|
87 |
+
"pickleScanResult": "Success",
|
88 |
+
"pickleScanMessage": "No Pickle imports",
|
89 |
+
"virusScanResult": "Success",
|
90 |
+
"scannedAt": "2023-05-21T17:03:29.243Z",
|
91 |
+
"hashes": {
|
92 |
+
"AutoV1": "DE2F2560",
|
93 |
+
"AutoV2": "37F1F187ED",
|
94 |
+
"SHA256": "37F1F187ED2EE090B224A16762AC7AE6C71D30152617C0218BE72452D926F610",
|
95 |
+
"CRC32": "E5D87DBD",
|
96 |
+
"BLAKE3": "4797C0F054AD52852887CABF6FBEF16CA0BD09A06677B259C7E588ABD75C79B8"
|
97 |
+
},
|
98 |
+
"downloadUrl": "https://civitai.com/api/download/models/77031",
|
99 |
+
"primary": true
|
100 |
+
}
|
101 |
+
],
|
102 |
+
"images": [
|
103 |
+
{
|
104 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56e02c91-3988-470d-a041-6d51a7bd347b/width=450/863808.jpeg",
|
105 |
+
"nsfw": "Soft",
|
106 |
+
"width": 1024,
|
107 |
+
"height": 1536,
|
108 |
+
"hash": "ULELs#-;IpNH?w%2xHW=O@S4smxa9vE2e-xZ",
|
109 |
+
"meta": {
|
110 |
+
"Eta": "0.2",
|
111 |
+
"Size": "512x768",
|
112 |
+
"seed": 1093849213,
|
113 |
+
"steps": 30,
|
114 |
+
"Script": "Detection Detailer",
|
115 |
+
"hashes": {
|
116 |
+
"vae": "600345c503",
|
117 |
+
"embed:badhandv4": "5e40d722fc",
|
118 |
+
"embed:EasyNegative": "66a7279a88"
|
119 |
+
},
|
120 |
+
"prompt": "masterpiece, best quality,1girl,young girl,misty_rose eyes,long hair,mesugaki smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nA winged dragon with iridescent scales perched on a rocky outcrop overlooking a valley filled with villages and farmland. The dragon is breathing fire, and the setting is at sunset, casting an orange glow over the landscape.,landscape\nBREAK\nstore,crowd,depth of field,looking at viewer,squatting,from behind,upper body,legsupsexms",
|
121 |
+
"sampler": "DPM++ SDE Karras",
|
122 |
+
"cfgScale": 7,
|
123 |
+
"Clip skip": "2",
|
124 |
+
"resources": [],
|
125 |
+
"Model hash": "37f1f187ed",
|
126 |
+
"Hires steps": "10",
|
127 |
+
"Mimic scale": "7",
|
128 |
+
"DDetailer cfg": "7",
|
129 |
+
"Hires upscale": "2",
|
130 |
+
"Hires upscaler": "SwinIR_4x",
|
131 |
+
"negativePrompt": "EasyNegative, badhandv4, bad anatomy, pencil",
|
132 |
+
"DDetailer conf a": "30",
|
133 |
+
"DDetailer conf b": "30",
|
134 |
+
"DDetailer bitwise": "None",
|
135 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
136 |
+
"DDetailer model b": "None",
|
137 |
+
"Denoising strength": "0.4",
|
138 |
+
"DDetailer denoising": "0.4",
|
139 |
+
"DDetailer mask blur": "4",
|
140 |
+
"DDetailer dilation a": "4",
|
141 |
+
"DDetailer dilation b": "4",
|
142 |
+
"DDetailer offset x a": "0",
|
143 |
+
"DDetailer offset x b": "0",
|
144 |
+
"DDetailer offset y a": "0",
|
145 |
+
"DDetailer offset y b": "0",
|
146 |
+
"Threshold percentile": "100",
|
147 |
+
"DDetailer inpaint full": "True",
|
148 |
+
"DDetailer preprocess b": "False",
|
149 |
+
"DDetailer inpaint padding": "32",
|
150 |
+
"Dynamic thresholding enabled": "True"
|
151 |
+
}
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e5b6bae-7e50-4116-baf8-bd09653b779c/width=450/863795.jpeg",
|
155 |
+
"nsfw": "Soft",
|
156 |
+
"width": 1024,
|
157 |
+
"height": 1536,
|
158 |
+
"hash": "U9GIG%_3x[D%000fIU-;^*~p-V-;-W0f^+IU",
|
159 |
+
"meta": {
|
160 |
+
"Eta": "0.2",
|
161 |
+
"Size": "512x768",
|
162 |
+
"seed": 1093849210,
|
163 |
+
"steps": 30,
|
164 |
+
"Script": "Detection Detailer",
|
165 |
+
"hashes": {
|
166 |
+
"vae": "600345c503",
|
167 |
+
"embed:badhandv4": "5e40d722fc",
|
168 |
+
"embed:EasyNegative": "66a7279a88"
|
169 |
+
},
|
170 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brass eyes,long hair,happy smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nGladiator, leather armor, gladius sword, shield, fighting in an arena, cheered on by a crowd, facing a fierce opponent.,, Outdoor_space_featuring_sculptures_and_artwork,\nBREAK\npark,crowd,depth of field,looking at viewer,squatting,from side,full body,legsupsexms",
|
171 |
+
"sampler": "DPM++ SDE Karras",
|
172 |
+
"cfgScale": 7,
|
173 |
+
"Clip skip": "2",
|
174 |
+
"resources": [],
|
175 |
+
"Model hash": "37f1f187ed",
|
176 |
+
"Hires steps": "10",
|
177 |
+
"Mimic scale": "7",
|
178 |
+
"DDetailer cfg": "7",
|
179 |
+
"Hires upscale": "2",
|
180 |
+
"Hires upscaler": "SwinIR_4x",
|
181 |
+
"negativePrompt": "EasyNegative, badhandv4, bad anatomy, pencil",
|
182 |
+
"DDetailer conf a": "30",
|
183 |
+
"DDetailer conf b": "30",
|
184 |
+
"DDetailer bitwise": "None",
|
185 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
186 |
+
"DDetailer model b": "None",
|
187 |
+
"Denoising strength": "0.4",
|
188 |
+
"DDetailer denoising": "0.4",
|
189 |
+
"DDetailer mask blur": "4",
|
190 |
+
"DDetailer dilation a": "4",
|
191 |
+
"DDetailer dilation b": "4",
|
192 |
+
"DDetailer offset x a": "0",
|
193 |
+
"DDetailer offset x b": "0",
|
194 |
+
"DDetailer offset y a": "0",
|
195 |
+
"DDetailer offset y b": "0",
|
196 |
+
"Threshold percentile": "100",
|
197 |
+
"DDetailer inpaint full": "True",
|
198 |
+
"DDetailer preprocess b": "False",
|
199 |
+
"DDetailer inpaint padding": "32",
|
200 |
+
"Dynamic thresholding enabled": "True"
|
201 |
+
}
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a28cb03-13ad-4f23-a013-18d8ba34f9fb/width=450/863804.jpeg",
|
205 |
+
"nsfw": "Soft",
|
206 |
+
"width": 1024,
|
207 |
+
"height": 1536,
|
208 |
+
"hash": "UHD+}7-:EgM{_MV[M}Rj0KD%Met7IAbFE1s;",
|
209 |
+
"meta": {
|
210 |
+
"Eta": "0.2",
|
211 |
+
"Size": "512x768",
|
212 |
+
"seed": 1093849201,
|
213 |
+
"steps": 30,
|
214 |
+
"Script": "Detection Detailer",
|
215 |
+
"hashes": {
|
216 |
+
"vae": "600345c503",
|
217 |
+
"embed:badhandv4": "5e40d722fc",
|
218 |
+
"embed:EasyNegative": "66a7279a88"
|
219 |
+
},
|
220 |
+
"prompt": "masterpiece, best quality,1girl,young girl,sun_yellow eyes,long hair,evil smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nFemale Priest, Long, flowing robes with intricate golden embroidery, a golden cross necklace, and leather sandals, Deep forest with dense vegetation and towering trees, The female priest is walking through the forest, carrying a wooden staff and a leather satchel filled with holy books and herbs for healing. Suddenly, she hears a strange gurgling noise and turns to see a large, slimy creature with writhing tentacles emerging from the underbrush,The slime lunges towards her, its tentacles wrappingaround herbodyand squeezingtightly. The priest struggles to free herself, but the slime's acidic bodily fluids begin to eat away at her robes, causing them to dissolve and melt away, The priest's face contorts in pain and terror as she tries desperately to break free from the slime's grasp, her eyes wide with fear and her mouth open in a silent scream.,, Rocky_cliffs_that_overlook_the_ocean,\nBREAK\nstore,crowd,depth of field,looking at viewer,squatting,from front,full body,legsupsexms",
|
221 |
+
"sampler": "DPM++ SDE Karras",
|
222 |
+
"cfgScale": 7,
|
223 |
+
"Clip skip": "2",
|
224 |
+
"resources": [],
|
225 |
+
"Model hash": "37f1f187ed",
|
226 |
+
"Hires steps": "10",
|
227 |
+
"Mimic scale": "7",
|
228 |
+
"DDetailer cfg": "7",
|
229 |
+
"Hires upscale": "2",
|
230 |
+
"Hires upscaler": "SwinIR_4x",
|
231 |
+
"negativePrompt": "EasyNegative, badhandv4, bad anatomy, pencil",
|
232 |
+
"DDetailer conf a": "30",
|
233 |
+
"DDetailer conf b": "30",
|
234 |
+
"DDetailer bitwise": "None",
|
235 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
236 |
+
"DDetailer model b": "None",
|
237 |
+
"Denoising strength": "0.4",
|
238 |
+
"DDetailer denoising": "0.4",
|
239 |
+
"DDetailer mask blur": "4",
|
240 |
+
"DDetailer dilation a": "4",
|
241 |
+
"DDetailer dilation b": "4",
|
242 |
+
"DDetailer offset x a": "0",
|
243 |
+
"DDetailer offset x b": "0",
|
244 |
+
"DDetailer offset y a": "0",
|
245 |
+
"DDetailer offset y b": "0",
|
246 |
+
"Threshold percentile": "100",
|
247 |
+
"DDetailer inpaint full": "True",
|
248 |
+
"DDetailer preprocess b": "False",
|
249 |
+
"DDetailer inpaint padding": "32",
|
250 |
+
"Dynamic thresholding enabled": "True"
|
251 |
+
}
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9599b5af-beaf-4fd3-aded-1ae6bfbe6c07/width=450/863805.jpeg",
|
255 |
+
"nsfw": "None",
|
256 |
+
"width": 1024,
|
257 |
+
"height": 1536,
|
258 |
+
"hash": "USF~U8-;oa%M_4R+NG%M^+xajv%M%NbIWCog",
|
259 |
+
"meta": {
|
260 |
+
"Eta": "0.2",
|
261 |
+
"Size": "512x768",
|
262 |
+
"seed": 1093849200,
|
263 |
+
"steps": 30,
|
264 |
+
"Script": "Detection Detailer",
|
265 |
+
"hashes": {
|
266 |
+
"vae": "600345c503",
|
267 |
+
"embed:badhandv4": "5e40d722fc",
|
268 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
269 |
+
},
|
270 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brass eyes,short hair,happy smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nPirate, Leather boots, ragged trousers, a striped shirt, a bandana, and a tricorn hat, A ship deck, Swashbuckling in a sword fight with a rival pirate, Leaping from the mast to attack, Ferocious determination,, Narrow_and_steep-sided_valley_with_a_stream_or_river,\nBREAK\ncity,crowd,depth of field,looking at viewer,squatting,from front,upper body,legsupsexms",
|
271 |
+
"sampler": "DPM++ SDE Karras",
|
272 |
+
"cfgScale": 7,
|
273 |
+
"Clip skip": "2",
|
274 |
+
"resources": [],
|
275 |
+
"Model hash": "37f1f187ed",
|
276 |
+
"Hires steps": "10",
|
277 |
+
"Mimic scale": "7",
|
278 |
+
"DDetailer cfg": "7",
|
279 |
+
"Hires upscale": "2",
|
280 |
+
"Hires upscaler": "SwinIR_4x",
|
281 |
+
"negativePrompt": "verybadimagenegative_v1.3, badhandv4, bad anatomy, pencil",
|
282 |
+
"DDetailer conf a": "30",
|
283 |
+
"DDetailer conf b": "30",
|
284 |
+
"DDetailer bitwise": "None",
|
285 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
286 |
+
"DDetailer model b": "None",
|
287 |
+
"Denoising strength": "0.4",
|
288 |
+
"DDetailer denoising": "0.4",
|
289 |
+
"DDetailer mask blur": "4",
|
290 |
+
"DDetailer dilation a": "4",
|
291 |
+
"DDetailer dilation b": "4",
|
292 |
+
"DDetailer offset x a": "0",
|
293 |
+
"DDetailer offset x b": "0",
|
294 |
+
"DDetailer offset y a": "0",
|
295 |
+
"DDetailer offset y b": "0",
|
296 |
+
"Threshold percentile": "100",
|
297 |
+
"DDetailer inpaint full": "True",
|
298 |
+
"DDetailer preprocess b": "False",
|
299 |
+
"DDetailer inpaint padding": "32",
|
300 |
+
"Dynamic thresholding enabled": "True"
|
301 |
+
}
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ce198d2-1c71-486b-b4e6-cd6ccb47931c/width=450/863759.jpeg",
|
305 |
+
"nsfw": "Soft",
|
306 |
+
"width": 1024,
|
307 |
+
"height": 1536,
|
308 |
+
"hash": "UFEySZ029E%L?[nn9FWVOHxWrqNKxuIWM_%L",
|
309 |
+
"meta": null
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23ec1580-fbc2-4c63-adbf-3d5916ea6268/width=450/863806.jpeg",
|
313 |
+
"nsfw": "None",
|
314 |
+
"width": 1024,
|
315 |
+
"height": 1536,
|
316 |
+
"hash": "UVI}ea4oyCxu_NRjxuxu57xZRlX8D%R%j]V@",
|
317 |
+
"meta": {
|
318 |
+
"Eta": "0.2",
|
319 |
+
"Size": "512x768",
|
320 |
+
"seed": 1093849196,
|
321 |
+
"steps": 30,
|
322 |
+
"Script": "Detection Detailer",
|
323 |
+
"hashes": {
|
324 |
+
"vae": "600345c503",
|
325 |
+
"embed:badhandv4": "5e40d722fc",
|
326 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
327 |
+
},
|
328 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown_sugar eyes,drill hair,mesugaki smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nPirate, Tricorn hat, eye patch, bandana, puffy shirt, boots, On deck of ship, Boarding enemy vessel, Swinging from ropes, brandishing cutlass, Fierce and determined,, Jewelry_making_studio,\nBREAK\ncity,crowd,depth of field,looking at viewer,standing,from front,upper body,legsupsexms",
|
329 |
+
"sampler": "DPM++ SDE Karras",
|
330 |
+
"cfgScale": 7,
|
331 |
+
"Clip skip": "2",
|
332 |
+
"resources": [],
|
333 |
+
"Model hash": "37f1f187ed",
|
334 |
+
"Hires steps": "10",
|
335 |
+
"Mimic scale": "7",
|
336 |
+
"DDetailer cfg": "7",
|
337 |
+
"Hires upscale": "2",
|
338 |
+
"Hires upscaler": "SwinIR_4x",
|
339 |
+
"negativePrompt": "verybadimagenegative_v1.3, badhandv4, bad anatomy, pencil",
|
340 |
+
"DDetailer conf a": "30",
|
341 |
+
"DDetailer conf b": "30",
|
342 |
+
"DDetailer bitwise": "None",
|
343 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
344 |
+
"DDetailer model b": "None",
|
345 |
+
"Denoising strength": "0.4",
|
346 |
+
"DDetailer denoising": "0.4",
|
347 |
+
"DDetailer mask blur": "4",
|
348 |
+
"DDetailer dilation a": "4",
|
349 |
+
"DDetailer dilation b": "4",
|
350 |
+
"DDetailer offset x a": "0",
|
351 |
+
"DDetailer offset x b": "0",
|
352 |
+
"DDetailer offset y a": "0",
|
353 |
+
"DDetailer offset y b": "0",
|
354 |
+
"Threshold percentile": "100",
|
355 |
+
"DDetailer inpaint full": "True",
|
356 |
+
"DDetailer preprocess b": "False",
|
357 |
+
"DDetailer inpaint padding": "32",
|
358 |
+
"Dynamic thresholding enabled": "True"
|
359 |
+
}
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17cdabd6-005c-4c3a-8e62-1cfaea9d61d7/width=450/926714.jpeg",
|
363 |
+
"nsfw": "None",
|
364 |
+
"width": 1536,
|
365 |
+
"height": 2304,
|
366 |
+
"hash": "UAGv9Y00*I01P;+[9GZj0%?u=a?bHZ4:.7X9",
|
367 |
+
"meta": {
|
368 |
+
"Eta": "0.2",
|
369 |
+
"Size": "1024x1536",
|
370 |
+
"seed": 1912354084,
|
371 |
+
"steps": 30,
|
372 |
+
"hashes": {
|
373 |
+
"vae": "600345c503",
|
374 |
+
"model": "37f1f187ed"
|
375 |
+
},
|
376 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,disappointed _face,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nmagical spells, mythical creatures, ancient artifacts, epic battles, hidden lairs, chosen ones\nBREAK\naround crowd:1.1,depth of field,looking at viewer,sitting,from behind,upper body",
|
377 |
+
"sampler": "DPM++ SDE Karras",
|
378 |
+
"cfgScale": 7,
|
379 |
+
"Clip skip": "2",
|
380 |
+
"Mask blur": "4",
|
381 |
+
"resources": [],
|
382 |
+
"Model hash": "37f1f187ed",
|
383 |
+
"Mimic scale": "7",
|
384 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
385 |
+
"Denoising strength": "0.4",
|
386 |
+
"SD upscale overlap": "64",
|
387 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
388 |
+
"Threshold percentile": "100",
|
389 |
+
"Dynamic thresholding enabled": "True"
|
390 |
+
}
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c1fa2fe-2ddd-4c22-b28b-e0abe7fcf2e4/width=450/863754.jpeg",
|
394 |
+
"nsfw": "Soft",
|
395 |
+
"width": 1024,
|
396 |
+
"height": 1536,
|
397 |
+
"hash": "UEHxHU0Ju4-:~pDjozNF01DibwD%00yDwcRj",
|
398 |
+
"meta": {
|
399 |
+
"Eta": "0.2",
|
400 |
+
"Size": "1024x1536",
|
401 |
+
"seed": 1018964107,
|
402 |
+
"steps": 30,
|
403 |
+
"hashes": {
|
404 |
+
"vae": "600345c503",
|
405 |
+
"embed:badhandv4": "5e40d722fc",
|
406 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
407 |
+
},
|
408 |
+
"prompt": "masterpiece, best quality,2girl,young girl,black eyes, burgundy, straight hair,scoffing _face,shiny skin,huge breasts,nice leg line:1.3,thick thighs, thin waist,, Cleavage_white_button-down_blouse, high-waisted_black_pencil_skirt, black_strappy_heels, gold_choker_necklace, black_leather_clutch, cityscape,looking at viewer,cowboy shot,upper body",
|
409 |
+
"sampler": "DPM++ SDE Karras",
|
410 |
+
"cfgScale": 7,
|
411 |
+
"Clip skip": "2",
|
412 |
+
"Mask blur": "4",
|
413 |
+
"resources": [],
|
414 |
+
"Model hash": "37f1f187ed",
|
415 |
+
"Mimic scale": "7",
|
416 |
+
"negativePrompt": "verybadimagenegative_v1.3, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
417 |
+
"Denoising strength": "0.4",
|
418 |
+
"Threshold percentile": "100",
|
419 |
+
"Dynamic thresholding enabled": "True"
|
420 |
+
}
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07062e7a-c7cd-4fe8-859b-31a2bb91347e/width=450/863785.jpeg",
|
424 |
+
"nsfw": "None",
|
425 |
+
"width": 1024,
|
426 |
+
"height": 1536,
|
427 |
+
"hash": "UHF$%~00Fdxu?^rVE3Se,[ELxHM{%2NHIp-U",
|
428 |
+
"meta": {
|
429 |
+
"Eta": "0.2",
|
430 |
+
"Size": "512x768",
|
431 |
+
"seed": 1093849193,
|
432 |
+
"steps": 30,
|
433 |
+
"Script": "Detection Detailer",
|
434 |
+
"hashes": {
|
435 |
+
"vae": "600345c503",
|
436 |
+
"embed:badhandv4": "5e40d722fc",
|
437 |
+
"embed:EasyNegative": "66a7279a88"
|
438 |
+
},
|
439 |
+
"prompt": "masterpiece, best quality,1girl,young girl,tan_brown eyes,long hair,happy smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nelf, green tunic, hood, bow and arrows, boots, forest, hunting for food and protecting nature, shooting arrows with accuracy and grace, calm and wise,, Sandy_shore_by_the_ocean,\nBREAK\nstore,crowd,depth of field,looking at viewer,squatting,from above,full body,legsupsexms",
|
440 |
+
"sampler": "DPM++ SDE Karras",
|
441 |
+
"cfgScale": 7,
|
442 |
+
"Clip skip": "2",
|
443 |
+
"resources": [],
|
444 |
+
"Model hash": "37f1f187ed",
|
445 |
+
"Hires steps": "10",
|
446 |
+
"Mimic scale": "7",
|
447 |
+
"DDetailer cfg": "7",
|
448 |
+
"Hires upscale": "2",
|
449 |
+
"Hires upscaler": "SwinIR_4x",
|
450 |
+
"negativePrompt": "EasyNegative, badhandv4, bad anatomy, pencil",
|
451 |
+
"DDetailer conf a": "30",
|
452 |
+
"DDetailer conf b": "30",
|
453 |
+
"DDetailer bitwise": "None",
|
454 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
455 |
+
"DDetailer model b": "None",
|
456 |
+
"Denoising strength": "0.4",
|
457 |
+
"DDetailer denoising": "0.4",
|
458 |
+
"DDetailer mask blur": "4",
|
459 |
+
"DDetailer dilation a": "4",
|
460 |
+
"DDetailer dilation b": "4",
|
461 |
+
"DDetailer offset x a": "0",
|
462 |
+
"DDetailer offset x b": "0",
|
463 |
+
"DDetailer offset y a": "0",
|
464 |
+
"DDetailer offset y b": "0",
|
465 |
+
"Threshold percentile": "100",
|
466 |
+
"DDetailer inpaint full": "True",
|
467 |
+
"DDetailer preprocess b": "False",
|
468 |
+
"DDetailer inpaint padding": "32",
|
469 |
+
"Dynamic thresholding enabled": "True"
|
470 |
+
}
|
471 |
+
},
|
472 |
+
{
|
473 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b701927f-b841-43cf-a70d-d776404748c2/width=450/863770.jpeg",
|
474 |
+
"nsfw": "None",
|
475 |
+
"width": 1024,
|
476 |
+
"height": 1536,
|
477 |
+
"hash": "UCGl6F9Y0J~pPnbC-T-:%Os;IUxY^mIV9G-p",
|
478 |
+
"meta": {
|
479 |
+
"Eta": "0.2",
|
480 |
+
"Size": "512x768",
|
481 |
+
"seed": 1093849191,
|
482 |
+
"steps": 30,
|
483 |
+
"Script": "Detection Detailer",
|
484 |
+
"hashes": {
|
485 |
+
"vae": "600345c503",
|
486 |
+
"embed:badhandv4": "5e40d722fc",
|
487 |
+
"embed:EasyNegative": "66a7279a88"
|
488 |
+
},
|
489 |
+
"prompt": "masterpiece, best quality,1girl,young girl,purple_monster eyes,long hair,mesugaki smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nVintner, Vintner, Long green velvet coat with gold buttons, white ruffled shirt, black trousers, tall leather boots, a wide-brimmed hat with a feather, A vast vineyard with rolling hills, grapevines as far as the eye can see, Harvest season, the vintner inspects the grapes to ensure they are of the highest quality for the wine-making process, The vintner holds a bunch of grapes up to the sunlight and examines them closely, checking for ripeness and signs of disease, The vintner wears a serious expression, reflecting the importance of selecting only the best grapes for thewine.,landscape\nBREAK\nstore,crowd,depth of field,looking at viewer,standing,from behind,upper body,legsupsexms",
|
490 |
+
"sampler": "DPM++ SDE Karras",
|
491 |
+
"cfgScale": 7,
|
492 |
+
"Clip skip": "2",
|
493 |
+
"resources": [],
|
494 |
+
"Model hash": "37f1f187ed",
|
495 |
+
"Hires steps": "10",
|
496 |
+
"Mimic scale": "7",
|
497 |
+
"DDetailer cfg": "7",
|
498 |
+
"Hires upscale": "2",
|
499 |
+
"Hires upscaler": "SwinIR_4x",
|
500 |
+
"negativePrompt": "EasyNegative, badhandv4, bad anatomy, pencil",
|
501 |
+
"DDetailer conf a": "30",
|
502 |
+
"DDetailer conf b": "30",
|
503 |
+
"DDetailer bitwise": "None",
|
504 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
505 |
+
"DDetailer model b": "None",
|
506 |
+
"Denoising strength": "0.4",
|
507 |
+
"DDetailer denoising": "0.4",
|
508 |
+
"DDetailer mask blur": "4",
|
509 |
+
"DDetailer dilation a": "4",
|
510 |
+
"DDetailer dilation b": "4",
|
511 |
+
"DDetailer offset x a": "0",
|
512 |
+
"DDetailer offset x b": "0",
|
513 |
+
"DDetailer offset y a": "0",
|
514 |
+
"DDetailer offset y b": "0",
|
515 |
+
"Threshold percentile": "100",
|
516 |
+
"DDetailer inpaint full": "True",
|
517 |
+
"DDetailer preprocess b": "False",
|
518 |
+
"DDetailer inpaint padding": "32",
|
519 |
+
"Dynamic thresholding enabled": "True"
|
520 |
+
}
|
521 |
+
}
|
522 |
+
],
|
523 |
+
"downloadUrl": "https://civitai.com/api/download/models/77031"
|
524 |
+
}
|
525 |
+
]
|
526 |
+
}
|
BBMIX-EIMI/bbmixEIMI_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37f1f187ed2ee090b224a16762ac7ae6c71d30152617c0218be72452d926f610
|
3 |
+
size 4097913910
|
BBMIX-EVE/bbMIXEVE_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f00f4bf818993fcf57c2494c95c6f183e1625bf4c87cce8b646ba6cf59279da
|
3 |
+
size 2132625609
|
BBMIX-HANNA/README.txt
ADDED
@@ -0,0 +1,513 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 84717,
|
3 |
+
"name": "BBMIX-HANNA",
|
4 |
+
"description": "<h1 id=\"bbmix-julia\">BBMIX-HANNA (Semi-realstic)</h1><p>It is a model that can be drawn with a cute face and semi-realistic body, and it goes well with some Lora.</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, (nice leg line:1.3),thin waist</p></li><li><p>((huge breasts:1.49)) --> Basically, the chest is printed small</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /></p><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /></p><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /></p><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><p></p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>Because this modelbase is a 3D and semirealistic model, it excludes the 2D highlight prompt and the flat color highlight prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 612,
|
14 |
+
"favoriteCount": 164,
|
15 |
+
"commentCount": 8,
|
16 |
+
"ratingCount": 1,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"photorealistic",
|
27 |
+
"sexy",
|
28 |
+
"female",
|
29 |
+
"woman",
|
30 |
+
"girls"
|
31 |
+
],
|
32 |
+
"modelVersions": [
|
33 |
+
{
|
34 |
+
"id": 90062,
|
35 |
+
"modelId": 84717,
|
36 |
+
"name": "v1.0",
|
37 |
+
"createdAt": "2023-06-06T00:23:41.348Z",
|
38 |
+
"updatedAt": "2023-06-06T00:31:05.118Z",
|
39 |
+
"trainedWords": [
|
40 |
+
"masterpiece",
|
41 |
+
"best quality"
|
42 |
+
],
|
43 |
+
"baseModel": "SD 1.5",
|
44 |
+
"earlyAccessTimeFrame": 0,
|
45 |
+
"description": "<p>RC2</p>",
|
46 |
+
"stats": {
|
47 |
+
"downloadCount": 612,
|
48 |
+
"ratingCount": 1,
|
49 |
+
"rating": 5
|
50 |
+
},
|
51 |
+
"files": [
|
52 |
+
{
|
53 |
+
"name": "bbmixHANNA_v10.safetensors",
|
54 |
+
"id": 61924,
|
55 |
+
"sizeKB": 2323025.072265625,
|
56 |
+
"type": "Model",
|
57 |
+
"metadata": {
|
58 |
+
"fp": "fp16",
|
59 |
+
"size": "pruned",
|
60 |
+
"format": "SafeTensor"
|
61 |
+
},
|
62 |
+
"pickleScanResult": "Success",
|
63 |
+
"pickleScanMessage": "No Pickle imports",
|
64 |
+
"virusScanResult": "Success",
|
65 |
+
"scannedAt": "2023-06-06T00:37:14.197Z",
|
66 |
+
"hashes": {
|
67 |
+
"AutoV1": "59591B48",
|
68 |
+
"AutoV2": "28A4939D1A",
|
69 |
+
"SHA256": "28A4939D1A147CDA86D6327345FD8D894931ED24F28B4E6A3D519BA8E5CF3791",
|
70 |
+
"CRC32": "BAE1F7DA",
|
71 |
+
"BLAKE3": "36BD3A6516D066C307171CED4AFCE0CC6C8CD1113C5F1D2BE3E819323D1F8F3D"
|
72 |
+
},
|
73 |
+
"downloadUrl": "https://civitai.com/api/download/models/90062",
|
74 |
+
"primary": true
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"name": "clearvae_main2.safetensors",
|
78 |
+
"id": 61923,
|
79 |
+
"sizeKB": 326797.86328125,
|
80 |
+
"type": "VAE",
|
81 |
+
"metadata": {
|
82 |
+
"fp": null,
|
83 |
+
"size": null,
|
84 |
+
"format": "Other"
|
85 |
+
},
|
86 |
+
"pickleScanResult": "Success",
|
87 |
+
"pickleScanMessage": "No Pickle imports",
|
88 |
+
"virusScanResult": "Success",
|
89 |
+
"scannedAt": "2023-06-06T00:26:34.513Z",
|
90 |
+
"hashes": {
|
91 |
+
"AutoV1": "89ABF451",
|
92 |
+
"AutoV2": "600345C503",
|
93 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
94 |
+
"CRC32": "A5AC268D",
|
95 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
96 |
+
},
|
97 |
+
"downloadUrl": "https://civitai.com/api/download/models/90062?type=VAE&format=Other"
|
98 |
+
}
|
99 |
+
],
|
100 |
+
"images": [
|
101 |
+
{
|
102 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faeef3e0-9ba6-4124-8eef-95c3d56a24cc/width=450/1044175.jpeg",
|
103 |
+
"nsfw": "None",
|
104 |
+
"width": 1024,
|
105 |
+
"height": 1536,
|
106 |
+
"hash": "U8GbF[Q,9s$e8_~p-o?HM{_3JQ-;r{01AIE1",
|
107 |
+
"meta": {
|
108 |
+
"Eta": "0.2",
|
109 |
+
"Size": "512x768",
|
110 |
+
"seed": 2773643235,
|
111 |
+
"steps": 30,
|
112 |
+
"Script": "Detection Detailer",
|
113 |
+
"hashes": {
|
114 |
+
"vae": "600345c503",
|
115 |
+
"model": "28a4939d1a"
|
116 |
+
},
|
117 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,long hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,large breasts\nBREAK\npolka_dots_blazer_dress,socks,sneakers\nBREAK\nnight,store,crowd:1.1,depth of field,looking at viewer,standing,from front,full body",
|
118 |
+
"sampler": "DPM++ SDE Karras",
|
119 |
+
"cfgScale": 7,
|
120 |
+
"Clip skip": "2",
|
121 |
+
"resources": [],
|
122 |
+
"Model hash": "28a4939d1a",
|
123 |
+
"Hires steps": "10",
|
124 |
+
"Mimic scale": "7",
|
125 |
+
"DDetailer cfg": "7",
|
126 |
+
"Hires upscale": "2",
|
127 |
+
"Hires upscaler": "SwinIR_4x",
|
128 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
129 |
+
"DDetailer conf a": "30",
|
130 |
+
"DDetailer conf b": "30",
|
131 |
+
"DDetailer bitwise": "None",
|
132 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
133 |
+
"DDetailer model b": "None",
|
134 |
+
"Denoising strength": "0.4",
|
135 |
+
"DDetailer denoising": "0.4",
|
136 |
+
"DDetailer mask blur": "4",
|
137 |
+
"DDetailer dilation a": "4",
|
138 |
+
"DDetailer dilation b": "4",
|
139 |
+
"DDetailer offset x a": "0",
|
140 |
+
"DDetailer offset x b": "0",
|
141 |
+
"DDetailer offset y a": "0",
|
142 |
+
"DDetailer offset y b": "0",
|
143 |
+
"Threshold percentile": "100",
|
144 |
+
"DDetailer inpaint full": "True",
|
145 |
+
"DDetailer preprocess b": "False",
|
146 |
+
"DDetailer inpaint padding": "32",
|
147 |
+
"Dynamic thresholding enabled": "True"
|
148 |
+
}
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7535dd92-de01-42b0-b105-06693d06c485/width=450/1044207.jpeg",
|
152 |
+
"nsfw": "None",
|
153 |
+
"width": 1024,
|
154 |
+
"height": 1536,
|
155 |
+
"hash": "U8C$$b~VOA%24UD%E1M{E0M{V?Iotl%M%2%g",
|
156 |
+
"meta": {
|
157 |
+
"Eta": "0.2",
|
158 |
+
"Size": "512x768",
|
159 |
+
"seed": 2773643227,
|
160 |
+
"steps": 30,
|
161 |
+
"Script": "Detection Detailer",
|
162 |
+
"hashes": {
|
163 |
+
"vae": "600345c503",
|
164 |
+
"model": "28a4939d1a"
|
165 |
+
},
|
166 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,drill hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,huge breasts\nBREAK\nlolita_dress,shiny_pantyhose:1.3,high heels\nBREAK\nnight,, Outdoor_area_filled_with_maple_trees,,crowd:1.1,depth of field,looking at viewer,standing,from behind,upper body",
|
167 |
+
"sampler": "DPM++ SDE Karras",
|
168 |
+
"cfgScale": 7,
|
169 |
+
"Clip skip": "2",
|
170 |
+
"resources": [],
|
171 |
+
"Model hash": "28a4939d1a",
|
172 |
+
"Hires steps": "10",
|
173 |
+
"Mimic scale": "7",
|
174 |
+
"DDetailer cfg": "7",
|
175 |
+
"Hires upscale": "2",
|
176 |
+
"Hires upscaler": "SwinIR_4x",
|
177 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
178 |
+
"DDetailer conf a": "30",
|
179 |
+
"DDetailer conf b": "30",
|
180 |
+
"DDetailer bitwise": "None",
|
181 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
182 |
+
"DDetailer model b": "None",
|
183 |
+
"Denoising strength": "0.4",
|
184 |
+
"DDetailer denoising": "0.4",
|
185 |
+
"DDetailer mask blur": "4",
|
186 |
+
"DDetailer dilation a": "4",
|
187 |
+
"DDetailer dilation b": "4",
|
188 |
+
"DDetailer offset x a": "0",
|
189 |
+
"DDetailer offset x b": "0",
|
190 |
+
"DDetailer offset y a": "0",
|
191 |
+
"DDetailer offset y b": "0",
|
192 |
+
"Threshold percentile": "100",
|
193 |
+
"DDetailer inpaint full": "True",
|
194 |
+
"DDetailer preprocess b": "False",
|
195 |
+
"DDetailer inpaint padding": "32",
|
196 |
+
"Dynamic thresholding enabled": "True"
|
197 |
+
}
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf8b1a28-51b8-40d6-b331-e79a0ca199b6/width=450/1044218.jpeg",
|
201 |
+
"nsfw": "Mature",
|
202 |
+
"width": 1024,
|
203 |
+
"height": 1536,
|
204 |
+
"hash": "U7F}.%~DNZsmMx%2Io4o0exa-pIWH@9Z~B^k",
|
205 |
+
"meta": {
|
206 |
+
"Eta": "0.2",
|
207 |
+
"Size": "512x768",
|
208 |
+
"seed": 2773643220,
|
209 |
+
"steps": 30,
|
210 |
+
"Script": "Detection Detailer",
|
211 |
+
"hashes": {
|
212 |
+
"vae": "600345c503",
|
213 |
+
"model": "28a4939d1a"
|
214 |
+
},
|
215 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,long hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,huge breasts\nBREAK\nlolita_dress,socks,high heels\nBREAK\nnight,street,crowd:1.1,depth of field,looking at viewer,squatting,from below,full body",
|
216 |
+
"sampler": "DPM++ SDE Karras",
|
217 |
+
"cfgScale": 7,
|
218 |
+
"Clip skip": "2",
|
219 |
+
"resources": [],
|
220 |
+
"Model hash": "28a4939d1a",
|
221 |
+
"Hires steps": "10",
|
222 |
+
"Mimic scale": "7",
|
223 |
+
"DDetailer cfg": "7",
|
224 |
+
"Hires upscale": "2",
|
225 |
+
"Hires upscaler": "SwinIR_4x",
|
226 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
227 |
+
"DDetailer conf a": "30",
|
228 |
+
"DDetailer conf b": "30",
|
229 |
+
"DDetailer bitwise": "None",
|
230 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
231 |
+
"DDetailer model b": "None",
|
232 |
+
"Denoising strength": "0.4",
|
233 |
+
"DDetailer denoising": "0.4",
|
234 |
+
"DDetailer mask blur": "4",
|
235 |
+
"DDetailer dilation a": "4",
|
236 |
+
"DDetailer dilation b": "4",
|
237 |
+
"DDetailer offset x a": "0",
|
238 |
+
"DDetailer offset x b": "0",
|
239 |
+
"DDetailer offset y a": "0",
|
240 |
+
"DDetailer offset y b": "0",
|
241 |
+
"Threshold percentile": "100",
|
242 |
+
"DDetailer inpaint full": "True",
|
243 |
+
"DDetailer preprocess b": "False",
|
244 |
+
"DDetailer inpaint padding": "32",
|
245 |
+
"Dynamic thresholding enabled": "True"
|
246 |
+
}
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f821c9a-b0f1-455e-9aaa-a35df77d063c/width=450/1044208.jpeg",
|
250 |
+
"nsfw": "None",
|
251 |
+
"width": 1024,
|
252 |
+
"height": 1536,
|
253 |
+
"hash": "U9Eolb00xG%gM,InRPS~~pV]M_R-9YDjxtxt",
|
254 |
+
"meta": {
|
255 |
+
"Eta": "0.2",
|
256 |
+
"Size": "512x768",
|
257 |
+
"seed": 2773643225,
|
258 |
+
"steps": 30,
|
259 |
+
"Script": "Detection Detailer",
|
260 |
+
"hashes": {
|
261 |
+
"vae": "600345c503",
|
262 |
+
"model": "28a4939d1a"
|
263 |
+
},
|
264 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,drill hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,huge breasts\nBREAK\nflounce_dress,shiny_pantyhose:1.3,flat_shoes\nBREAK\nday,store,crowd:1.1,depth of field,looking at viewer,walking,from front,upper body",
|
265 |
+
"sampler": "DPM++ SDE Karras",
|
266 |
+
"cfgScale": 7,
|
267 |
+
"Clip skip": "2",
|
268 |
+
"resources": [],
|
269 |
+
"Model hash": "28a4939d1a",
|
270 |
+
"Hires steps": "10",
|
271 |
+
"Mimic scale": "7",
|
272 |
+
"DDetailer cfg": "7",
|
273 |
+
"Hires upscale": "2",
|
274 |
+
"Hires upscaler": "SwinIR_4x",
|
275 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
276 |
+
"DDetailer conf a": "30",
|
277 |
+
"DDetailer conf b": "30",
|
278 |
+
"DDetailer bitwise": "None",
|
279 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
280 |
+
"DDetailer model b": "None",
|
281 |
+
"Denoising strength": "0.4",
|
282 |
+
"DDetailer denoising": "0.4",
|
283 |
+
"DDetailer mask blur": "4",
|
284 |
+
"DDetailer dilation a": "4",
|
285 |
+
"DDetailer dilation b": "4",
|
286 |
+
"DDetailer offset x a": "0",
|
287 |
+
"DDetailer offset x b": "0",
|
288 |
+
"DDetailer offset y a": "0",
|
289 |
+
"DDetailer offset y b": "0",
|
290 |
+
"Threshold percentile": "100",
|
291 |
+
"DDetailer inpaint full": "True",
|
292 |
+
"DDetailer preprocess b": "False",
|
293 |
+
"DDetailer inpaint padding": "32",
|
294 |
+
"Dynamic thresholding enabled": "True"
|
295 |
+
}
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3a881ac-04ba-430c-a886-2972091118eb/width=450/1044219.jpeg",
|
299 |
+
"nsfw": "Soft",
|
300 |
+
"width": 1024,
|
301 |
+
"height": 1536,
|
302 |
+
"hash": "U7Ef4,?b9Er=00xZivsRHqsk~qtQibw[D%Ip",
|
303 |
+
"meta": {
|
304 |
+
"Eta": "0.2",
|
305 |
+
"Size": "512x768",
|
306 |
+
"seed": 2773643226,
|
307 |
+
"steps": 30,
|
308 |
+
"Script": "Detection Detailer",
|
309 |
+
"hashes": {
|
310 |
+
"vae": "600345c503",
|
311 |
+
"model": "28a4939d1a"
|
312 |
+
},
|
313 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,drill hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,large breasts\nBREAK\nlolita_dress,shiny_pantyhose:1.3,high heels\nBREAK\nnight,store,crowd:1.1,depth of field,looking at viewer,squatting,from front,upper body",
|
314 |
+
"sampler": "DPM++ SDE Karras",
|
315 |
+
"cfgScale": 7,
|
316 |
+
"Clip skip": "2",
|
317 |
+
"resources": [],
|
318 |
+
"Model hash": "28a4939d1a",
|
319 |
+
"Hires steps": "10",
|
320 |
+
"Mimic scale": "7",
|
321 |
+
"DDetailer cfg": "7",
|
322 |
+
"Hires upscale": "2",
|
323 |
+
"Hires upscaler": "SwinIR_4x",
|
324 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
325 |
+
"DDetailer conf a": "30",
|
326 |
+
"DDetailer conf b": "30",
|
327 |
+
"DDetailer bitwise": "None",
|
328 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
329 |
+
"DDetailer model b": "None",
|
330 |
+
"Denoising strength": "0.4",
|
331 |
+
"DDetailer denoising": "0.4",
|
332 |
+
"DDetailer mask blur": "4",
|
333 |
+
"DDetailer dilation a": "4",
|
334 |
+
"DDetailer dilation b": "4",
|
335 |
+
"DDetailer offset x a": "0",
|
336 |
+
"DDetailer offset x b": "0",
|
337 |
+
"DDetailer offset y a": "0",
|
338 |
+
"DDetailer offset y b": "0",
|
339 |
+
"Threshold percentile": "100",
|
340 |
+
"DDetailer inpaint full": "True",
|
341 |
+
"DDetailer preprocess b": "False",
|
342 |
+
"DDetailer inpaint padding": "32",
|
343 |
+
"Dynamic thresholding enabled": "True"
|
344 |
+
}
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02068e61-4ebb-41e0-b7a1-ed65fbada6fa/width=450/1044196.jpeg",
|
348 |
+
"nsfw": "Soft",
|
349 |
+
"width": 1024,
|
350 |
+
"height": 1536,
|
351 |
+
"hash": "U4F}=;010000$,?cNf0f00~V_34-00RN_Nnf",
|
352 |
+
"meta": {
|
353 |
+
"Eta": "0.2",
|
354 |
+
"Size": "512x768",
|
355 |
+
"seed": 871744798,
|
356 |
+
"steps": 30,
|
357 |
+
"Script": "Detection Detailer",
|
358 |
+
"hashes": {
|
359 |
+
"vae": "600345c503",
|
360 |
+
"model": "28a4939d1a"
|
361 |
+
},
|
362 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,short hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,large breasts\nBREAK\nchiffon_dress,socks,,\n converse\nBREAK\nnight,, Virtual_reality_arcade,,crowd:1.1,depth of field,looking at viewer,sitting on bench,from above,full body",
|
363 |
+
"sampler": "DPM++ SDE Karras",
|
364 |
+
"cfgScale": 7,
|
365 |
+
"Clip skip": "2",
|
366 |
+
"resources": [],
|
367 |
+
"Model hash": "28a4939d1a",
|
368 |
+
"Hires steps": "10",
|
369 |
+
"Mimic scale": "7",
|
370 |
+
"DDetailer cfg": "7",
|
371 |
+
"Hires upscale": "2",
|
372 |
+
"Hires upscaler": "SwinIR_4x",
|
373 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
374 |
+
"DDetailer conf a": "30",
|
375 |
+
"DDetailer conf b": "30",
|
376 |
+
"DDetailer bitwise": "None",
|
377 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
378 |
+
"DDetailer model b": "None",
|
379 |
+
"Denoising strength": "0.4",
|
380 |
+
"DDetailer denoising": "0.4",
|
381 |
+
"DDetailer mask blur": "4",
|
382 |
+
"DDetailer dilation a": "4",
|
383 |
+
"DDetailer dilation b": "4",
|
384 |
+
"DDetailer offset x a": "0",
|
385 |
+
"DDetailer offset x b": "0",
|
386 |
+
"DDetailer offset y a": "0",
|
387 |
+
"DDetailer offset y b": "0",
|
388 |
+
"Threshold percentile": "100",
|
389 |
+
"DDetailer inpaint full": "True",
|
390 |
+
"DDetailer preprocess b": "False",
|
391 |
+
"DDetailer inpaint padding": "32",
|
392 |
+
"Dynamic thresholding enabled": "True"
|
393 |
+
}
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fabca944-2f26-427a-afa2-4226ef6acc47/width=450/1044211.jpeg",
|
397 |
+
"nsfw": "Mature",
|
398 |
+
"width": 1024,
|
399 |
+
"height": 1536,
|
400 |
+
"hash": "U5Dlj0?d5+R:MI0100-q_14:=_Rj$^0M^jNG",
|
401 |
+
"meta": {
|
402 |
+
"Eta": "0.2",
|
403 |
+
"Size": "512x768",
|
404 |
+
"seed": 2773643223,
|
405 |
+
"steps": 30,
|
406 |
+
"Script": "Detection Detailer",
|
407 |
+
"hashes": {
|
408 |
+
"vae": "600345c503",
|
409 |
+
"model": "28a4939d1a"
|
410 |
+
},
|
411 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,long hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,huge breasts\nBREAK\nchiffon_dress,shiny_pantyhose:1.3,high heels\nBREAK\nnight,park,crowd:1.1,depth of field,looking at viewer,squatting,from behind,upper body",
|
412 |
+
"sampler": "DPM++ SDE Karras",
|
413 |
+
"cfgScale": 7,
|
414 |
+
"Clip skip": "2",
|
415 |
+
"resources": [],
|
416 |
+
"Model hash": "28a4939d1a",
|
417 |
+
"Hires steps": "10",
|
418 |
+
"Mimic scale": "7",
|
419 |
+
"DDetailer cfg": "7",
|
420 |
+
"Hires upscale": "2",
|
421 |
+
"Hires upscaler": "SwinIR_4x",
|
422 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
423 |
+
"DDetailer conf a": "30",
|
424 |
+
"DDetailer conf b": "30",
|
425 |
+
"DDetailer bitwise": "None",
|
426 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
427 |
+
"DDetailer model b": "None",
|
428 |
+
"Denoising strength": "0.4",
|
429 |
+
"DDetailer denoising": "0.4",
|
430 |
+
"DDetailer mask blur": "4",
|
431 |
+
"DDetailer dilation a": "4",
|
432 |
+
"DDetailer dilation b": "4",
|
433 |
+
"DDetailer offset x a": "0",
|
434 |
+
"DDetailer offset x b": "0",
|
435 |
+
"DDetailer offset y a": "0",
|
436 |
+
"DDetailer offset y b": "0",
|
437 |
+
"Threshold percentile": "100",
|
438 |
+
"DDetailer inpaint full": "True",
|
439 |
+
"DDetailer preprocess b": "False",
|
440 |
+
"DDetailer inpaint padding": "32",
|
441 |
+
"Dynamic thresholding enabled": "True"
|
442 |
+
}
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b9ee9ef-bd34-4832-8692-07c53f721569/width=450/1044186.jpeg",
|
446 |
+
"nsfw": "None",
|
447 |
+
"width": 1024,
|
448 |
+
"height": 1536,
|
449 |
+
"hash": "UGGk?]-=Os-;~WNIX7xaOG?b$xWA58?H$%?H",
|
450 |
+
"meta": {
|
451 |
+
"Eta": "0.2",
|
452 |
+
"Size": "512x768",
|
453 |
+
"seed": 2637005542,
|
454 |
+
"steps": 30,
|
455 |
+
"Script": "Detection Detailer",
|
456 |
+
"hashes": {
|
457 |
+
"vae": "600345c503",
|
458 |
+
"model": "28a4939d1a"
|
459 |
+
},
|
460 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,drill_hair,shiny_skin,nice_leg_line,thick_thighs,thin_waist,large breasts\nBREAK\nblack_thighhighs:1.3\nBREAK\nday,, Yellow_floral_mini_dress, white_sneakers, woven_straw_tote_bag,,crowd:1.1,depth of field,looking at viewer,dynamic view",
|
461 |
+
"sampler": "DPM++ SDE Karras",
|
462 |
+
"cfgScale": 7,
|
463 |
+
"Clip skip": "2",
|
464 |
+
"resources": [],
|
465 |
+
"Model hash": "28a4939d1a",
|
466 |
+
"Hires steps": "10",
|
467 |
+
"Mimic scale": "7",
|
468 |
+
"DDetailer cfg": "7",
|
469 |
+
"Hires upscale": "2",
|
470 |
+
"Hires upscaler": "SwinIR_4x",
|
471 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
472 |
+
"DDetailer conf a": "30",
|
473 |
+
"DDetailer conf b": "30",
|
474 |
+
"DDetailer bitwise": "None",
|
475 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
476 |
+
"DDetailer model b": "None",
|
477 |
+
"Denoising strength": "0.4",
|
478 |
+
"DDetailer denoising": "0.4",
|
479 |
+
"DDetailer mask blur": "4",
|
480 |
+
"DDetailer dilation a": "4",
|
481 |
+
"DDetailer dilation b": "4",
|
482 |
+
"DDetailer offset x a": "0",
|
483 |
+
"DDetailer offset x b": "0",
|
484 |
+
"DDetailer offset y a": "0",
|
485 |
+
"DDetailer offset y b": "0",
|
486 |
+
"Threshold percentile": "100",
|
487 |
+
"DDetailer inpaint full": "True",
|
488 |
+
"DDetailer preprocess b": "False",
|
489 |
+
"DDetailer inpaint padding": "32",
|
490 |
+
"Dynamic thresholding enabled": "True"
|
491 |
+
}
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20522de9-f0c3-4e9a-83f3-fcdbcdfce692/width=450/1044179.jpeg",
|
495 |
+
"nsfw": "Soft",
|
496 |
+
"width": 4096,
|
497 |
+
"height": 6144,
|
498 |
+
"hash": "U9FO+R~V00%29FRkxZaKD%Ip_4NGIAM|o~Io",
|
499 |
+
"meta": null
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30c315d1-da91-473f-b155-c60da86721cc/width=450/1044182.jpeg",
|
503 |
+
"nsfw": "Mature",
|
504 |
+
"width": 4096,
|
505 |
+
"height": 6144,
|
506 |
+
"hash": "UHECOc~VIoIVNHxu%2t7E1R*n%%201D%IVRj",
|
507 |
+
"meta": null
|
508 |
+
}
|
509 |
+
],
|
510 |
+
"downloadUrl": "https://civitai.com/api/download/models/90062"
|
511 |
+
}
|
512 |
+
]
|
513 |
+
}
|
BBMIX-HANNA/bbmixHANNA_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28a4939d1a147cda86d6327345fd8d894931ed24f28b4e6a3d519ba8e5cf3791
|
3 |
+
size 2378777674
|
BBMIX-JOY/README.txt
ADDED
@@ -0,0 +1,986 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 70988,
|
3 |
+
"name": "BBMIX-JOY",
|
4 |
+
"description": "<h1 id=\"bbmix-joy\">BBMIX-JOY</h1><p>It is a lovely, cute, and attractive model with rounded lines. It generally works well in all situations.</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, nice leg line: 1.3,</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><ul><li><p>thick thighs, thin waist, (This model's legs and waist are already designed to be thick.)</p></li></ul><p>official art, unity 8k wallpaper, ultra detailed, ultra high res, 8k uhd, film grain, delicate, RAW, light particles, detailed skin texture, detailed armor texture, detailed face, intricate details, ultra detailed,</p><p>Reality Emphasis Prompt Excludes Detail Emphasis Prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p><p></p><p></p><p></p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 1389,
|
14 |
+
"favoriteCount": 291,
|
15 |
+
"commentCount": 6,
|
16 |
+
"ratingCount": 6,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"sexy",
|
27 |
+
"female",
|
28 |
+
"woman"
|
29 |
+
],
|
30 |
+
"modelVersions": [
|
31 |
+
{
|
32 |
+
"id": 82825,
|
33 |
+
"modelId": 70988,
|
34 |
+
"name": "v2.0",
|
35 |
+
"createdAt": "2023-05-27T15:03:22.142Z",
|
36 |
+
"updatedAt": "2023-05-27T15:08:40.535Z",
|
37 |
+
"trainedWords": [
|
38 |
+
"masterpiece",
|
39 |
+
"best quality"
|
40 |
+
],
|
41 |
+
"baseModel": "SD 1.5",
|
42 |
+
"earlyAccessTimeFrame": 0,
|
43 |
+
"description": "<p>JOY-R5</p>",
|
44 |
+
"stats": {
|
45 |
+
"downloadCount": 789,
|
46 |
+
"ratingCount": 2,
|
47 |
+
"rating": 5
|
48 |
+
},
|
49 |
+
"files": [
|
50 |
+
{
|
51 |
+
"name": "clearvae_main2.safetensors",
|
52 |
+
"id": 56669,
|
53 |
+
"sizeKB": 326797.86328125,
|
54 |
+
"type": "VAE",
|
55 |
+
"metadata": {
|
56 |
+
"fp": null,
|
57 |
+
"size": null,
|
58 |
+
"format": "Other"
|
59 |
+
},
|
60 |
+
"pickleScanResult": "Success",
|
61 |
+
"pickleScanMessage": "No Pickle imports",
|
62 |
+
"virusScanResult": "Success",
|
63 |
+
"scannedAt": "2023-05-27T15:07:07.022Z",
|
64 |
+
"hashes": {
|
65 |
+
"AutoV1": "89ABF451",
|
66 |
+
"AutoV2": "600345C503",
|
67 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
68 |
+
"CRC32": "A5AC268D",
|
69 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
70 |
+
},
|
71 |
+
"downloadUrl": "https://civitai.com/api/download/models/82825?type=VAE&format=Other"
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"name": "bbmixJOY_v20.safetensors",
|
75 |
+
"id": 56671,
|
76 |
+
"sizeKB": 2323025.072265625,
|
77 |
+
"type": "Model",
|
78 |
+
"metadata": {
|
79 |
+
"fp": "fp16",
|
80 |
+
"size": "pruned",
|
81 |
+
"format": "SafeTensor"
|
82 |
+
},
|
83 |
+
"pickleScanResult": "Success",
|
84 |
+
"pickleScanMessage": "No Pickle imports",
|
85 |
+
"virusScanResult": "Success",
|
86 |
+
"scannedAt": "2023-05-27T15:12:19.741Z",
|
87 |
+
"hashes": {
|
88 |
+
"AutoV1": "830B6EBD",
|
89 |
+
"AutoV2": "F21D0BB7CE",
|
90 |
+
"SHA256": "F21D0BB7CE64609337EF5DEE6178C582A7C2A096B5D12D469CB958589A4E726D",
|
91 |
+
"CRC32": "DB3587AA",
|
92 |
+
"BLAKE3": "3C7B0352A64EF806BDD9B97016E7EE152AA2EBBAFBAA649AC64E4856E452FDE9"
|
93 |
+
},
|
94 |
+
"downloadUrl": "https://civitai.com/api/download/models/82825",
|
95 |
+
"primary": true
|
96 |
+
}
|
97 |
+
],
|
98 |
+
"images": [
|
99 |
+
{
|
100 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bacf6138-cb25-4f0f-a678-aa98231bc8a3/width=450/933027.jpeg",
|
101 |
+
"nsfw": "None",
|
102 |
+
"width": 1024,
|
103 |
+
"height": 1536,
|
104 |
+
"hash": "U9D9h,004,J7}@4:tlVs00%2-=R,0#$$$jkq",
|
105 |
+
"meta": {
|
106 |
+
"Eta": "0.2",
|
107 |
+
"Size": "512x768",
|
108 |
+
"seed": 3699647208,
|
109 |
+
"steps": 30,
|
110 |
+
"Script": "Detection Detailer",
|
111 |
+
"hashes": {
|
112 |
+
"vae": "600345c503"
|
113 |
+
},
|
114 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nSpace explorer, Space travel, interstellar exploration, terraforming, space colonies, extraterrestrial life.\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from above,upper body",
|
115 |
+
"sampler": "DPM++ SDE Karras",
|
116 |
+
"cfgScale": 7,
|
117 |
+
"Clip skip": "2",
|
118 |
+
"resources": [],
|
119 |
+
"Model hash": "f21d0bb7ce",
|
120 |
+
"Hires steps": "10",
|
121 |
+
"Mimic scale": "7",
|
122 |
+
"DDetailer cfg": "7",
|
123 |
+
"Hires upscale": "2",
|
124 |
+
"Hires upscaler": "SwinIR_4x",
|
125 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
126 |
+
"DDetailer conf a": "30",
|
127 |
+
"DDetailer conf b": "30",
|
128 |
+
"DDetailer bitwise": "None",
|
129 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
130 |
+
"DDetailer model b": "None",
|
131 |
+
"Denoising strength": "0.4",
|
132 |
+
"DDetailer denoising": "0.4",
|
133 |
+
"DDetailer mask blur": "4",
|
134 |
+
"DDetailer dilation a": "4",
|
135 |
+
"DDetailer dilation b": "4",
|
136 |
+
"DDetailer offset x a": "0",
|
137 |
+
"DDetailer offset x b": "0",
|
138 |
+
"DDetailer offset y a": "0",
|
139 |
+
"DDetailer offset y b": "0",
|
140 |
+
"Threshold percentile": "100",
|
141 |
+
"DDetailer inpaint full": "True",
|
142 |
+
"DDetailer preprocess b": "False",
|
143 |
+
"DDetailer inpaint padding": "32",
|
144 |
+
"Dynamic thresholding enabled": "True"
|
145 |
+
}
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/220382b3-60ed-443a-9fe7-06ae3ac6d06f/width=450/933001.jpeg",
|
149 |
+
"nsfw": "None",
|
150 |
+
"width": 1024,
|
151 |
+
"height": 1536,
|
152 |
+
"hash": "U8Gber~V00xV1AIp,,i_~qNZ8_ng00~VWT9Y",
|
153 |
+
"meta": {
|
154 |
+
"Eta": "0.2",
|
155 |
+
"Size": "512x768",
|
156 |
+
"seed": 4201414337,
|
157 |
+
"steps": 30,
|
158 |
+
"Script": "Detection Detailer",
|
159 |
+
"hashes": {
|
160 |
+
"vae": "600345c503"
|
161 |
+
},
|
162 |
+
"prompt": "masterpiece, best quality,1girl,young girl,black eyes,short hair,happy smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,medium breasts\nBREAK\nlolita_dress,high heels\nBREAK\nPathway and stairs lined behind a large tree,crowd,depth of field,looking at viewer,from behind, full body,legsupsexms,",
|
163 |
+
"sampler": "DPM++ SDE Karras",
|
164 |
+
"cfgScale": 7,
|
165 |
+
"Clip skip": "2",
|
166 |
+
"resources": [],
|
167 |
+
"Model hash": "f21d0bb7ce",
|
168 |
+
"Hires steps": "10",
|
169 |
+
"Mimic scale": "7",
|
170 |
+
"DDetailer cfg": "7",
|
171 |
+
"Hires upscale": "2",
|
172 |
+
"Hires upscaler": "SwinIR_4x",
|
173 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
174 |
+
"DDetailer conf a": "30",
|
175 |
+
"DDetailer conf b": "30",
|
176 |
+
"DDetailer bitwise": "None",
|
177 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
178 |
+
"DDetailer model b": "None",
|
179 |
+
"Denoising strength": "0.4",
|
180 |
+
"DDetailer denoising": "0.4",
|
181 |
+
"DDetailer mask blur": "4",
|
182 |
+
"DDetailer dilation a": "4",
|
183 |
+
"DDetailer dilation b": "4",
|
184 |
+
"DDetailer offset x a": "0",
|
185 |
+
"DDetailer offset x b": "0",
|
186 |
+
"DDetailer offset y a": "0",
|
187 |
+
"DDetailer offset y b": "0",
|
188 |
+
"Threshold percentile": "100",
|
189 |
+
"DDetailer inpaint full": "True",
|
190 |
+
"DDetailer preprocess b": "False",
|
191 |
+
"DDetailer inpaint padding": "32",
|
192 |
+
"Dynamic thresholding enabled": "True"
|
193 |
+
}
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36fa7f9e-8a33-4426-b8de-4a3146ce1642/width=450/933031.jpeg",
|
197 |
+
"nsfw": "None",
|
198 |
+
"width": 1024,
|
199 |
+
"height": 1536,
|
200 |
+
"hash": "UBF#{]~V9qE1={E29ZxuMxM#NJ?I9Hn%-q%M",
|
201 |
+
"meta": {
|
202 |
+
"Eta": "0.2",
|
203 |
+
"Size": "512x768",
|
204 |
+
"seed": 2521335097,
|
205 |
+
"steps": 30,
|
206 |
+
"Script": "Detection Detailer",
|
207 |
+
"hashes": {
|
208 |
+
"vae": "600345c503"
|
209 |
+
},
|
210 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,short hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Elevated_outdoor_space_for_growing_and_exhibiting_plants,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from above,full body",
|
211 |
+
"sampler": "DPM++ SDE Karras",
|
212 |
+
"cfgScale": 7,
|
213 |
+
"Clip skip": "2",
|
214 |
+
"resources": [],
|
215 |
+
"Model hash": "f21d0bb7ce",
|
216 |
+
"Hires steps": "10",
|
217 |
+
"Mimic scale": "7",
|
218 |
+
"DDetailer cfg": "7",
|
219 |
+
"Hires upscale": "2",
|
220 |
+
"Hires upscaler": "SwinIR_4x",
|
221 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
222 |
+
"DDetailer conf a": "30",
|
223 |
+
"DDetailer conf b": "30",
|
224 |
+
"DDetailer bitwise": "None",
|
225 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
226 |
+
"DDetailer model b": "None",
|
227 |
+
"Denoising strength": "0.4",
|
228 |
+
"DDetailer denoising": "0.4",
|
229 |
+
"DDetailer mask blur": "4",
|
230 |
+
"DDetailer dilation a": "4",
|
231 |
+
"DDetailer dilation b": "4",
|
232 |
+
"DDetailer offset x a": "0",
|
233 |
+
"DDetailer offset x b": "0",
|
234 |
+
"DDetailer offset y a": "0",
|
235 |
+
"DDetailer offset y b": "0",
|
236 |
+
"Threshold percentile": "100",
|
237 |
+
"DDetailer inpaint full": "True",
|
238 |
+
"DDetailer preprocess b": "False",
|
239 |
+
"DDetailer inpaint padding": "32",
|
240 |
+
"Dynamic thresholding enabled": "True"
|
241 |
+
}
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e770d0e2-a1ec-4a9b-a46f-b350bd96b9d2/width=450/933059.jpeg",
|
245 |
+
"nsfw": "None",
|
246 |
+
"width": 1024,
|
247 |
+
"height": 1536,
|
248 |
+
"hash": "UCH_S@~q9ZSh57S$M_WB-.%g-o%201x]xvM|",
|
249 |
+
"meta": {
|
250 |
+
"Eta": "0.2",
|
251 |
+
"Size": "512x768",
|
252 |
+
"seed": 2521335115,
|
253 |
+
"steps": 30,
|
254 |
+
"Script": "Detection Detailer",
|
255 |
+
"hashes": {
|
256 |
+
"vae": "600345c503"
|
257 |
+
},
|
258 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,evil smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Blue_see-through_blouse, white_camisole_top, blue_denim_shorts, white_sneakers, blue_hairband,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from side,full body",
|
259 |
+
"sampler": "DPM++ SDE Karras",
|
260 |
+
"cfgScale": 7,
|
261 |
+
"Clip skip": "2",
|
262 |
+
"resources": [],
|
263 |
+
"Model hash": "f21d0bb7ce",
|
264 |
+
"Hires steps": "10",
|
265 |
+
"Mimic scale": "7",
|
266 |
+
"DDetailer cfg": "7",
|
267 |
+
"Hires upscale": "2",
|
268 |
+
"Hires upscaler": "SwinIR_4x",
|
269 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
270 |
+
"DDetailer conf a": "30",
|
271 |
+
"DDetailer conf b": "30",
|
272 |
+
"DDetailer bitwise": "None",
|
273 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
274 |
+
"DDetailer model b": "None",
|
275 |
+
"Denoising strength": "0.4",
|
276 |
+
"DDetailer denoising": "0.4",
|
277 |
+
"DDetailer mask blur": "4",
|
278 |
+
"DDetailer dilation a": "4",
|
279 |
+
"DDetailer dilation b": "4",
|
280 |
+
"DDetailer offset x a": "0",
|
281 |
+
"DDetailer offset x b": "0",
|
282 |
+
"DDetailer offset y a": "0",
|
283 |
+
"DDetailer offset y b": "0",
|
284 |
+
"Threshold percentile": "100",
|
285 |
+
"DDetailer inpaint full": "True",
|
286 |
+
"DDetailer preprocess b": "False",
|
287 |
+
"DDetailer inpaint padding": "32",
|
288 |
+
"Dynamic thresholding enabled": "True"
|
289 |
+
}
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40916d83-4636-4722-8b22-f068c94d9a78/width=450/933032.jpeg",
|
293 |
+
"nsfw": "None",
|
294 |
+
"width": 1024,
|
295 |
+
"height": 1536,
|
296 |
+
"hash": "UOH_AI~W9ZRkRQ%2kCE1?a%Lt7x[IVWCbvof",
|
297 |
+
"meta": {
|
298 |
+
"Eta": "0.2",
|
299 |
+
"Size": "512x768",
|
300 |
+
"seed": 2521335096,
|
301 |
+
"steps": 30,
|
302 |
+
"Script": "Detection Detailer",
|
303 |
+
"hashes": {
|
304 |
+
"vae": "600345c503"
|
305 |
+
},
|
306 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Craft_store,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from above,full body",
|
307 |
+
"sampler": "DPM++ SDE Karras",
|
308 |
+
"cfgScale": 7,
|
309 |
+
"Clip skip": "2",
|
310 |
+
"resources": [],
|
311 |
+
"Model hash": "f21d0bb7ce",
|
312 |
+
"Hires steps": "10",
|
313 |
+
"Mimic scale": "7",
|
314 |
+
"DDetailer cfg": "7",
|
315 |
+
"Hires upscale": "2",
|
316 |
+
"Hires upscaler": "SwinIR_4x",
|
317 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
318 |
+
"DDetailer conf a": "30",
|
319 |
+
"DDetailer conf b": "30",
|
320 |
+
"DDetailer bitwise": "None",
|
321 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
322 |
+
"DDetailer model b": "None",
|
323 |
+
"Denoising strength": "0.4",
|
324 |
+
"DDetailer denoising": "0.4",
|
325 |
+
"DDetailer mask blur": "4",
|
326 |
+
"DDetailer dilation a": "4",
|
327 |
+
"DDetailer dilation b": "4",
|
328 |
+
"DDetailer offset x a": "0",
|
329 |
+
"DDetailer offset x b": "0",
|
330 |
+
"DDetailer offset y a": "0",
|
331 |
+
"DDetailer offset y b": "0",
|
332 |
+
"Threshold percentile": "100",
|
333 |
+
"DDetailer inpaint full": "True",
|
334 |
+
"DDetailer preprocess b": "False",
|
335 |
+
"DDetailer inpaint padding": "32",
|
336 |
+
"Dynamic thresholding enabled": "True"
|
337 |
+
}
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a651dbb7-7737-413c-bc77-6589f8c16060/width=450/932954.jpeg",
|
341 |
+
"nsfw": "None",
|
342 |
+
"width": 1024,
|
343 |
+
"height": 1536,
|
344 |
+
"hash": "UPFYln~qWSM{$*xuIpM{o|RjrqR5M{ninioJ",
|
345 |
+
"meta": {
|
346 |
+
"Eta": "0.2",
|
347 |
+
"Size": "512x768",
|
348 |
+
"seed": 2521335125,
|
349 |
+
"steps": 30,
|
350 |
+
"Script": "Detection Detailer",
|
351 |
+
"hashes": {
|
352 |
+
"vae": "600345c503"
|
353 |
+
},
|
354 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,evil smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nExplorers, island, creatures, ruins, discovery, adventure, mystery, danger, teamwork, wonder\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from above,full body",
|
355 |
+
"sampler": "DPM++ SDE Karras",
|
356 |
+
"cfgScale": 7,
|
357 |
+
"Clip skip": "2",
|
358 |
+
"resources": [],
|
359 |
+
"Model hash": "f21d0bb7ce",
|
360 |
+
"Hires steps": "10",
|
361 |
+
"Mimic scale": "7",
|
362 |
+
"DDetailer cfg": "7",
|
363 |
+
"Hires upscale": "2",
|
364 |
+
"Hires upscaler": "SwinIR_4x",
|
365 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
366 |
+
"DDetailer conf a": "30",
|
367 |
+
"DDetailer conf b": "30",
|
368 |
+
"DDetailer bitwise": "None",
|
369 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
370 |
+
"DDetailer model b": "None",
|
371 |
+
"Denoising strength": "0.4",
|
372 |
+
"DDetailer denoising": "0.4",
|
373 |
+
"DDetailer mask blur": "4",
|
374 |
+
"DDetailer dilation a": "4",
|
375 |
+
"DDetailer dilation b": "4",
|
376 |
+
"DDetailer offset x a": "0",
|
377 |
+
"DDetailer offset x b": "0",
|
378 |
+
"DDetailer offset y a": "0",
|
379 |
+
"DDetailer offset y b": "0",
|
380 |
+
"Threshold percentile": "100",
|
381 |
+
"DDetailer inpaint full": "True",
|
382 |
+
"DDetailer preprocess b": "False",
|
383 |
+
"DDetailer inpaint padding": "32",
|
384 |
+
"Dynamic thresholding enabled": "True"
|
385 |
+
}
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d2a4a17-aac7-46ed-872a-764f3d585b5a/width=450/933002.jpeg",
|
389 |
+
"nsfw": "None",
|
390 |
+
"width": 1024,
|
391 |
+
"height": 1536,
|
392 |
+
"hash": "UBGuB;D%?u9Z~q=|%Lax0L-:My%2004:9bNG",
|
393 |
+
"meta": {
|
394 |
+
"Eta": "0.2",
|
395 |
+
"Size": "512x768",
|
396 |
+
"seed": 1215138947,
|
397 |
+
"steps": 30,
|
398 |
+
"Script": "Detection Detailer",
|
399 |
+
"hashes": {
|
400 |
+
"vae": "600345c503"
|
401 |
+
},
|
402 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,short hair,mesugaki smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nschool uniform,ribborn,((pencil skirt)),sneakers\nBREAK\nstore,crowd,depth of field,looking at viewer,from behind,full body,legsupsexms",
|
403 |
+
"sampler": "DPM++ SDE Karras",
|
404 |
+
"cfgScale": 7,
|
405 |
+
"Clip skip": "2",
|
406 |
+
"resources": [],
|
407 |
+
"Model hash": "f21d0bb7ce",
|
408 |
+
"Hires steps": "10",
|
409 |
+
"Mimic scale": "7",
|
410 |
+
"DDetailer cfg": "7",
|
411 |
+
"Hires upscale": "2",
|
412 |
+
"Hires upscaler": "SwinIR_4x",
|
413 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
414 |
+
"DDetailer conf a": "30",
|
415 |
+
"DDetailer conf b": "30",
|
416 |
+
"DDetailer bitwise": "None",
|
417 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
418 |
+
"DDetailer model b": "None",
|
419 |
+
"Denoising strength": "0.4",
|
420 |
+
"DDetailer denoising": "0.4",
|
421 |
+
"DDetailer mask blur": "4",
|
422 |
+
"DDetailer dilation a": "4",
|
423 |
+
"DDetailer dilation b": "4",
|
424 |
+
"DDetailer offset x a": "0",
|
425 |
+
"DDetailer offset x b": "0",
|
426 |
+
"DDetailer offset y a": "0",
|
427 |
+
"DDetailer offset y b": "0",
|
428 |
+
"Threshold percentile": "100",
|
429 |
+
"DDetailer inpaint full": "True",
|
430 |
+
"DDetailer preprocess b": "False",
|
431 |
+
"DDetailer inpaint padding": "32",
|
432 |
+
"Dynamic thresholding enabled": "True"
|
433 |
+
}
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbe5b769-17a5-4367-8062-553f537c531b/width=450/933062.jpeg",
|
437 |
+
"nsfw": "None",
|
438 |
+
"width": 1024,
|
439 |
+
"height": 1536,
|
440 |
+
"hash": "UBGuwY~W5ND*%jag%O%MyrX9YjE10pOswgWA",
|
441 |
+
"meta": {
|
442 |
+
"Eta": "0.2",
|
443 |
+
"Size": "512x768",
|
444 |
+
"seed": 2521335111,
|
445 |
+
"steps": 30,
|
446 |
+
"Script": "Detection Detailer",
|
447 |
+
"hashes": {
|
448 |
+
"vae": "600345c503"
|
449 |
+
},
|
450 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nTennis dress, polo shirt, visor, tennis shoes, and wristband\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from below,upper body",
|
451 |
+
"sampler": "DPM++ SDE Karras",
|
452 |
+
"cfgScale": 7,
|
453 |
+
"Clip skip": "2",
|
454 |
+
"resources": [],
|
455 |
+
"Model hash": "f21d0bb7ce",
|
456 |
+
"Hires steps": "10",
|
457 |
+
"Mimic scale": "7",
|
458 |
+
"DDetailer cfg": "7",
|
459 |
+
"Hires upscale": "2",
|
460 |
+
"Hires upscaler": "SwinIR_4x",
|
461 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
462 |
+
"DDetailer conf a": "30",
|
463 |
+
"DDetailer conf b": "30",
|
464 |
+
"DDetailer bitwise": "None",
|
465 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
466 |
+
"DDetailer model b": "None",
|
467 |
+
"Denoising strength": "0.4",
|
468 |
+
"DDetailer denoising": "0.4",
|
469 |
+
"DDetailer mask blur": "4",
|
470 |
+
"DDetailer dilation a": "4",
|
471 |
+
"DDetailer dilation b": "4",
|
472 |
+
"DDetailer offset x a": "0",
|
473 |
+
"DDetailer offset x b": "0",
|
474 |
+
"DDetailer offset y a": "0",
|
475 |
+
"DDetailer offset y b": "0",
|
476 |
+
"Threshold percentile": "100",
|
477 |
+
"DDetailer inpaint full": "True",
|
478 |
+
"DDetailer preprocess b": "False",
|
479 |
+
"DDetailer inpaint padding": "32",
|
480 |
+
"Dynamic thresholding enabled": "True"
|
481 |
+
}
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5181cde-6323-4012-892d-478545170991/width=450/933003.jpeg",
|
485 |
+
"nsfw": "X",
|
486 |
+
"width": 1024,
|
487 |
+
"height": 1536,
|
488 |
+
"hash": "UHIXEw4-E1v#-;9ZxE%2Z~E3I?Rj4.Rn~CM{",
|
489 |
+
"meta": {
|
490 |
+
"Eta": "0.2",
|
491 |
+
"Size": "512x768",
|
492 |
+
"seed": 1256100394,
|
493 |
+
"steps": 30,
|
494 |
+
"Script": "Detection Detailer",
|
495 |
+
"hashes": {
|
496 |
+
"vae": "600345c503"
|
497 |
+
},
|
498 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,mesugaki smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nschool uniform,necktie,((pencil skirt)),high heels\nBREAK\nstreet,crowd,depth of field,looking at viewer,from side,upper body,legsupsexms",
|
499 |
+
"sampler": "DPM++ SDE Karras",
|
500 |
+
"cfgScale": 7,
|
501 |
+
"Clip skip": "2",
|
502 |
+
"resources": [],
|
503 |
+
"Model hash": "f21d0bb7ce",
|
504 |
+
"Hires steps": "10",
|
505 |
+
"Mimic scale": "7",
|
506 |
+
"DDetailer cfg": "7",
|
507 |
+
"Hires upscale": "2",
|
508 |
+
"Hires upscaler": "SwinIR_4x",
|
509 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
510 |
+
"DDetailer conf a": "30",
|
511 |
+
"DDetailer conf b": "30",
|
512 |
+
"DDetailer bitwise": "None",
|
513 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
514 |
+
"DDetailer model b": "None",
|
515 |
+
"Denoising strength": "0.4",
|
516 |
+
"DDetailer denoising": "0.4",
|
517 |
+
"DDetailer mask blur": "4",
|
518 |
+
"DDetailer dilation a": "4",
|
519 |
+
"DDetailer dilation b": "4",
|
520 |
+
"DDetailer offset x a": "0",
|
521 |
+
"DDetailer offset x b": "0",
|
522 |
+
"DDetailer offset y a": "0",
|
523 |
+
"DDetailer offset y b": "0",
|
524 |
+
"Threshold percentile": "100",
|
525 |
+
"DDetailer inpaint full": "True",
|
526 |
+
"DDetailer preprocess b": "False",
|
527 |
+
"DDetailer inpaint padding": "32",
|
528 |
+
"Dynamic thresholding enabled": "True"
|
529 |
+
}
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e284dca0-6fa7-44b9-b6cd-33d6585d5ab0/width=450/933037.jpeg",
|
533 |
+
"nsfw": "None",
|
534 |
+
"width": 1024,
|
535 |
+
"height": 1536,
|
536 |
+
"hash": "UWIN~;buE1$j~W%2aeRjxWtRX8s:Rjt6%2W:",
|
537 |
+
"meta": {
|
538 |
+
"Eta": "0.2",
|
539 |
+
"Size": "512x768",
|
540 |
+
"seed": 2521335104,
|
541 |
+
"steps": 30,
|
542 |
+
"Script": "Detection Detailer",
|
543 |
+
"hashes": {
|
544 |
+
"vae": "600345c503"
|
545 |
+
},
|
546 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nSoftware developer, Programming languages, software design, testing, debugging, version control, agile development.\nBREAK\naround crowd:1.1,depth of field,looking at viewer,from front,upper body",
|
547 |
+
"sampler": "DPM++ SDE Karras",
|
548 |
+
"cfgScale": 7,
|
549 |
+
"Clip skip": "2",
|
550 |
+
"resources": [],
|
551 |
+
"Model hash": "f21d0bb7ce",
|
552 |
+
"Hires steps": "10",
|
553 |
+
"Mimic scale": "7",
|
554 |
+
"DDetailer cfg": "7",
|
555 |
+
"Hires upscale": "2",
|
556 |
+
"Hires upscaler": "SwinIR_4x",
|
557 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
558 |
+
"DDetailer conf a": "30",
|
559 |
+
"DDetailer conf b": "30",
|
560 |
+
"DDetailer bitwise": "None",
|
561 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
562 |
+
"DDetailer model b": "None",
|
563 |
+
"Denoising strength": "0.4",
|
564 |
+
"DDetailer denoising": "0.4",
|
565 |
+
"DDetailer mask blur": "4",
|
566 |
+
"DDetailer dilation a": "4",
|
567 |
+
"DDetailer dilation b": "4",
|
568 |
+
"DDetailer offset x a": "0",
|
569 |
+
"DDetailer offset x b": "0",
|
570 |
+
"DDetailer offset y a": "0",
|
571 |
+
"DDetailer offset y b": "0",
|
572 |
+
"Threshold percentile": "100",
|
573 |
+
"DDetailer inpaint full": "True",
|
574 |
+
"DDetailer preprocess b": "False",
|
575 |
+
"DDetailer inpaint padding": "32",
|
576 |
+
"Dynamic thresholding enabled": "True"
|
577 |
+
}
|
578 |
+
}
|
579 |
+
],
|
580 |
+
"downloadUrl": "https://civitai.com/api/download/models/82825"
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"id": 75680,
|
584 |
+
"modelId": 70988,
|
585 |
+
"name": "v1.0",
|
586 |
+
"createdAt": "2023-05-20T07:23:32.165Z",
|
587 |
+
"updatedAt": "2023-05-27T15:03:22.142Z",
|
588 |
+
"trainedWords": [
|
589 |
+
"masterpiece",
|
590 |
+
"best quality",
|
591 |
+
"white theme",
|
592 |
+
"black theme"
|
593 |
+
],
|
594 |
+
"baseModel": "SD 1.5",
|
595 |
+
"earlyAccessTimeFrame": 0,
|
596 |
+
"description": "<p>R3</p>",
|
597 |
+
"stats": {
|
598 |
+
"downloadCount": 600,
|
599 |
+
"ratingCount": 4,
|
600 |
+
"rating": 5
|
601 |
+
},
|
602 |
+
"files": [
|
603 |
+
{
|
604 |
+
"name": "bbmixJOY_v10.safetensors",
|
605 |
+
"id": 52248,
|
606 |
+
"sizeKB": 4001869.052734375,
|
607 |
+
"type": "Model",
|
608 |
+
"metadata": {
|
609 |
+
"fp": "fp16",
|
610 |
+
"size": "pruned",
|
611 |
+
"format": "SafeTensor"
|
612 |
+
},
|
613 |
+
"pickleScanResult": "Success",
|
614 |
+
"pickleScanMessage": "No Pickle imports",
|
615 |
+
"virusScanResult": "Success",
|
616 |
+
"scannedAt": "2023-05-20T07:39:51.240Z",
|
617 |
+
"hashes": {
|
618 |
+
"AutoV1": "E13105FC",
|
619 |
+
"AutoV2": "E28B26D879",
|
620 |
+
"SHA256": "E28B26D87946B498381D076B72571B3637A621DBF2CB3E7A196C103D2A4471F6",
|
621 |
+
"CRC32": "F83259FE",
|
622 |
+
"BLAKE3": "941BA2371F4A85CAF915CE957EA273E181963E1D51D7573810A2687E93FB7914"
|
623 |
+
},
|
624 |
+
"downloadUrl": "https://civitai.com/api/download/models/75680",
|
625 |
+
"primary": true
|
626 |
+
}
|
627 |
+
],
|
628 |
+
"images": [
|
629 |
+
{
|
630 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65d6bef5-c317-41e4-a4de-826ffde4287f/width=450/847250.jpeg",
|
631 |
+
"nsfw": "None",
|
632 |
+
"width": 1536,
|
633 |
+
"height": 2304,
|
634 |
+
"hash": "UDJ7|1D%TK%2t:$yx^IoVtrqMxE1z;D%0Kxv",
|
635 |
+
"meta": {
|
636 |
+
"Eta": "0.2",
|
637 |
+
"Size": "1024x1536",
|
638 |
+
"seed": 3326589154,
|
639 |
+
"steps": 30,
|
640 |
+
"hashes": {
|
641 |
+
"vae": "600345c503",
|
642 |
+
"model": "e28b26d879",
|
643 |
+
"embed:badhandv4": "5e40d722fc",
|
644 |
+
"lora:nudestocking": "ddc56d73e6",
|
645 |
+
"embed:EasyNegative": "66a7279a88"
|
646 |
+
},
|
647 |
+
"prompt": "masterpiece, best quality,4girl,young girl, dark_violet eyes, chocolate, buzz cut,embarrassed _face,shiny skin,large breasts,nice leg line:1.3,thick thighs, thin waist,school uniform, thighhighs,necktie,((pencil skirt)),red color high heels, pantyhose, , Tower_with_a_bright_light_used_for_navigation,,looking at viewer,from below,full body, <lora:nudestocking:0.7>,legsupsexms",
|
648 |
+
"sampler": "DPM++ SDE Karras",
|
649 |
+
"cfgScale": 7,
|
650 |
+
"Clip skip": "2",
|
651 |
+
"Mask blur": "4",
|
652 |
+
"resources": [
|
653 |
+
{
|
654 |
+
"name": "nudestocking",
|
655 |
+
"type": "lora",
|
656 |
+
"weight": 0.7
|
657 |
+
}
|
658 |
+
],
|
659 |
+
"Model hash": "e28b26d879",
|
660 |
+
"Mimic scale": "7",
|
661 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
662 |
+
"Denoising strength": "0.4",
|
663 |
+
"SD upscale overlap": "64",
|
664 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
665 |
+
"Threshold percentile": "100",
|
666 |
+
"Dynamic thresholding enabled": "True"
|
667 |
+
}
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5f31d4b-e335-4cef-a426-1124ec08944c/width=450/846960.jpeg",
|
671 |
+
"nsfw": "Soft",
|
672 |
+
"width": 1536,
|
673 |
+
"height": 2304,
|
674 |
+
"hash": "URGS4Nxu9Zf,?wxuWXbb_3ofofoLxuaxNGWB",
|
675 |
+
"meta": {
|
676 |
+
"Eta": "0.2",
|
677 |
+
"Size": "1024x1536",
|
678 |
+
"seed": 1768130903,
|
679 |
+
"steps": 30,
|
680 |
+
"hashes": {
|
681 |
+
"vae": "600345c503",
|
682 |
+
"model": "e28b26d879",
|
683 |
+
"embed:badhandv4": "5e40d722fc",
|
684 |
+
"lora:perfectpantyhose": "373792738a",
|
685 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
686 |
+
},
|
687 |
+
"prompt": "masterpiece, best quality,1girl,young girl, khaki eyes, ash brown, french twist,despair _face,shiny skin,large breasts,nice leg line:1.3,thick thighs, thin waist,school uniform, thighhighs,necktie,((pencil skirt)), pantyhose, cityscape,looking at viewer,from below,full body, <lora:perfectpantyhose:0.7>",
|
688 |
+
"sampler": "DPM++ SDE Karras",
|
689 |
+
"cfgScale": 7,
|
690 |
+
"Clip skip": "2",
|
691 |
+
"Mask blur": "4",
|
692 |
+
"resources": [
|
693 |
+
{
|
694 |
+
"name": "perfectpantyhose",
|
695 |
+
"type": "lora",
|
696 |
+
"weight": 0.7
|
697 |
+
}
|
698 |
+
],
|
699 |
+
"Model hash": "e28b26d879",
|
700 |
+
"Mimic scale": "7",
|
701 |
+
"negativePrompt": "verybadimagenegative_v1.3, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, pencle,((eyelashes)), ((speech bubble))",
|
702 |
+
"Denoising strength": "0.4",
|
703 |
+
"SD upscale overlap": "64",
|
704 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
705 |
+
"Threshold percentile": "100",
|
706 |
+
"Dynamic thresholding enabled": "True"
|
707 |
+
}
|
708 |
+
},
|
709 |
+
{
|
710 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6338a1a9-2d07-4a1e-9e77-34fcccffa6c9/width=450/846962.jpeg",
|
711 |
+
"nsfw": "None",
|
712 |
+
"width": 1536,
|
713 |
+
"height": 2304,
|
714 |
+
"hash": "ULECB~~WELIpXTxu%2%2R*R*oMs:IURkWCs:",
|
715 |
+
"meta": {
|
716 |
+
"Eta": "0.2",
|
717 |
+
"Size": "1024x1536",
|
718 |
+
"seed": 80917613,
|
719 |
+
"steps": 30,
|
720 |
+
"hashes": {
|
721 |
+
"vae": "600345c503",
|
722 |
+
"model": "e28b26d879",
|
723 |
+
"embed:badhandv4": "5e40d722fc",
|
724 |
+
"lora:nudestocking": "ddc56d73e6",
|
725 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
726 |
+
},
|
727 |
+
"prompt": "masterpiece, best quality,2girl,young girl, fed_fox eyes, dirty blonde, shag,sorrowful _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,school uniform, thighhighs,necktie,((pencil skirt)),red color high heels, pantyhose, cityscape,looking at viewer,from below,full body, <lora:nudestocking:0.7>",
|
728 |
+
"sampler": "DPM++ SDE Karras",
|
729 |
+
"cfgScale": 7,
|
730 |
+
"Clip skip": "2",
|
731 |
+
"Mask blur": "4",
|
732 |
+
"resources": [
|
733 |
+
{
|
734 |
+
"name": "nudestocking",
|
735 |
+
"type": "lora",
|
736 |
+
"weight": 0.7
|
737 |
+
}
|
738 |
+
],
|
739 |
+
"Model hash": "e28b26d879",
|
740 |
+
"Mimic scale": "7",
|
741 |
+
"negativePrompt": "verybadimagenegative_v1.3, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
742 |
+
"Denoising strength": "0.4",
|
743 |
+
"SD upscale overlap": "64",
|
744 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
745 |
+
"Threshold percentile": "100",
|
746 |
+
"Dynamic thresholding enabled": "True"
|
747 |
+
}
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1861998-bfda-4ff3-b2bf-32790517e167/width=450/846969.jpeg",
|
751 |
+
"nsfw": "None",
|
752 |
+
"width": 1536,
|
753 |
+
"height": 2304,
|
754 |
+
"hash": "UDJ7|1D%TK%2t:$yx^IoVtrqMxE1z;D%0Kxv",
|
755 |
+
"meta": {
|
756 |
+
"Eta": "0.2",
|
757 |
+
"Size": "1024x1536",
|
758 |
+
"seed": 3326589154,
|
759 |
+
"steps": 30,
|
760 |
+
"hashes": {
|
761 |
+
"vae": "600345c503",
|
762 |
+
"model": "e28b26d879",
|
763 |
+
"embed:badhandv4": "5e40d722fc",
|
764 |
+
"lora:nudestocking": "ddc56d73e6",
|
765 |
+
"embed:EasyNegative": "66a7279a88"
|
766 |
+
},
|
767 |
+
"prompt": "masterpiece, best quality,4girl,young girl, dark_violet eyes, chocolate, buzz cut,embarrassed _face,shiny skin,large breasts,nice leg line:1.3,thick thighs, thin waist,school uniform, thighhighs,necktie,((pencil skirt)),red color high heels, pantyhose, , Tower_with_a_bright_light_used_for_navigation,,looking at viewer,from below,full body, <lora:nudestocking:0.7>,legsupsexms",
|
768 |
+
"sampler": "DPM++ SDE Karras",
|
769 |
+
"cfgScale": 7,
|
770 |
+
"Clip skip": "2",
|
771 |
+
"Mask blur": "4",
|
772 |
+
"resources": [
|
773 |
+
{
|
774 |
+
"name": "nudestocking",
|
775 |
+
"type": "lora",
|
776 |
+
"weight": 0.7
|
777 |
+
}
|
778 |
+
],
|
779 |
+
"Model hash": "e28b26d879",
|
780 |
+
"Mimic scale": "7",
|
781 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
782 |
+
"Denoising strength": "0.4",
|
783 |
+
"SD upscale overlap": "64",
|
784 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
785 |
+
"Threshold percentile": "100",
|
786 |
+
"Dynamic thresholding enabled": "True"
|
787 |
+
}
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a656ae1-daa0-47c4-8151-cd1dc48cda76/width=450/846983.jpeg",
|
791 |
+
"nsfw": "Soft",
|
792 |
+
"width": 1536,
|
793 |
+
"height": 2304,
|
794 |
+
"hash": "UBGbVWW[Y20eY6a%In~ppdxv%MNb%$-;^+xa",
|
795 |
+
"meta": {
|
796 |
+
"Eta": "0.2",
|
797 |
+
"Size": "1024x1536",
|
798 |
+
"seed": 3265922187,
|
799 |
+
"steps": 30,
|
800 |
+
"hashes": {
|
801 |
+
"vae": "600345c503",
|
802 |
+
"model": "e28b26d879",
|
803 |
+
"embed:badhandv4": "5e40d722fc",
|
804 |
+
"embed:EasyNegative": "66a7279a88"
|
805 |
+
},
|
806 |
+
"prompt": "masterpiece, best quality,3girl,young girl, aliceblue eyes, honey blonde, quiff,touched _face,shiny skin,large breasts,nice leg line:1.3,thick thighs, thin waist,Original Character, Natural Volumetric Lighting, Intense Shadows, Shady Body, Upper Body, High Contrast, Depth of Field, Portrait Of Stunningly Beautiful Girl, Petite, Slender, Delicate Beautiful Attractive Face, Alluring Red Eyes, Black Round Pupils, Half Closed Eyes, Sharp Eyeliner, Frown Sharped Eyebrows, Confident Look, Sneering Smile, Closed Mouth, Cute Skin Fang, Lovely Small Breasts, Pink hair, Layered Long Straight Hairstyle, Long Side Bangs, Blush Eyeshadow, Thick Eyelashes, Skindentation, BREAK Peaked Cap, (Leather Police Shirt:1.05), Deep V-Neck, Flat Cleavage, Short Sleeves, Officer Badge, Tight Police Miniskirt, Wide Hips, Leather Glove, (Pantyhose Stockings:1.05), Keen High Long Boots, Inside of Intersection City Crosswalks, (Police Patrol Car:1.05), City High Buildings, Perfect Blue Sky, Warm Sunshine, Under White Clouds, Standing, Legs Apart, Ass Visible Through Thighs, Arms At Sides, Pov, (Highest Quality, Amazing Details:1.2), (Solo:1.3), Remove Harsh Shadows, Brilliant Colorful Paintings, , Outdoor_area_specifically_for_growing_olive_trees, looking at viewer,from side,upper body,nsfw",
|
807 |
+
"sampler": "DPM++ SDE Karras",
|
808 |
+
"cfgScale": 7,
|
809 |
+
"Clip skip": "2",
|
810 |
+
"Mask blur": "4",
|
811 |
+
"resources": [],
|
812 |
+
"Model hash": "e28b26d879",
|
813 |
+
"Mimic scale": "7",
|
814 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, ((eyelashes)), ((speech bubble))",
|
815 |
+
"Denoising strength": "0.4",
|
816 |
+
"SD upscale overlap": "64",
|
817 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
818 |
+
"Threshold percentile": "100",
|
819 |
+
"Dynamic thresholding enabled": "True"
|
820 |
+
}
|
821 |
+
},
|
822 |
+
{
|
823 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7d93d4e-2ece-4886-99c2-1e94f53d86e2/width=450/846985.jpeg",
|
824 |
+
"nsfw": "Soft",
|
825 |
+
"width": 1536,
|
826 |
+
"height": 2304,
|
827 |
+
"hash": "UVFO[s~XtRX5JVS6kCt6bbWYj]s.%Mt7WDoJ",
|
828 |
+
"meta": {
|
829 |
+
"Eta": "0.2",
|
830 |
+
"Size": "1024x1536",
|
831 |
+
"seed": 2074324651,
|
832 |
+
"steps": 30,
|
833 |
+
"hashes": {
|
834 |
+
"vae": "600345c503",
|
835 |
+
"model": "e28b26d879",
|
836 |
+
"embed:badhandv4": "5e40d722fc",
|
837 |
+
"embed:EasyNegative": "66a7279a88"
|
838 |
+
},
|
839 |
+
"prompt": "masterpiece, best quality,3girl,young girl, aliceblue eyes, honey blonde, quiff,touched _face,shiny skin,large breasts,nice leg line:1.3,thick thighs, thin waist,Original Character, Natural Volumetric Lighting, Intense Shadows, Shady Body, Upper Body, High Contrast, Depth of Field, Portrait Of Stunningly Beautiful Girl, Petite, Slender, Delicate Beautiful Attractive Face, Alluring Red Eyes, Black Round Pupils, Half Closed Eyes, Sharp Eyeliner, Frown Sharped Eyebrows, Confident Look, Sneering Smile, Closed Mouth, Cute Skin Fang, Lovely Small Breasts, Pink hair, Layered Long Straight Hairstyle, Long Side Bangs, Blush Eyeshadow, Thick Eyelashes, Skindentation, BREAK Peaked Cap, (Leather Police Shirt:1.05), Deep V-Neck, Flat Cleavage, Short Sleeves, Officer Badge, Tight Police Miniskirt, Wide Hips, Leather Glove, (Pantyhose Stockings:1.05), Keen High Long Boots, Inside of Intersection City Crosswalks, (Police Patrol Car:1.05), City High Buildings, Perfect Blue Sky, Warm Sunshine, Under White Clouds, Standing, Legs Apart, Ass Visible Through Thighs, Arms At Sides, Pov, (Highest Quality, Amazing Details:1.2), (Solo:1.3), Remove Harsh Shadows, Brilliant Colorful Paintings, , Outdoor_area_specifically_for_growing_olive_trees, looking at viewer,from side,upper body,nsfw",
|
840 |
+
"sampler": "DPM++ SDE Karras",
|
841 |
+
"cfgScale": 7,
|
842 |
+
"Clip skip": "2",
|
843 |
+
"Mask blur": "4",
|
844 |
+
"resources": [],
|
845 |
+
"Model hash": "e28b26d879",
|
846 |
+
"Mimic scale": "7",
|
847 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, ((eyelashes)), ((speech bubble))",
|
848 |
+
"Denoising strength": "0.4",
|
849 |
+
"SD upscale overlap": "64",
|
850 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
851 |
+
"Threshold percentile": "100",
|
852 |
+
"Dynamic thresholding enabled": "True"
|
853 |
+
}
|
854 |
+
},
|
855 |
+
{
|
856 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d9b57ed-c5c9-4274-9915-f2ad90dcf28f/width=450/846915.jpeg",
|
857 |
+
"nsfw": "Soft",
|
858 |
+
"width": 1536,
|
859 |
+
"height": 2304,
|
860 |
+
"hash": "U8BMZ1R%00-p9ZE1t5?H00Rj^koy~W^+IU0K",
|
861 |
+
"meta": {
|
862 |
+
"Eta": "0.2",
|
863 |
+
"Size": "1024x1536",
|
864 |
+
"seed": 575550447,
|
865 |
+
"steps": 30,
|
866 |
+
"hashes": {
|
867 |
+
"vae": "600345c503",
|
868 |
+
"model": "e28b26d879",
|
869 |
+
"embed:EasyNegative": "66a7279a88"
|
870 |
+
},
|
871 |
+
"prompt": "masterpiece,best quality,1girl,long hair,upper body,black theme",
|
872 |
+
"sampler": "DPM++ SDE Karras",
|
873 |
+
"cfgScale": 7,
|
874 |
+
"Clip skip": "2",
|
875 |
+
"Mask blur": "4",
|
876 |
+
"resources": [],
|
877 |
+
"Model hash": "e28b26d879",
|
878 |
+
"Mimic scale": "7",
|
879 |
+
"negativePrompt": "EasyNegative,badhandv4,nsfw,nipples",
|
880 |
+
"Denoising strength": "0.4",
|
881 |
+
"SD upscale overlap": "64",
|
882 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
883 |
+
"Threshold percentile": "100",
|
884 |
+
"Dynamic thresholding enabled": "True"
|
885 |
+
}
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b08fea3c-ad86-4464-bfff-3342b1b3c450/width=450/846987.jpeg",
|
889 |
+
"nsfw": "Soft",
|
890 |
+
"width": 1536,
|
891 |
+
"height": 2304,
|
892 |
+
"hash": "UAF~HzxxK$0eBW_4of~V.8-=I:R%pJtT^+Io",
|
893 |
+
"meta": {
|
894 |
+
"Eta": "0.2",
|
895 |
+
"Size": "1024x1536",
|
896 |
+
"seed": 217306397,
|
897 |
+
"steps": 30,
|
898 |
+
"hashes": {
|
899 |
+
"vae": "600345c503",
|
900 |
+
"model": "e28b26d879",
|
901 |
+
"embed:badhandv4": "5e40d722fc",
|
902 |
+
"embed:EasyNegative": "66a7279a88"
|
903 |
+
},
|
904 |
+
"prompt": "masterpiece, best quality,3girl,young girl, aliceblue eyes, honey blonde, quiff,touched _face,shiny skin,large breasts,nice leg line:1.3,thick thighs, thin waist,Original Character, Natural Volumetric Lighting, Intense Shadows, Shady Body, Upper Body, High Contrast, Depth of Field, Portrait Of Stunningly Beautiful Girl, Petite, Slender, Delicate Beautiful Attractive Face, Alluring Red Eyes, Black Round Pupils, Half Closed Eyes, Sharp Eyeliner, Frown Sharped Eyebrows, Confident Look, Sneering Smile, Closed Mouth, Cute Skin Fang, Lovely Small Breasts, Pink hair, Layered Long Straight Hairstyle, Long Side Bangs, Blush Eyeshadow, Thick Eyelashes, Skindentation, BREAK Peaked Cap, (Leather Police Shirt:1.05), Deep V-Neck, Flat Cleavage, Short Sleeves, Officer Badge, Tight Police Miniskirt, Wide Hips, Leather Glove, (Pantyhose Stockings:1.05), Keen High Long Boots, Inside of Intersection City Crosswalks, (Police Patrol Car:1.05), City High Buildings, Perfect Blue Sky, Warm Sunshine, Under White Clouds, Standing, Legs Apart, Ass Visible Through Thighs, Arms At Sides, Pov, (Highest Quality, Amazing Details:1.2), (Solo:1.3), Remove Harsh Shadows, Brilliant Colorful Paintings, , Outdoor_area_specifically_for_growing_olive_trees, looking at viewer,from side,upper body,nsfw",
|
905 |
+
"sampler": "DPM++ SDE Karras",
|
906 |
+
"cfgScale": 7,
|
907 |
+
"Clip skip": "2",
|
908 |
+
"Mask blur": "4",
|
909 |
+
"resources": [],
|
910 |
+
"Model hash": "e28b26d879",
|
911 |
+
"Mimic scale": "7",
|
912 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, ((eyelashes)), ((speech bubble))",
|
913 |
+
"Denoising strength": "0.4",
|
914 |
+
"SD upscale overlap": "64",
|
915 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
916 |
+
"Threshold percentile": "100",
|
917 |
+
"Dynamic thresholding enabled": "True"
|
918 |
+
}
|
919 |
+
},
|
920 |
+
{
|
921 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/279a1625-1e02-4b22-a336-137c72dd713a/width=450/846841.jpeg",
|
922 |
+
"nsfw": "Soft",
|
923 |
+
"width": 1536,
|
924 |
+
"height": 2304,
|
925 |
+
"hash": "UfL;8Pflxuay~WWUtQofW;t6aet7xuofM|Rj",
|
926 |
+
"meta": {
|
927 |
+
"Eta": "0.2",
|
928 |
+
"Size": "1024x1536",
|
929 |
+
"seed": 4145792475,
|
930 |
+
"steps": 30,
|
931 |
+
"hashes": {
|
932 |
+
"vae": "600345c503",
|
933 |
+
"model": "e28b26d879",
|
934 |
+
"embed:badhandv4": "5e40d722fc",
|
935 |
+
"embed:EasyNegative": "66a7279a88"
|
936 |
+
},
|
937 |
+
"prompt": "masterpiece, best quality,1girl,long hair,upper body, white theme",
|
938 |
+
"sampler": "DPM++ SDE Karras",
|
939 |
+
"cfgScale": 7,
|
940 |
+
"Clip skip": "2",
|
941 |
+
"Mask blur": "4",
|
942 |
+
"resources": [],
|
943 |
+
"Model hash": "e28b26d879",
|
944 |
+
"Mimic scale": "7",
|
945 |
+
"negativePrompt": "EasyNegative, badhandv4",
|
946 |
+
"Denoising strength": "0.4",
|
947 |
+
"SD upscale overlap": "64",
|
948 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
949 |
+
"Threshold percentile": "100",
|
950 |
+
"Dynamic thresholding enabled": "True"
|
951 |
+
}
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc78f62d-cda9-4d06-aef8-f37339ab8e48/width=450/846914.jpeg",
|
955 |
+
"nsfw": "None",
|
956 |
+
"width": 1536,
|
957 |
+
"height": 2304,
|
958 |
+
"hash": "UUKmY9%MS]xb~WkBS0t7=|Ioxuxu?b%2t6Rj",
|
959 |
+
"meta": {
|
960 |
+
"Eta": "0.2",
|
961 |
+
"Size": "1024x1536",
|
962 |
+
"seed": 847859872,
|
963 |
+
"steps": 30,
|
964 |
+
"hashes": {
|
965 |
+
"vae": "600345c503",
|
966 |
+
"model": "e28b26d879"
|
967 |
+
},
|
968 |
+
"sampler": "DPM++ SDE Karras",
|
969 |
+
"cfgScale": 7,
|
970 |
+
"Clip skip": "2",
|
971 |
+
"Mask blur": "4",
|
972 |
+
"resources": [],
|
973 |
+
"Model hash": "e28b26d879",
|
974 |
+
"Mimic scale": "7",
|
975 |
+
"Denoising strength": "0.4",
|
976 |
+
"SD upscale overlap": "64",
|
977 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
978 |
+
"Threshold percentile": "100",
|
979 |
+
"Dynamic thresholding enabled": "True"
|
980 |
+
}
|
981 |
+
}
|
982 |
+
],
|
983 |
+
"downloadUrl": "https://civitai.com/api/download/models/75680"
|
984 |
+
}
|
985 |
+
]
|
986 |
+
}
|
BBMIX-JOY/bbmixJOY_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef924e43c41b19fcfb35e8bbef59576e51299afa2de4e981adc4041c46a5da08
|
3 |
+
size 2378777854
|
BBMIX-JOY/bbmixJOY_v20.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f21d0bb7ce64609337ef5dee6178c582a7c2a096b5d12d469cb958589a4e726d
|
3 |
+
size 2378777674
|
BBMIX-JUDE/README.txt
ADDED
@@ -0,0 +1,605 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 91213,
|
3 |
+
"name": "BBMIX-JUDE",
|
4 |
+
"description": "<h1 id=\"bbmix-ruis\">BBMIX-JUDE</h1><p>A model that prints well with a thick line touch, a little darker, and a wide background</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /></p><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /></p><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /></p><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>official art, unity 8k wallpaper, ultra detailed, ultra high res, 8k uhd, film grain, delicate, RAW, light particles, detailed skin texture, detailed armor texture, detailed face, intricate details, ultra detailed</p><p>Reality Emphasis Prompt Excludes Detail Emphasis Prompt.</p><p></p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 62,
|
14 |
+
"favoriteCount": 14,
|
15 |
+
"commentCount": 0,
|
16 |
+
"ratingCount": 0,
|
17 |
+
"rating": 0
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"photorealistic",
|
27 |
+
"sexy",
|
28 |
+
"female",
|
29 |
+
"woman",
|
30 |
+
"girls"
|
31 |
+
],
|
32 |
+
"modelVersions": [
|
33 |
+
{
|
34 |
+
"id": 97212,
|
35 |
+
"modelId": 91213,
|
36 |
+
"name": "v1.0",
|
37 |
+
"createdAt": "2023-06-16T11:44:36.229Z",
|
38 |
+
"updatedAt": "2023-06-16T11:50:15.021Z",
|
39 |
+
"trainedWords": [
|
40 |
+
"masterpiece",
|
41 |
+
"best quality"
|
42 |
+
],
|
43 |
+
"baseModel": "SD 1.5",
|
44 |
+
"earlyAccessTimeFrame": 0,
|
45 |
+
"description": "<p>R3 merge</p>",
|
46 |
+
"stats": {
|
47 |
+
"downloadCount": 62,
|
48 |
+
"ratingCount": 0,
|
49 |
+
"rating": 0
|
50 |
+
},
|
51 |
+
"files": [
|
52 |
+
{
|
53 |
+
"name": "bbmixJUDE_v10.safetensors",
|
54 |
+
"id": 67579,
|
55 |
+
"sizeKB": 2323025.072265625,
|
56 |
+
"type": "Model",
|
57 |
+
"metadata": {
|
58 |
+
"fp": "fp16",
|
59 |
+
"size": "pruned",
|
60 |
+
"format": "SafeTensor"
|
61 |
+
},
|
62 |
+
"pickleScanResult": "Success",
|
63 |
+
"pickleScanMessage": "No Pickle imports",
|
64 |
+
"virusScanResult": "Success",
|
65 |
+
"scannedAt": "2023-06-16T11:51:31.243Z",
|
66 |
+
"hashes": {
|
67 |
+
"AutoV1": "D24CAC70",
|
68 |
+
"AutoV2": "048B11F220",
|
69 |
+
"SHA256": "048B11F2208B680FBF49E292F57F80B7845ADBBA4A4990ECF9EAE42126DAF6A7",
|
70 |
+
"CRC32": "98E2AF89",
|
71 |
+
"BLAKE3": "31D3E1FE8FE552A283ED3E581F61B9C3834275F3131D41F9444EFE20F179F77E"
|
72 |
+
},
|
73 |
+
"downloadUrl": "https://civitai.com/api/download/models/97212",
|
74 |
+
"primary": true
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"name": "clearvae_main2.safetensors",
|
78 |
+
"id": 67578,
|
79 |
+
"sizeKB": 326797.86328125,
|
80 |
+
"type": "VAE",
|
81 |
+
"metadata": {
|
82 |
+
"fp": null,
|
83 |
+
"size": null,
|
84 |
+
"format": "Other"
|
85 |
+
},
|
86 |
+
"pickleScanResult": "Success",
|
87 |
+
"pickleScanMessage": "No Pickle imports",
|
88 |
+
"virusScanResult": "Success",
|
89 |
+
"scannedAt": "2023-06-16T11:50:53.091Z",
|
90 |
+
"hashes": {
|
91 |
+
"AutoV1": "89ABF451",
|
92 |
+
"AutoV2": "600345C503",
|
93 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
94 |
+
"CRC32": "A5AC268D",
|
95 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
96 |
+
},
|
97 |
+
"downloadUrl": "https://civitai.com/api/download/models/97212?type=VAE&format=Other"
|
98 |
+
}
|
99 |
+
],
|
100 |
+
"images": [
|
101 |
+
{
|
102 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae32f539-a2f3-4b15-a36b-5235313c98ec/width=450/1165679.jpeg",
|
103 |
+
"nsfw": "Mature",
|
104 |
+
"width": 1024,
|
105 |
+
"height": 1920,
|
106 |
+
"hash": "UDIOV4aIPq%40E4.IuKkH;Mw#Q9w1QV@t5Vs",
|
107 |
+
"meta": {
|
108 |
+
"Eta": "0.2",
|
109 |
+
"Size": "512x960",
|
110 |
+
"seed": 1687931043,
|
111 |
+
"steps": 30,
|
112 |
+
"Script": "Detection Detailer",
|
113 |
+
"hashes": {
|
114 |
+
"vae": "600345c503",
|
115 |
+
"model": "048b11f220"
|
116 |
+
},
|
117 |
+
"prompt": "masterpiece, best quality,1girl,young girl,light brown,wedge cut,happy smile,shiny skin,huge breasts,thick_thighs,thin_waist,micro mini bikini, beach,sun,cloudy sky,looking at viewer,one eye closed,standing with your legs spread on the sand and show the soles of your feet,dutch angle",
|
118 |
+
"Version": "v1.3.2",
|
119 |
+
"sampler": "DPM++ SDE Karras",
|
120 |
+
"cfgScale": 7,
|
121 |
+
"Clip skip": "2",
|
122 |
+
"resources": [],
|
123 |
+
"Model hash": "048b11f220",
|
124 |
+
"Hires steps": "10",
|
125 |
+
"Mimic scale": "7",
|
126 |
+
"DDetailer cfg": "7",
|
127 |
+
"Hires upscale": "2",
|
128 |
+
"Hires upscaler": "SwinIR_4x",
|
129 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
130 |
+
"DDetailer conf a": "30",
|
131 |
+
"DDetailer conf b": "30",
|
132 |
+
"DDetailer bitwise": "None",
|
133 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
134 |
+
"DDetailer model b": "None",
|
135 |
+
"Denoising strength": "0.4",
|
136 |
+
"DDetailer denoising": "0.4",
|
137 |
+
"DDetailer mask blur": "4",
|
138 |
+
"DDetailer dilation a": "4",
|
139 |
+
"DDetailer dilation b": "4",
|
140 |
+
"DDetailer offset x a": "0",
|
141 |
+
"DDetailer offset x b": "0",
|
142 |
+
"DDetailer offset y a": "0",
|
143 |
+
"DDetailer offset y b": "0",
|
144 |
+
"Threshold percentile": "100",
|
145 |
+
"DDetailer inpaint full": "True",
|
146 |
+
"DDetailer preprocess b": "False",
|
147 |
+
"DDetailer inpaint padding": "32",
|
148 |
+
"Dynamic thresholding enabled": "True"
|
149 |
+
}
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2b4cc0e-d955-47b2-97cb-5165a6e3ac25/width=450/1165644.jpeg",
|
153 |
+
"nsfw": "Mature",
|
154 |
+
"width": 1024,
|
155 |
+
"height": 1920,
|
156 |
+
"hash": "UXJ7:*9bODt7GKt7NdR.I[nhjGofIpIosmWA",
|
157 |
+
"meta": {
|
158 |
+
"Eta": "0.2",
|
159 |
+
"Size": "512x960",
|
160 |
+
"seed": 1825747593,
|
161 |
+
"steps": 30,
|
162 |
+
"Script": "Detection Detailer",
|
163 |
+
"hashes": {
|
164 |
+
"vae": "600345c503",
|
165 |
+
"model": "048b11f220"
|
166 |
+
},
|
167 |
+
"prompt": "masterpiece, best quality,1girl,young girl,natural blonde,short hair,happy smile,shiny skin,huge breasts:1.49,micro mini bikini, beach,sun,cloudy sky,looking at viewer,one eye closed,standing with your legs spread on the sand and show the soles of your feet,random view",
|
168 |
+
"Version": "v1.3.2",
|
169 |
+
"sampler": "DPM++ SDE Karras",
|
170 |
+
"cfgScale": 7,
|
171 |
+
"Clip skip": "2",
|
172 |
+
"resources": [],
|
173 |
+
"Model hash": "048b11f220",
|
174 |
+
"Hires steps": "10",
|
175 |
+
"Mimic scale": "7",
|
176 |
+
"DDetailer cfg": "7",
|
177 |
+
"Hires upscale": "2",
|
178 |
+
"Hires upscaler": "SwinIR_4x",
|
179 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
180 |
+
"DDetailer conf a": "30",
|
181 |
+
"DDetailer conf b": "30",
|
182 |
+
"DDetailer bitwise": "None",
|
183 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
184 |
+
"DDetailer model b": "None",
|
185 |
+
"Denoising strength": "0.4",
|
186 |
+
"DDetailer denoising": "0.4",
|
187 |
+
"DDetailer mask blur": "4",
|
188 |
+
"DDetailer dilation a": "4",
|
189 |
+
"DDetailer dilation b": "4",
|
190 |
+
"DDetailer offset x a": "0",
|
191 |
+
"DDetailer offset x b": "0",
|
192 |
+
"DDetailer offset y a": "0",
|
193 |
+
"DDetailer offset y b": "0",
|
194 |
+
"Threshold percentile": "100",
|
195 |
+
"DDetailer inpaint full": "True",
|
196 |
+
"DDetailer preprocess b": "False",
|
197 |
+
"DDetailer inpaint padding": "32",
|
198 |
+
"Dynamic thresholding enabled": "True"
|
199 |
+
}
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eac77c5d-b893-4b7d-80f1-a991efc882cf/width=450/1165680.jpeg",
|
203 |
+
"nsfw": "Mature",
|
204 |
+
"width": 1024,
|
205 |
+
"height": 1920,
|
206 |
+
"hash": "UHIq.j?bGbIo1BE3T1snMJ-B$3j[D*%MoIt7",
|
207 |
+
"meta": {
|
208 |
+
"Eta": "0.2",
|
209 |
+
"Size": "512x960",
|
210 |
+
"seed": 3185842214,
|
211 |
+
"steps": 30,
|
212 |
+
"Script": "Detection Detailer",
|
213 |
+
"hashes": {
|
214 |
+
"vae": "600345c503",
|
215 |
+
"model": "048b11f220"
|
216 |
+
},
|
217 |
+
"prompt": "masterpiece, best quality,1girl,young girl,gray,twin drills,happy smile,shiny skin,huge breasts,thick_thighs,thin_waist,micro mini bikini, beach,sun,cloudy sky,looking at viewer,one eye closed,standing with your legs spread on the sand and show the soles of your feet,random view",
|
218 |
+
"Version": "v1.3.2",
|
219 |
+
"sampler": "DPM++ SDE Karras",
|
220 |
+
"cfgScale": 7,
|
221 |
+
"Clip skip": "2",
|
222 |
+
"resources": [],
|
223 |
+
"Model hash": "048b11f220",
|
224 |
+
"Hires steps": "10",
|
225 |
+
"Mimic scale": "7",
|
226 |
+
"DDetailer cfg": "7",
|
227 |
+
"Hires upscale": "2",
|
228 |
+
"Hires upscaler": "SwinIR_4x",
|
229 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
230 |
+
"DDetailer conf a": "30",
|
231 |
+
"DDetailer conf b": "30",
|
232 |
+
"DDetailer bitwise": "None",
|
233 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
234 |
+
"DDetailer model b": "None",
|
235 |
+
"Denoising strength": "0.4",
|
236 |
+
"DDetailer denoising": "0.4",
|
237 |
+
"DDetailer mask blur": "4",
|
238 |
+
"DDetailer dilation a": "4",
|
239 |
+
"DDetailer dilation b": "4",
|
240 |
+
"DDetailer offset x a": "0",
|
241 |
+
"DDetailer offset x b": "0",
|
242 |
+
"DDetailer offset y a": "0",
|
243 |
+
"DDetailer offset y b": "0",
|
244 |
+
"Threshold percentile": "100",
|
245 |
+
"DDetailer inpaint full": "True",
|
246 |
+
"DDetailer preprocess b": "False",
|
247 |
+
"DDetailer inpaint padding": "32",
|
248 |
+
"Dynamic thresholding enabled": "True"
|
249 |
+
}
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/748bc8a6-a449-40a2-b091-573b50e5781d/width=450/1165801.jpeg",
|
253 |
+
"nsfw": "None",
|
254 |
+
"width": 1024,
|
255 |
+
"height": 1920,
|
256 |
+
"hash": "UAIN]zXm00?G00nNslNH009u%~E2_NxZ-AxC",
|
257 |
+
"meta": {
|
258 |
+
"Eta": "0.2",
|
259 |
+
"Size": "512x960",
|
260 |
+
"seed": 287580475,
|
261 |
+
"steps": 30,
|
262 |
+
"Script": "Detection Detailer",
|
263 |
+
"hashes": {
|
264 |
+
"vae": "600345c503",
|
265 |
+
"model": "048b11f220"
|
266 |
+
},
|
267 |
+
"prompt": "masterpiece, best quality,1girl,young girl,happy smile,shiny skin,huge breasts:1.49,armpits,short sleeves polo collar dress, beach,night,cumulonimbus,looking at viewer,standing ,selfie:1.4,",
|
268 |
+
"Version": "v1.3.2",
|
269 |
+
"sampler": "DPM++ SDE Karras",
|
270 |
+
"cfgScale": 7,
|
271 |
+
"Clip skip": "2",
|
272 |
+
"resources": [],
|
273 |
+
"Model hash": "048b11f220",
|
274 |
+
"Hires steps": "10",
|
275 |
+
"Mimic scale": "7",
|
276 |
+
"DDetailer cfg": "7",
|
277 |
+
"Hires upscale": "2",
|
278 |
+
"Hires upscaler": "SwinIR_4x",
|
279 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
280 |
+
"DDetailer conf a": "30",
|
281 |
+
"DDetailer conf b": "30",
|
282 |
+
"DDetailer bitwise": "None",
|
283 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
284 |
+
"DDetailer model b": "None",
|
285 |
+
"Denoising strength": "0.4",
|
286 |
+
"DDetailer denoising": "0.4",
|
287 |
+
"DDetailer mask blur": "4",
|
288 |
+
"DDetailer dilation a": "4",
|
289 |
+
"DDetailer dilation b": "4",
|
290 |
+
"DDetailer offset x a": "0",
|
291 |
+
"DDetailer offset x b": "0",
|
292 |
+
"DDetailer offset y a": "0",
|
293 |
+
"DDetailer offset y b": "0",
|
294 |
+
"Threshold percentile": "100",
|
295 |
+
"DDetailer inpaint full": "True",
|
296 |
+
"DDetailer preprocess b": "False",
|
297 |
+
"DDetailer inpaint padding": "32",
|
298 |
+
"Dynamic thresholding enabled": "True"
|
299 |
+
}
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7cee7c-b62b-4c2b-9546-1a8bda857898/width=450/1165681.jpeg",
|
303 |
+
"nsfw": "Mature",
|
304 |
+
"width": 1024,
|
305 |
+
"height": 1920,
|
306 |
+
"hash": "UJHoC7~qF|-AE:XUtR={rB?G$fx[tmWV-oI;",
|
307 |
+
"meta": {
|
308 |
+
"Eta": "0.2",
|
309 |
+
"Size": "512x960",
|
310 |
+
"seed": 3039635217,
|
311 |
+
"steps": 30,
|
312 |
+
"Script": "Detection Detailer",
|
313 |
+
"hashes": {
|
314 |
+
"vae": "600345c503",
|
315 |
+
"model": "048b11f220"
|
316 |
+
},
|
317 |
+
"prompt": "masterpiece, best quality,1girl,young girl,platinum blonde,drill hair,happy smile,shiny skin,huge breasts:1.49,thick_thighs,thin_waist,micro mini bikini, beach,sun,cloudy sky,looking at viewer,one eye closed,standing with your legs spread on the sand and show the soles of your feet,dutch angle",
|
318 |
+
"Version": "v1.3.2",
|
319 |
+
"sampler": "DPM++ SDE Karras",
|
320 |
+
"cfgScale": 7,
|
321 |
+
"Clip skip": "2",
|
322 |
+
"resources": [],
|
323 |
+
"Model hash": "048b11f220",
|
324 |
+
"Hires steps": "10",
|
325 |
+
"Mimic scale": "7",
|
326 |
+
"DDetailer cfg": "7",
|
327 |
+
"Hires upscale": "2",
|
328 |
+
"Hires upscaler": "SwinIR_4x",
|
329 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
330 |
+
"DDetailer conf a": "30",
|
331 |
+
"DDetailer conf b": "30",
|
332 |
+
"DDetailer bitwise": "None",
|
333 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
334 |
+
"DDetailer model b": "None",
|
335 |
+
"Denoising strength": "0.4",
|
336 |
+
"DDetailer denoising": "0.4",
|
337 |
+
"DDetailer mask blur": "4",
|
338 |
+
"DDetailer dilation a": "4",
|
339 |
+
"DDetailer dilation b": "4",
|
340 |
+
"DDetailer offset x a": "0",
|
341 |
+
"DDetailer offset x b": "0",
|
342 |
+
"DDetailer offset y a": "0",
|
343 |
+
"DDetailer offset y b": "0",
|
344 |
+
"Threshold percentile": "100",
|
345 |
+
"DDetailer inpaint full": "True",
|
346 |
+
"DDetailer preprocess b": "False",
|
347 |
+
"DDetailer inpaint padding": "32",
|
348 |
+
"Dynamic thresholding enabled": "True"
|
349 |
+
}
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/426803c3-eab9-4f2e-8001-949bacb62c5e/width=450/1165654.jpeg",
|
353 |
+
"nsfw": "Mature",
|
354 |
+
"width": 1024,
|
355 |
+
"height": 1920,
|
356 |
+
"hash": "UNKKyqkWGbTe5_9ZT0W?z.VsxFr=F1I@s+s,",
|
357 |
+
"meta": {
|
358 |
+
"Eta": "0.2",
|
359 |
+
"Size": "512x960",
|
360 |
+
"seed": 177413174,
|
361 |
+
"steps": 30,
|
362 |
+
"Script": "Detection Detailer",
|
363 |
+
"hashes": {
|
364 |
+
"vae": "600345c503",
|
365 |
+
"model": "048b11f220"
|
366 |
+
},
|
367 |
+
"prompt": "masterpiece, best quality,1girl,young girl,honey blonde,half-up half-down hairstyle,happy smile,shiny skin,huge breasts:1.49,micro mini bikini, beach,sun,cloudy sky,looking at viewer,standing with your legs spread on the sand and show the soles of your feet,random angle",
|
368 |
+
"Version": "v1.3.2",
|
369 |
+
"sampler": "DPM++ SDE Karras",
|
370 |
+
"cfgScale": 7,
|
371 |
+
"Clip skip": "2",
|
372 |
+
"resources": [],
|
373 |
+
"Model hash": "048b11f220",
|
374 |
+
"Hires steps": "10",
|
375 |
+
"Mimic scale": "7",
|
376 |
+
"DDetailer cfg": "7",
|
377 |
+
"Hires upscale": "2",
|
378 |
+
"Hires upscaler": "SwinIR_4x",
|
379 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
380 |
+
"DDetailer conf a": "30",
|
381 |
+
"DDetailer conf b": "30",
|
382 |
+
"DDetailer bitwise": "None",
|
383 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
384 |
+
"DDetailer model b": "None",
|
385 |
+
"Denoising strength": "0.4",
|
386 |
+
"DDetailer denoising": "0.4",
|
387 |
+
"DDetailer mask blur": "4",
|
388 |
+
"DDetailer dilation a": "4",
|
389 |
+
"DDetailer dilation b": "4",
|
390 |
+
"DDetailer offset x a": "0",
|
391 |
+
"DDetailer offset x b": "0",
|
392 |
+
"DDetailer offset y a": "0",
|
393 |
+
"DDetailer offset y b": "0",
|
394 |
+
"Threshold percentile": "100",
|
395 |
+
"DDetailer inpaint full": "True",
|
396 |
+
"DDetailer preprocess b": "False",
|
397 |
+
"DDetailer inpaint padding": "32",
|
398 |
+
"Dynamic thresholding enabled": "True"
|
399 |
+
}
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9e12a9a-c4ce-42b6-8df6-6034f32968eb/width=450/1165659.jpeg",
|
403 |
+
"nsfw": "Mature",
|
404 |
+
"width": 1024,
|
405 |
+
"height": 1920,
|
406 |
+
"hash": "UIKUB20iC8WZ1BV?I[E2]LIA,.NHg%9w-SRj",
|
407 |
+
"meta": {
|
408 |
+
"Eta": "0.2",
|
409 |
+
"Size": "512x960",
|
410 |
+
"seed": 1400702228,
|
411 |
+
"steps": 30,
|
412 |
+
"Script": "Detection Detailer",
|
413 |
+
"hashes": {
|
414 |
+
"vae": "600345c503",
|
415 |
+
"model": "048b11f220"
|
416 |
+
},
|
417 |
+
"prompt": "masterpiece, best quality,1girl,young girl,platinum blonde,long hair,happy smile,shiny skin,huge breasts:1.49,micro mini bikini, beach,sun,cloudy sky,looking at viewer,standing with your legs spread on the sand and show the soles of your feet,dutch angle",
|
418 |
+
"Version": "v1.3.2",
|
419 |
+
"sampler": "DPM++ SDE Karras",
|
420 |
+
"cfgScale": 7,
|
421 |
+
"Clip skip": "2",
|
422 |
+
"resources": [],
|
423 |
+
"Model hash": "048b11f220",
|
424 |
+
"Hires steps": "10",
|
425 |
+
"Mimic scale": "7",
|
426 |
+
"DDetailer cfg": "7",
|
427 |
+
"Hires upscale": "2",
|
428 |
+
"Hires upscaler": "SwinIR_4x",
|
429 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
430 |
+
"DDetailer conf a": "30",
|
431 |
+
"DDetailer conf b": "30",
|
432 |
+
"DDetailer bitwise": "None",
|
433 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
434 |
+
"DDetailer model b": "None",
|
435 |
+
"Denoising strength": "0.4",
|
436 |
+
"DDetailer denoising": "0.4",
|
437 |
+
"DDetailer mask blur": "4",
|
438 |
+
"DDetailer dilation a": "4",
|
439 |
+
"DDetailer dilation b": "4",
|
440 |
+
"DDetailer offset x a": "0",
|
441 |
+
"DDetailer offset x b": "0",
|
442 |
+
"DDetailer offset y a": "0",
|
443 |
+
"DDetailer offset y b": "0",
|
444 |
+
"Threshold percentile": "100",
|
445 |
+
"DDetailer inpaint full": "True",
|
446 |
+
"DDetailer preprocess b": "False",
|
447 |
+
"DDetailer inpaint padding": "32",
|
448 |
+
"Dynamic thresholding enabled": "True"
|
449 |
+
}
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24c1f9a4-2ee0-49b0-8f76-eabe84bad102/width=450/1165799.jpeg",
|
453 |
+
"nsfw": "None",
|
454 |
+
"width": 1024,
|
455 |
+
"height": 1920,
|
456 |
+
"hash": "UEKAvp000J-V$~0L%2IW%~ibo|V[ysxD8_%1",
|
457 |
+
"meta": {
|
458 |
+
"Eta": "0.2",
|
459 |
+
"Size": "512x960",
|
460 |
+
"seed": 3452786418,
|
461 |
+
"steps": 30,
|
462 |
+
"Script": "Detection Detailer",
|
463 |
+
"hashes": {
|
464 |
+
"vae": "600345c503",
|
465 |
+
"model": "048b11f220"
|
466 |
+
},
|
467 |
+
"prompt": "masterpiece, best quality,1girl,young girl,happy smile,shiny skin,huge breasts:1.49,armpits,short sleeves polo collar dress, beach,night,cumulonimbus,looking at viewer,standing ,selfie:1.4,",
|
468 |
+
"Version": "v1.3.2",
|
469 |
+
"sampler": "DPM++ SDE Karras",
|
470 |
+
"cfgScale": 7,
|
471 |
+
"Clip skip": "2",
|
472 |
+
"resources": [],
|
473 |
+
"Model hash": "048b11f220",
|
474 |
+
"Hires steps": "10",
|
475 |
+
"Mimic scale": "7",
|
476 |
+
"DDetailer cfg": "7",
|
477 |
+
"Hires upscale": "2",
|
478 |
+
"Hires upscaler": "SwinIR_4x",
|
479 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
480 |
+
"DDetailer conf a": "30",
|
481 |
+
"DDetailer conf b": "30",
|
482 |
+
"DDetailer bitwise": "None",
|
483 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
484 |
+
"DDetailer model b": "None",
|
485 |
+
"Denoising strength": "0.4",
|
486 |
+
"DDetailer denoising": "0.4",
|
487 |
+
"DDetailer mask blur": "4",
|
488 |
+
"DDetailer dilation a": "4",
|
489 |
+
"DDetailer dilation b": "4",
|
490 |
+
"DDetailer offset x a": "0",
|
491 |
+
"DDetailer offset x b": "0",
|
492 |
+
"DDetailer offset y a": "0",
|
493 |
+
"DDetailer offset y b": "0",
|
494 |
+
"Threshold percentile": "100",
|
495 |
+
"DDetailer inpaint full": "True",
|
496 |
+
"DDetailer preprocess b": "False",
|
497 |
+
"DDetailer inpaint padding": "32",
|
498 |
+
"Dynamic thresholding enabled": "True"
|
499 |
+
}
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5baed880-e22f-4f29-9318-4fe9d4fc7e47/width=450/1165798.jpeg",
|
503 |
+
"nsfw": "None",
|
504 |
+
"width": 1024,
|
505 |
+
"height": 1920,
|
506 |
+
"hash": "UAF~8gw?00IB01D%nOjYQ*.8~W%2019}tQs;",
|
507 |
+
"meta": {
|
508 |
+
"Eta": "0.2",
|
509 |
+
"Size": "512x960",
|
510 |
+
"seed": 4206343672,
|
511 |
+
"steps": 30,
|
512 |
+
"Script": "Detection Detailer",
|
513 |
+
"hashes": {
|
514 |
+
"vae": "600345c503",
|
515 |
+
"model": "048b11f220"
|
516 |
+
},
|
517 |
+
"prompt": "masterpiece, best quality,1girl,young girl,happy smile,shiny skin,huge breasts:1.49,armpits,short sleeves polo collar dress, beach,night,cumulonimbus,looking at viewer,standing ,selfie:1.4,",
|
518 |
+
"Version": "v1.3.2",
|
519 |
+
"sampler": "DPM++ SDE Karras",
|
520 |
+
"cfgScale": 7,
|
521 |
+
"Clip skip": "2",
|
522 |
+
"resources": [],
|
523 |
+
"Model hash": "048b11f220",
|
524 |
+
"Hires steps": "10",
|
525 |
+
"Mimic scale": "7",
|
526 |
+
"DDetailer cfg": "7",
|
527 |
+
"Hires upscale": "2",
|
528 |
+
"Hires upscaler": "SwinIR_4x",
|
529 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
530 |
+
"DDetailer conf a": "30",
|
531 |
+
"DDetailer conf b": "30",
|
532 |
+
"DDetailer bitwise": "None",
|
533 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
534 |
+
"DDetailer model b": "None",
|
535 |
+
"Denoising strength": "0.4",
|
536 |
+
"DDetailer denoising": "0.4",
|
537 |
+
"DDetailer mask blur": "4",
|
538 |
+
"DDetailer dilation a": "4",
|
539 |
+
"DDetailer dilation b": "4",
|
540 |
+
"DDetailer offset x a": "0",
|
541 |
+
"DDetailer offset x b": "0",
|
542 |
+
"DDetailer offset y a": "0",
|
543 |
+
"DDetailer offset y b": "0",
|
544 |
+
"Threshold percentile": "100",
|
545 |
+
"DDetailer inpaint full": "True",
|
546 |
+
"DDetailer preprocess b": "False",
|
547 |
+
"DDetailer inpaint padding": "32",
|
548 |
+
"Dynamic thresholding enabled": "True"
|
549 |
+
}
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d97185a2-8a84-4565-9e55-907898d3371b/width=450/1165665.jpeg",
|
553 |
+
"nsfw": "None",
|
554 |
+
"width": 1024,
|
555 |
+
"height": 1920,
|
556 |
+
"hash": "U9GRb$ER0001~WEL9YNH0K%K=|?a02Ip-V%e",
|
557 |
+
"meta": {
|
558 |
+
"Eta": "0.2",
|
559 |
+
"Size": "512x960",
|
560 |
+
"seed": 1225990905,
|
561 |
+
"steps": 30,
|
562 |
+
"Script": "Detection Detailer",
|
563 |
+
"hashes": {
|
564 |
+
"vae": "600345c503",
|
565 |
+
"model": "048b11f220"
|
566 |
+
},
|
567 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,happy smile,drill hair,shiny_skin,thick_thighs,large breasts\nBREAK\nshort sleeves polo collar dress,socks,converse\nBREAK\nday,street,crowd:1.1,depth of field,looking at viewer,dynamic view,((standing)),((full body)),",
|
568 |
+
"Version": "v1.3.2",
|
569 |
+
"sampler": "DPM++ SDE Karras",
|
570 |
+
"cfgScale": 7,
|
571 |
+
"Clip skip": "2",
|
572 |
+
"resources": [],
|
573 |
+
"Model hash": "048b11f220",
|
574 |
+
"Hires steps": "10",
|
575 |
+
"Mimic scale": "7",
|
576 |
+
"DDetailer cfg": "7",
|
577 |
+
"Hires upscale": "2",
|
578 |
+
"Hires upscaler": "SwinIR_4x",
|
579 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
580 |
+
"DDetailer conf a": "30",
|
581 |
+
"DDetailer conf b": "30",
|
582 |
+
"DDetailer bitwise": "None",
|
583 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
584 |
+
"DDetailer model b": "None",
|
585 |
+
"Denoising strength": "0.4",
|
586 |
+
"DDetailer denoising": "0.4",
|
587 |
+
"DDetailer mask blur": "4",
|
588 |
+
"DDetailer dilation a": "4",
|
589 |
+
"DDetailer dilation b": "4",
|
590 |
+
"DDetailer offset x a": "0",
|
591 |
+
"DDetailer offset x b": "0",
|
592 |
+
"DDetailer offset y a": "0",
|
593 |
+
"DDetailer offset y b": "0",
|
594 |
+
"Threshold percentile": "100",
|
595 |
+
"DDetailer inpaint full": "True",
|
596 |
+
"DDetailer preprocess b": "False",
|
597 |
+
"DDetailer inpaint padding": "32",
|
598 |
+
"Dynamic thresholding enabled": "True"
|
599 |
+
}
|
600 |
+
}
|
601 |
+
],
|
602 |
+
"downloadUrl": "https://civitai.com/api/download/models/97212"
|
603 |
+
}
|
604 |
+
]
|
605 |
+
}
|
BBMIX-JUDE/bbmixJUDE_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:048b11f2208b680fbf49e292f57f80b7845adbba4a4990ecf9eae42126daf6a7
|
3 |
+
size 2378777674
|
BBMIX-JULIA/README.txt
ADDED
@@ -0,0 +1,546 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 77511,
|
3 |
+
"name": "BBMIX-JULIA",
|
4 |
+
"description": "<h1 id=\"bbmix-julia\">BBMIX-JULIA</h1><p>Uncontrollable attractive woman JULIA</p><p>Because of her easily recognizable body shape, face shape, and thick line treatment, she is a model that people like the more she sees it.</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, (nice leg line:1.3),thin waist</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><p></p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><ul><li><p>thick thighs, thin waist, (This model's legs and waist are already designed to be thick.)</p><p></p></li></ul><p>official art, unity 8k wallpaper, ultra detailed, ultra high res, 8k uhd, film grain, delicate, RAW, light particles, detailed skin texture, detailed armor texture, detailed face, intricate details, ultra detailed,</p><p>Reality Emphasis Prompt Excludes Detail Emphasis Prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p><p></p><p></p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": true,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 634,
|
14 |
+
"favoriteCount": 181,
|
15 |
+
"commentCount": 6,
|
16 |
+
"ratingCount": 4,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"sexy",
|
27 |
+
"female",
|
28 |
+
"woman",
|
29 |
+
"cute",
|
30 |
+
"girls",
|
31 |
+
"chic"
|
32 |
+
],
|
33 |
+
"modelVersions": [
|
34 |
+
{
|
35 |
+
"id": 82282,
|
36 |
+
"modelId": 77511,
|
37 |
+
"name": "v1.0",
|
38 |
+
"createdAt": "2023-05-27T00:36:27.378Z",
|
39 |
+
"updatedAt": "2023-05-27T00:58:25.503Z",
|
40 |
+
"trainedWords": [
|
41 |
+
"masterpiece",
|
42 |
+
"best quality"
|
43 |
+
],
|
44 |
+
"baseModel": "SD 1.5",
|
45 |
+
"earlyAccessTimeFrame": 0,
|
46 |
+
"description": "<p>BBMIX-JULIA-0.5WD</p>",
|
47 |
+
"stats": {
|
48 |
+
"downloadCount": 634,
|
49 |
+
"ratingCount": 4,
|
50 |
+
"rating": 5
|
51 |
+
},
|
52 |
+
"files": [
|
53 |
+
{
|
54 |
+
"name": "bbmixJULIA_v10.safetensors",
|
55 |
+
"id": 56337,
|
56 |
+
"sizeKB": 2323025.072265625,
|
57 |
+
"type": "Model",
|
58 |
+
"metadata": {
|
59 |
+
"fp": "fp16",
|
60 |
+
"size": "pruned",
|
61 |
+
"format": "SafeTensor"
|
62 |
+
},
|
63 |
+
"pickleScanResult": "Success",
|
64 |
+
"pickleScanMessage": "No Pickle imports",
|
65 |
+
"virusScanResult": "Success",
|
66 |
+
"scannedAt": "2023-05-27T01:16:45.833Z",
|
67 |
+
"hashes": {
|
68 |
+
"AutoV1": "564533E5",
|
69 |
+
"AutoV2": "A5AD31BB5F",
|
70 |
+
"SHA256": "A5AD31BB5F3468EE1A1861D43AE3E964E54D8EC5F91C191F50CBC33ADA7CEA95",
|
71 |
+
"CRC32": "F395E3AC",
|
72 |
+
"BLAKE3": "B7FB8EEAFFEFABDB2AD13248C6BC835000F29D435C8B51018B9738E165BBB6E4"
|
73 |
+
},
|
74 |
+
"downloadUrl": "https://civitai.com/api/download/models/82282",
|
75 |
+
"primary": true
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"name": "clearvae_main2.safetensors",
|
79 |
+
"id": 56336,
|
80 |
+
"sizeKB": 326797.86328125,
|
81 |
+
"type": "VAE",
|
82 |
+
"metadata": {
|
83 |
+
"fp": null,
|
84 |
+
"size": null,
|
85 |
+
"format": "Other"
|
86 |
+
},
|
87 |
+
"pickleScanResult": "Success",
|
88 |
+
"pickleScanMessage": "No Pickle imports",
|
89 |
+
"virusScanResult": "Success",
|
90 |
+
"scannedAt": "2023-05-27T01:15:49.979Z",
|
91 |
+
"hashes": {
|
92 |
+
"AutoV1": "89ABF451",
|
93 |
+
"AutoV2": "600345C503",
|
94 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
95 |
+
"CRC32": "A5AC268D",
|
96 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
97 |
+
},
|
98 |
+
"downloadUrl": "https://civitai.com/api/download/models/82282?type=VAE&format=Other"
|
99 |
+
}
|
100 |
+
],
|
101 |
+
"images": [
|
102 |
+
{
|
103 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc69bc20-c3b2-47ca-aa5d-7effcfb278b7/width=450/925342.jpeg",
|
104 |
+
"nsfw": "Soft",
|
105 |
+
"width": 1024,
|
106 |
+
"height": 1536,
|
107 |
+
"hash": "UAG[f[X4+H%1~qOW9aVs4n%L6iwI+bIU-:={",
|
108 |
+
"meta": {
|
109 |
+
"Eta": "0.2",
|
110 |
+
"Size": "512x768",
|
111 |
+
"seed": 2339841013,
|
112 |
+
"steps": 30,
|
113 |
+
"Script": "Detection Detailer",
|
114 |
+
"hashes": {
|
115 |
+
"vae": "600345c503"
|
116 |
+
},
|
117 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,determined _face,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Coral_maxi_dress, espadrille_wedges, tassel_earrings, woven_tote_bag,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,squatting,from above,full body",
|
118 |
+
"sampler": "DPM++ SDE Karras",
|
119 |
+
"cfgScale": 7,
|
120 |
+
"Clip skip": "2",
|
121 |
+
"resources": [],
|
122 |
+
"Model hash": "a5ad31bb5f",
|
123 |
+
"Hires steps": "10",
|
124 |
+
"Mimic scale": "7",
|
125 |
+
"DDetailer cfg": "7",
|
126 |
+
"Hires upscale": "2",
|
127 |
+
"Hires upscaler": "SwinIR_4x",
|
128 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
129 |
+
"DDetailer conf a": "30",
|
130 |
+
"DDetailer conf b": "30",
|
131 |
+
"DDetailer bitwise": "None",
|
132 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
133 |
+
"DDetailer model b": "None",
|
134 |
+
"Denoising strength": "0.4",
|
135 |
+
"DDetailer denoising": "0.4",
|
136 |
+
"DDetailer mask blur": "4",
|
137 |
+
"DDetailer dilation a": "4",
|
138 |
+
"DDetailer dilation b": "4",
|
139 |
+
"DDetailer offset x a": "0",
|
140 |
+
"DDetailer offset x b": "0",
|
141 |
+
"DDetailer offset y a": "0",
|
142 |
+
"DDetailer offset y b": "0",
|
143 |
+
"Threshold percentile": "100",
|
144 |
+
"DDetailer inpaint full": "True",
|
145 |
+
"DDetailer preprocess b": "False",
|
146 |
+
"DDetailer inpaint padding": "32",
|
147 |
+
"Dynamic thresholding enabled": "True"
|
148 |
+
}
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a736feac-fab5-40e1-a1d2-2678656f059f/width=450/925354.jpeg",
|
152 |
+
"nsfw": "Soft",
|
153 |
+
"width": 1024,
|
154 |
+
"height": 1536,
|
155 |
+
"hash": "UEHnvw00~p,[IoM_57IV-:={9as;-SVs^k%2",
|
156 |
+
"meta": {
|
157 |
+
"Eta": "0.2",
|
158 |
+
"Size": "512x768",
|
159 |
+
"seed": 3136165174,
|
160 |
+
"steps": 30,
|
161 |
+
"Script": "Detection Detailer",
|
162 |
+
"hashes": {
|
163 |
+
"vae": "600345c503"
|
164 |
+
},
|
165 |
+
"prompt": "masterpiece, best quality,1girl,young girl,black eyes,long hair,aroused_face,happy smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nlolita_dress,sneakers\nBREAK\nPathway and stairs lined behind a large tree,crowd,depth of field,looking at viewer,squatting, from above, upper body",
|
166 |
+
"sampler": "DPM++ SDE Karras",
|
167 |
+
"cfgScale": 7,
|
168 |
+
"Clip skip": "2",
|
169 |
+
"resources": [],
|
170 |
+
"Model hash": "a5ad31bb5f",
|
171 |
+
"Hires steps": "10",
|
172 |
+
"Mimic scale": "7",
|
173 |
+
"DDetailer cfg": "7",
|
174 |
+
"Hires upscale": "2",
|
175 |
+
"Hires upscaler": "SwinIR_4x",
|
176 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
177 |
+
"DDetailer conf a": "30",
|
178 |
+
"DDetailer conf b": "30",
|
179 |
+
"DDetailer bitwise": "None",
|
180 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
181 |
+
"DDetailer model b": "None",
|
182 |
+
"Denoising strength": "0.4",
|
183 |
+
"DDetailer denoising": "0.4",
|
184 |
+
"DDetailer mask blur": "4",
|
185 |
+
"DDetailer dilation a": "4",
|
186 |
+
"DDetailer dilation b": "4",
|
187 |
+
"DDetailer offset x a": "0",
|
188 |
+
"DDetailer offset x b": "0",
|
189 |
+
"DDetailer offset y a": "0",
|
190 |
+
"DDetailer offset y b": "0",
|
191 |
+
"Threshold percentile": "100",
|
192 |
+
"DDetailer inpaint full": "True",
|
193 |
+
"DDetailer preprocess b": "False",
|
194 |
+
"DDetailer inpaint padding": "32",
|
195 |
+
"Dynamic thresholding enabled": "True"
|
196 |
+
}
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9eace5d-56d2-41f5-8f9f-644ca4528bd9/width=450/925357.jpeg",
|
200 |
+
"nsfw": "X",
|
201 |
+
"width": 1024,
|
202 |
+
"height": 1536,
|
203 |
+
"hash": "UHIER_?bt2xbTe?bE2V@4-?bXns.}@%M^+NG",
|
204 |
+
"meta": {
|
205 |
+
"Eta": "0.2",
|
206 |
+
"Size": "512x768",
|
207 |
+
"seed": 2339841006,
|
208 |
+
"steps": 30,
|
209 |
+
"Script": "Detection Detailer",
|
210 |
+
"hashes": {
|
211 |
+
"vae": "600345c503"
|
212 |
+
},
|
213 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,burn hair,smiling _face,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nArtificial intelligence ethicist, AI ethics, moral responsibility, accountability, transparency.\nBREAK\naround crowd:1.1,depth of field,looking at viewer,sitting,from side,full body",
|
214 |
+
"sampler": "DPM++ SDE Karras",
|
215 |
+
"cfgScale": 7,
|
216 |
+
"Clip skip": "2",
|
217 |
+
"resources": [],
|
218 |
+
"Model hash": "a5ad31bb5f",
|
219 |
+
"Hires steps": "10",
|
220 |
+
"Mimic scale": "7",
|
221 |
+
"DDetailer cfg": "7",
|
222 |
+
"Hires upscale": "2",
|
223 |
+
"Hires upscaler": "SwinIR_4x",
|
224 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
225 |
+
"DDetailer conf a": "30",
|
226 |
+
"DDetailer conf b": "30",
|
227 |
+
"DDetailer bitwise": "None",
|
228 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
229 |
+
"DDetailer model b": "None",
|
230 |
+
"Denoising strength": "0.4",
|
231 |
+
"DDetailer denoising": "0.4",
|
232 |
+
"DDetailer mask blur": "4",
|
233 |
+
"DDetailer dilation a": "4",
|
234 |
+
"DDetailer dilation b": "4",
|
235 |
+
"DDetailer offset x a": "0",
|
236 |
+
"DDetailer offset x b": "0",
|
237 |
+
"DDetailer offset y a": "0",
|
238 |
+
"DDetailer offset y b": "0",
|
239 |
+
"Threshold percentile": "100",
|
240 |
+
"DDetailer inpaint full": "True",
|
241 |
+
"DDetailer preprocess b": "False",
|
242 |
+
"DDetailer inpaint padding": "32",
|
243 |
+
"Dynamic thresholding enabled": "True"
|
244 |
+
}
|
245 |
+
},
|
246 |
+
{
|
247 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/399153d2-f4c0-4a7b-a821-cea7cb964015/width=450/925358.jpeg",
|
248 |
+
"nsfw": "None",
|
249 |
+
"width": 1024,
|
250 |
+
"height": 1536,
|
251 |
+
"hash": "UDIOId%N?G_4~qb_-;Rj@s$20feT9FrqR-IU",
|
252 |
+
"meta": {
|
253 |
+
"Eta": "0.2",
|
254 |
+
"Size": "512x768",
|
255 |
+
"seed": 2339841017,
|
256 |
+
"steps": 30,
|
257 |
+
"Script": "Detection Detailer",
|
258 |
+
"hashes": {
|
259 |
+
"vae": "600345c503"
|
260 |
+
},
|
261 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,ecstasy _face,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\nNurse, Scrubs, Hospital, Administering medication, Assisting doctors, Monitoring patients\nBREAK\naround crowd:1.1,depth of field,looking at viewer,sitting,from side,upper body",
|
262 |
+
"sampler": "DPM++ SDE Karras",
|
263 |
+
"cfgScale": 7,
|
264 |
+
"Clip skip": "2",
|
265 |
+
"resources": [],
|
266 |
+
"Model hash": "a5ad31bb5f",
|
267 |
+
"Hires steps": "10",
|
268 |
+
"Mimic scale": "7",
|
269 |
+
"DDetailer cfg": "7",
|
270 |
+
"Hires upscale": "2",
|
271 |
+
"Hires upscaler": "SwinIR_4x",
|
272 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
273 |
+
"DDetailer conf a": "30",
|
274 |
+
"DDetailer conf b": "30",
|
275 |
+
"DDetailer bitwise": "None",
|
276 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
277 |
+
"DDetailer model b": "None",
|
278 |
+
"Denoising strength": "0.4",
|
279 |
+
"DDetailer denoising": "0.4",
|
280 |
+
"DDetailer mask blur": "4",
|
281 |
+
"DDetailer dilation a": "4",
|
282 |
+
"DDetailer dilation b": "4",
|
283 |
+
"DDetailer offset x a": "0",
|
284 |
+
"DDetailer offset x b": "0",
|
285 |
+
"DDetailer offset y a": "0",
|
286 |
+
"DDetailer offset y b": "0",
|
287 |
+
"Threshold percentile": "100",
|
288 |
+
"DDetailer inpaint full": "True",
|
289 |
+
"DDetailer preprocess b": "False",
|
290 |
+
"DDetailer inpaint padding": "32",
|
291 |
+
"Dynamic thresholding enabled": "True"
|
292 |
+
}
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c33df4-2193-48ab-9f5a-f4eef4d1d156/width=450/925359.jpeg",
|
296 |
+
"nsfw": "X",
|
297 |
+
"width": 1024,
|
298 |
+
"height": 1536,
|
299 |
+
"hash": "UOG[.-.TXSIAt-tlkDw^eTt7JAW:4nog-:tk",
|
300 |
+
"meta": {
|
301 |
+
"Eta": "0.2",
|
302 |
+
"Size": "512x768",
|
303 |
+
"seed": 2339841014,
|
304 |
+
"steps": 30,
|
305 |
+
"Script": "Detection Detailer",
|
306 |
+
"hashes": {
|
307 |
+
"vae": "600345c503"
|
308 |
+
},
|
309 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,frightened _face,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Elevated_outdoor_space_for_growing_and_exhibiting_plants,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,wariza,from behind,upper body",
|
310 |
+
"sampler": "DPM++ SDE Karras",
|
311 |
+
"cfgScale": 7,
|
312 |
+
"Clip skip": "2",
|
313 |
+
"resources": [],
|
314 |
+
"Model hash": "a5ad31bb5f",
|
315 |
+
"Hires steps": "10",
|
316 |
+
"Mimic scale": "7",
|
317 |
+
"DDetailer cfg": "7",
|
318 |
+
"Hires upscale": "2",
|
319 |
+
"Hires upscaler": "SwinIR_4x",
|
320 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
321 |
+
"DDetailer conf a": "30",
|
322 |
+
"DDetailer conf b": "30",
|
323 |
+
"DDetailer bitwise": "None",
|
324 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
325 |
+
"DDetailer model b": "None",
|
326 |
+
"Denoising strength": "0.4",
|
327 |
+
"DDetailer denoising": "0.4",
|
328 |
+
"DDetailer mask blur": "4",
|
329 |
+
"DDetailer dilation a": "4",
|
330 |
+
"DDetailer dilation b": "4",
|
331 |
+
"DDetailer offset x a": "0",
|
332 |
+
"DDetailer offset x b": "0",
|
333 |
+
"DDetailer offset y a": "0",
|
334 |
+
"DDetailer offset y b": "0",
|
335 |
+
"Threshold percentile": "100",
|
336 |
+
"DDetailer inpaint full": "True",
|
337 |
+
"DDetailer preprocess b": "False",
|
338 |
+
"DDetailer inpaint padding": "32",
|
339 |
+
"Dynamic thresholding enabled": "True"
|
340 |
+
}
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6668edbf-7ff5-40e0-bdf2-6bcbe8785fdc/width=450/925355.jpeg",
|
344 |
+
"nsfw": "Soft",
|
345 |
+
"width": 1024,
|
346 |
+
"height": 1536,
|
347 |
+
"hash": "UDH21gbXAo~W9^9F9ZNI~pof4.xu%gs:?H-q",
|
348 |
+
"meta": {
|
349 |
+
"Eta": "0.2",
|
350 |
+
"Size": "512x768",
|
351 |
+
"seed": 2366864685,
|
352 |
+
"steps": 30,
|
353 |
+
"Script": "Detection Detailer",
|
354 |
+
"hashes": {
|
355 |
+
"vae": "600345c503"
|
356 |
+
},
|
357 |
+
"prompt": "masterpiece, best quality,1girl,young girl,black eyes,short hair,aroused_face,happy smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nchiffon_dress,sneakers\nBREAK\nPathway and stairs lined behind a large tree,crowd,depth of field,looking at viewer,standing, from above, upper body",
|
358 |
+
"sampler": "DPM++ SDE Karras",
|
359 |
+
"cfgScale": 7,
|
360 |
+
"Clip skip": "2",
|
361 |
+
"resources": [],
|
362 |
+
"Model hash": "a5ad31bb5f",
|
363 |
+
"Hires steps": "10",
|
364 |
+
"Mimic scale": "7",
|
365 |
+
"DDetailer cfg": "7",
|
366 |
+
"Hires upscale": "2",
|
367 |
+
"Hires upscaler": "SwinIR_4x",
|
368 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
369 |
+
"DDetailer conf a": "30",
|
370 |
+
"DDetailer conf b": "30",
|
371 |
+
"DDetailer bitwise": "None",
|
372 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
373 |
+
"DDetailer model b": "None",
|
374 |
+
"Denoising strength": "0.4",
|
375 |
+
"DDetailer denoising": "0.4",
|
376 |
+
"DDetailer mask blur": "4",
|
377 |
+
"DDetailer dilation a": "4",
|
378 |
+
"DDetailer dilation b": "4",
|
379 |
+
"DDetailer offset x a": "0",
|
380 |
+
"DDetailer offset x b": "0",
|
381 |
+
"DDetailer offset y a": "0",
|
382 |
+
"DDetailer offset y b": "0",
|
383 |
+
"Threshold percentile": "100",
|
384 |
+
"DDetailer inpaint full": "True",
|
385 |
+
"DDetailer preprocess b": "False",
|
386 |
+
"DDetailer inpaint padding": "32",
|
387 |
+
"Dynamic thresholding enabled": "True"
|
388 |
+
}
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b82f495-6d95-4efb-b914-06bc9787a4ef/width=450/952512.jpeg",
|
392 |
+
"nsfw": "X",
|
393 |
+
"width": 4096,
|
394 |
+
"height": 6144,
|
395 |
+
"hash": "UVJao{RPo|xu~WM{9Zt7?uWBxtayIoof%2n$",
|
396 |
+
"meta": null
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7fb0de-7fa8-46ac-a908-47f96808e6b0/width=450/925344.jpeg",
|
400 |
+
"nsfw": "Mature",
|
401 |
+
"width": 1024,
|
402 |
+
"height": 1536,
|
403 |
+
"hash": "ULG*{B~pFX%KpH%MR%EK-:R+IUt5S_R*xaxa",
|
404 |
+
"meta": {
|
405 |
+
"Eta": "0.2",
|
406 |
+
"Size": "512x768",
|
407 |
+
"seed": 3738081488,
|
408 |
+
"steps": 30,
|
409 |
+
"Script": "Detection Detailer",
|
410 |
+
"hashes": {
|
411 |
+
"vae": "600345c503"
|
412 |
+
},
|
413 |
+
"prompt": "masterpiece, best quality,1girl,young girl,black eyes,drill hair,aroused_face,evil smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nlolita_dress,flat shoes\nBREAK\nPathway and stairs lined behind a large tree,crowd,depth of field,looking at viewer,standing, from front, full body",
|
414 |
+
"sampler": "DPM++ SDE Karras",
|
415 |
+
"cfgScale": 7,
|
416 |
+
"Clip skip": "2",
|
417 |
+
"resources": [],
|
418 |
+
"Model hash": "a5ad31bb5f",
|
419 |
+
"Hires steps": "10",
|
420 |
+
"Mimic scale": "7",
|
421 |
+
"DDetailer cfg": "7",
|
422 |
+
"Hires upscale": "2",
|
423 |
+
"Hires upscaler": "SwinIR_4x",
|
424 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
425 |
+
"DDetailer conf a": "30",
|
426 |
+
"DDetailer conf b": "30",
|
427 |
+
"DDetailer bitwise": "None",
|
428 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
429 |
+
"DDetailer model b": "None",
|
430 |
+
"Denoising strength": "0.4",
|
431 |
+
"DDetailer denoising": "0.4",
|
432 |
+
"DDetailer mask blur": "4",
|
433 |
+
"DDetailer dilation a": "4",
|
434 |
+
"DDetailer dilation b": "4",
|
435 |
+
"DDetailer offset x a": "0",
|
436 |
+
"DDetailer offset x b": "0",
|
437 |
+
"DDetailer offset y a": "0",
|
438 |
+
"DDetailer offset y b": "0",
|
439 |
+
"Threshold percentile": "100",
|
440 |
+
"DDetailer inpaint full": "True",
|
441 |
+
"DDetailer preprocess b": "False",
|
442 |
+
"DDetailer inpaint padding": "32",
|
443 |
+
"Dynamic thresholding enabled": "True"
|
444 |
+
}
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4d57e23-b645-49b7-bea0-45bf3159a04c/width=450/925347.jpeg",
|
448 |
+
"nsfw": "None",
|
449 |
+
"width": 1024,
|
450 |
+
"height": 1536,
|
451 |
+
"hash": "U8Gb0T-oIlr;Vq~B5j_2?ZJ7D*E200IB^lRk",
|
452 |
+
"meta": {
|
453 |
+
"Eta": "0.2",
|
454 |
+
"Size": "512x768",
|
455 |
+
"seed": 3625270439,
|
456 |
+
"steps": 30,
|
457 |
+
"Script": "Detection Detailer",
|
458 |
+
"hashes": {
|
459 |
+
"vae": "600345c503"
|
460 |
+
},
|
461 |
+
"prompt": "masterpiece, best quality,1girl,young girl,cyan theme",
|
462 |
+
"sampler": "DPM++ SDE Karras",
|
463 |
+
"cfgScale": 7,
|
464 |
+
"Clip skip": "2",
|
465 |
+
"resources": [],
|
466 |
+
"Model hash": "a5ad31bb5f",
|
467 |
+
"Hires steps": "10",
|
468 |
+
"Mimic scale": "7",
|
469 |
+
"DDetailer cfg": "7",
|
470 |
+
"Hires upscale": "2",
|
471 |
+
"Hires upscaler": "SwinIR_4x",
|
472 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
473 |
+
"DDetailer conf a": "30",
|
474 |
+
"DDetailer conf b": "30",
|
475 |
+
"DDetailer bitwise": "None",
|
476 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
477 |
+
"DDetailer model b": "None",
|
478 |
+
"Denoising strength": "0.4",
|
479 |
+
"DDetailer denoising": "0.4",
|
480 |
+
"DDetailer mask blur": "4",
|
481 |
+
"DDetailer dilation a": "4",
|
482 |
+
"DDetailer dilation b": "4",
|
483 |
+
"DDetailer offset x a": "0",
|
484 |
+
"DDetailer offset x b": "0",
|
485 |
+
"DDetailer offset y a": "0",
|
486 |
+
"DDetailer offset y b": "0",
|
487 |
+
"Threshold percentile": "100",
|
488 |
+
"DDetailer inpaint full": "True",
|
489 |
+
"DDetailer preprocess b": "False",
|
490 |
+
"DDetailer inpaint padding": "32",
|
491 |
+
"Dynamic thresholding enabled": "True"
|
492 |
+
}
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5abcb962-54ef-490f-83fa-a1efb0b3e43c/width=450/925352.jpeg",
|
496 |
+
"nsfw": "None",
|
497 |
+
"width": 1024,
|
498 |
+
"height": 1536,
|
499 |
+
"hash": "UNFr#HoeRitSxatRRkjF~WxuR+M{?cxajYkD",
|
500 |
+
"meta": {
|
501 |
+
"Eta": "0.2",
|
502 |
+
"Size": "512x768",
|
503 |
+
"seed": 2339841049,
|
504 |
+
"steps": 30,
|
505 |
+
"Script": "Detection Detailer",
|
506 |
+
"hashes": {
|
507 |
+
"vae": "600345c503"
|
508 |
+
},
|
509 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,burn hair,miserable _face,shiny skin,(nice leg line:1.3),thin waist,huge breasts,\nBREAK\n, Oversized_denim_jacket, black_turtleneck_sweater, dark_wash_skinny_jeans, black_ankle_boots, black_leather_tote_bag,\nBREAK\naround crowd:1.1,depth of field,looking at viewer,standing,from behind,upper body",
|
510 |
+
"sampler": "DPM++ SDE Karras",
|
511 |
+
"cfgScale": 7,
|
512 |
+
"Clip skip": "2",
|
513 |
+
"resources": [],
|
514 |
+
"Model hash": "a5ad31bb5f",
|
515 |
+
"Hires steps": "10",
|
516 |
+
"Mimic scale": "7",
|
517 |
+
"DDetailer cfg": "7",
|
518 |
+
"Hires upscale": "2",
|
519 |
+
"Hires upscaler": "SwinIR_4x",
|
520 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,badhandv4,bad anatomy,((nsfw)),((nipples))",
|
521 |
+
"DDetailer conf a": "30",
|
522 |
+
"DDetailer conf b": "30",
|
523 |
+
"DDetailer bitwise": "None",
|
524 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
525 |
+
"DDetailer model b": "None",
|
526 |
+
"Denoising strength": "0.4",
|
527 |
+
"DDetailer denoising": "0.4",
|
528 |
+
"DDetailer mask blur": "4",
|
529 |
+
"DDetailer dilation a": "4",
|
530 |
+
"DDetailer dilation b": "4",
|
531 |
+
"DDetailer offset x a": "0",
|
532 |
+
"DDetailer offset x b": "0",
|
533 |
+
"DDetailer offset y a": "0",
|
534 |
+
"DDetailer offset y b": "0",
|
535 |
+
"Threshold percentile": "100",
|
536 |
+
"DDetailer inpaint full": "True",
|
537 |
+
"DDetailer preprocess b": "False",
|
538 |
+
"DDetailer inpaint padding": "32",
|
539 |
+
"Dynamic thresholding enabled": "True"
|
540 |
+
}
|
541 |
+
}
|
542 |
+
],
|
543 |
+
"downloadUrl": "https://civitai.com/api/download/models/82282"
|
544 |
+
}
|
545 |
+
]
|
546 |
+
}
|
BBMIX-JULIA/bbmixJULIA_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5ad31bb5f3468ee1a1861d43ae3e964e54d8ec5f91c191f50cbc33ada7cea95
|
3 |
+
size 2378777674
|
BBMIX-KALI/README.txt
ADDED
@@ -0,0 +1,499 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 73045,
|
3 |
+
"name": "BBMIX-KALI",
|
4 |
+
"description": "<h1 id=\"bbmix-kali\">BBMIX-KALI</h1><p>The subject is on the large side, and the healthy lines are an attractive model.</p><p>It has a rich taste by expressing dark parts with pastels.</p><p>In addition, the cool features and body are attractive.</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, (nice leg line:1.3),thick thighs,thin waist</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><p></p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>official art, unity 8k wallpaper, ultra detailed, ultra high res, 8k uhd, film grain, delicate, RAW, light particles, detailed skin texture, detailed armor texture, detailed face, intricate details, ultra detailed,</p><p>Reality Emphasis Prompt Excludes Detail Emphasis Prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p><p></p><p></p><p></p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 508,
|
14 |
+
"favoriteCount": 136,
|
15 |
+
"commentCount": 2,
|
16 |
+
"ratingCount": 4,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"sexy",
|
27 |
+
"female",
|
28 |
+
"woman",
|
29 |
+
"girls"
|
30 |
+
],
|
31 |
+
"modelVersions": [
|
32 |
+
{
|
33 |
+
"id": 77766,
|
34 |
+
"modelId": 73045,
|
35 |
+
"name": "v1.0",
|
36 |
+
"createdAt": "2023-05-22T11:13:23.943Z",
|
37 |
+
"updatedAt": "2023-06-11T10:45:12.990Z",
|
38 |
+
"trainedWords": [
|
39 |
+
"masterpiece",
|
40 |
+
"best quality",
|
41 |
+
"dark theme",
|
42 |
+
"pink theme"
|
43 |
+
],
|
44 |
+
"baseModel": "SD 1.5",
|
45 |
+
"earlyAccessTimeFrame": 0,
|
46 |
+
"description": "<p>RC1</p>",
|
47 |
+
"stats": {
|
48 |
+
"downloadCount": 508,
|
49 |
+
"ratingCount": 4,
|
50 |
+
"rating": 5
|
51 |
+
},
|
52 |
+
"files": [
|
53 |
+
{
|
54 |
+
"name": "bbmixKALI_v10.safetensors",
|
55 |
+
"id": 53551,
|
56 |
+
"sizeKB": 4001869.052734375,
|
57 |
+
"type": "Model",
|
58 |
+
"metadata": {
|
59 |
+
"fp": "fp16",
|
60 |
+
"size": "pruned",
|
61 |
+
"format": "SafeTensor"
|
62 |
+
},
|
63 |
+
"pickleScanResult": "Success",
|
64 |
+
"pickleScanMessage": "No Pickle imports",
|
65 |
+
"virusScanResult": "Success",
|
66 |
+
"scannedAt": "2023-05-22T11:22:43.425Z",
|
67 |
+
"hashes": {
|
68 |
+
"AutoV1": "DE2F2560",
|
69 |
+
"AutoV2": "27DA7F1CCF",
|
70 |
+
"SHA256": "27DA7F1CCF891D1F559F9F65A6A4D795D032C82A43858B7A842F9173DB5554B1",
|
71 |
+
"CRC32": "9194DE1C",
|
72 |
+
"BLAKE3": "4465CC215F9D67DDF82FFA8AA93E065DC46A459E263FC4934F7C6030B6B03928"
|
73 |
+
},
|
74 |
+
"downloadUrl": "https://civitai.com/api/download/models/77766",
|
75 |
+
"primary": true
|
76 |
+
}
|
77 |
+
],
|
78 |
+
"images": [
|
79 |
+
{
|
80 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89d2ffb7-a056-4326-9063-692e1ada8a6e/width=450/871843.jpeg",
|
81 |
+
"nsfw": "None",
|
82 |
+
"width": 1024,
|
83 |
+
"height": 1536,
|
84 |
+
"hash": "U88|^x00xuT0?cI9InS000~qD*%24--=RP%3",
|
85 |
+
"meta": {
|
86 |
+
"Eta": "0.2",
|
87 |
+
"Size": "512x768",
|
88 |
+
"seed": 1044418847,
|
89 |
+
"steps": 30,
|
90 |
+
"Script": "Detection Detailer",
|
91 |
+
"hashes": {
|
92 |
+
"vae": "600345c503",
|
93 |
+
"model": "27da7f1ccf",
|
94 |
+
"embed:EasyNegative": "66a7279a88"
|
95 |
+
},
|
96 |
+
"prompt": "masterpiece, best quality,1girl,dark theme",
|
97 |
+
"sampler": "DPM++ SDE Karras",
|
98 |
+
"cfgScale": 7,
|
99 |
+
"Clip skip": "2",
|
100 |
+
"resources": [],
|
101 |
+
"Model hash": "27da7f1ccf",
|
102 |
+
"Hires steps": "10",
|
103 |
+
"Mimic scale": "7",
|
104 |
+
"DDetailer cfg": "7",
|
105 |
+
"Hires upscale": "2",
|
106 |
+
"Hires upscaler": "SwinIR_4x",
|
107 |
+
"negativePrompt": "EasyNegative,badhandv4,bad anatomy,((sunglasses)),",
|
108 |
+
"DDetailer conf a": "30",
|
109 |
+
"DDetailer conf b": "30",
|
110 |
+
"DDetailer bitwise": "None",
|
111 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
112 |
+
"DDetailer model b": "None",
|
113 |
+
"Denoising strength": "0.4",
|
114 |
+
"DDetailer denoising": "0.4",
|
115 |
+
"DDetailer mask blur": "4",
|
116 |
+
"DDetailer dilation a": "4",
|
117 |
+
"DDetailer dilation b": "4",
|
118 |
+
"DDetailer offset x a": "0",
|
119 |
+
"DDetailer offset x b": "0",
|
120 |
+
"DDetailer offset y a": "0",
|
121 |
+
"DDetailer offset y b": "0",
|
122 |
+
"Threshold percentile": "100",
|
123 |
+
"DDetailer inpaint full": "True",
|
124 |
+
"DDetailer preprocess b": "False",
|
125 |
+
"DDetailer inpaint padding": "32",
|
126 |
+
"Dynamic thresholding enabled": "True"
|
127 |
+
}
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75f84d28-7d5a-49a5-b2ff-46c7e1e7d5ad/width=450/871823.jpeg",
|
131 |
+
"nsfw": "None",
|
132 |
+
"width": 1024,
|
133 |
+
"height": 1536,
|
134 |
+
"hash": "UPFO+ME2EdEKI.%2NZo{~WS0IVIoxuRjjJ%2",
|
135 |
+
"meta": {
|
136 |
+
"Eta": "0.2",
|
137 |
+
"Size": "512x768",
|
138 |
+
"seed": 3841872527,
|
139 |
+
"steps": 30,
|
140 |
+
"Script": "Detection Detailer",
|
141 |
+
"hashes": {
|
142 |
+
"vae": "600345c503",
|
143 |
+
"model": "27da7f1ccf",
|
144 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
145 |
+
},
|
146 |
+
"prompt": "masterpiece, best quality,1girl,young girl, lapis_blue eyes, ash blonde, frohawk,worried _face,shiny skin,large breasts,nice leg line:1.3,thick thighs, thin waist,, Black_denim_shorts, black_graphic_t-shirt, white_sneakers, layered_chain_necklace, , An_outdoor_area_filled_with_tall_pine_trees,,looking at viewer,from above:1.2,dutch angle",
|
147 |
+
"sampler": "DPM++ SDE Karras",
|
148 |
+
"cfgScale": 7,
|
149 |
+
"Clip skip": "2",
|
150 |
+
"resources": [],
|
151 |
+
"Model hash": "27da7f1ccf",
|
152 |
+
"Hires steps": "10",
|
153 |
+
"Mimic scale": "7",
|
154 |
+
"DDetailer cfg": "7",
|
155 |
+
"Hires upscale": "2",
|
156 |
+
"Hires upscaler": "SwinIR_4x",
|
157 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy",
|
158 |
+
"DDetailer conf a": "30",
|
159 |
+
"DDetailer conf b": "30",
|
160 |
+
"DDetailer bitwise": "None",
|
161 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
162 |
+
"DDetailer model b": "None",
|
163 |
+
"Denoising strength": "0.4",
|
164 |
+
"DDetailer denoising": "0.4",
|
165 |
+
"DDetailer mask blur": "4",
|
166 |
+
"DDetailer dilation a": "4",
|
167 |
+
"DDetailer dilation b": "4",
|
168 |
+
"DDetailer offset x a": "0",
|
169 |
+
"DDetailer offset x b": "0",
|
170 |
+
"DDetailer offset y a": "0",
|
171 |
+
"DDetailer offset y b": "0",
|
172 |
+
"Threshold percentile": "100",
|
173 |
+
"DDetailer inpaint full": "True",
|
174 |
+
"DDetailer preprocess b": "False",
|
175 |
+
"DDetailer inpaint padding": "32",
|
176 |
+
"Dynamic thresholding enabled": "True"
|
177 |
+
}
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/209c7c4a-e4da-4cca-9a2d-b612001622d7/width=450/872046.jpeg",
|
181 |
+
"nsfw": "None",
|
182 |
+
"width": 1024,
|
183 |
+
"height": 1536,
|
184 |
+
"hash": "U7GIDsySyUFqpc_L0_%e008|0Lx[00$SVy4o",
|
185 |
+
"meta": {
|
186 |
+
"Eta": "0.2",
|
187 |
+
"Size": "512x768",
|
188 |
+
"seed": 4059043287,
|
189 |
+
"steps": 30,
|
190 |
+
"Script": "Detection Detailer",
|
191 |
+
"hashes": {
|
192 |
+
"vae": "600345c503",
|
193 |
+
"model": "27da7f1ccf",
|
194 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
195 |
+
},
|
196 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,short hair,happy smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nschool uniform,necktie, ((pencil skirt)),pantyhose,high heels\nBREAK\npark,crowd look surprised,depth of field,looking at viewer,standing,from side,upper body,legsupsexms",
|
197 |
+
"sampler": "DPM++ SDE Karras",
|
198 |
+
"cfgScale": 7,
|
199 |
+
"Clip skip": "2",
|
200 |
+
"resources": [],
|
201 |
+
"Model hash": "27da7f1ccf",
|
202 |
+
"Hires steps": "10",
|
203 |
+
"Mimic scale": "7",
|
204 |
+
"DDetailer cfg": "7",
|
205 |
+
"Hires upscale": "2",
|
206 |
+
"Hires upscaler": "SwinIR_4x",
|
207 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy,pencil",
|
208 |
+
"DDetailer conf a": "30",
|
209 |
+
"DDetailer conf b": "30",
|
210 |
+
"DDetailer bitwise": "None",
|
211 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
212 |
+
"DDetailer model b": "None",
|
213 |
+
"Denoising strength": "0.4",
|
214 |
+
"DDetailer denoising": "0.4",
|
215 |
+
"DDetailer mask blur": "4",
|
216 |
+
"DDetailer dilation a": "4",
|
217 |
+
"DDetailer dilation b": "4",
|
218 |
+
"DDetailer offset x a": "0",
|
219 |
+
"DDetailer offset x b": "0",
|
220 |
+
"DDetailer offset y a": "0",
|
221 |
+
"DDetailer offset y b": "0",
|
222 |
+
"Threshold percentile": "100",
|
223 |
+
"DDetailer inpaint full": "True",
|
224 |
+
"DDetailer preprocess b": "False",
|
225 |
+
"DDetailer inpaint padding": "32",
|
226 |
+
"Dynamic thresholding enabled": "True"
|
227 |
+
}
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8b7bd89-a6e7-403e-848b-b99f97502de6/width=450/871817.jpeg",
|
231 |
+
"nsfw": "None",
|
232 |
+
"width": 1024,
|
233 |
+
"height": 1536,
|
234 |
+
"hash": "UKA13PMx4n%N~qV[9Et8t2ozIAWAoyozMxRj",
|
235 |
+
"meta": null
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bd27fa4-74bc-4e38-ab54-5bad31450775/width=450/872043.jpeg",
|
239 |
+
"nsfw": "None",
|
240 |
+
"width": 1024,
|
241 |
+
"height": 1536,
|
242 |
+
"hash": "UDE:PF?aB2Rl.TflICof00RQv.bq4-RRM_NG",
|
243 |
+
"meta": {
|
244 |
+
"Eta": "0.2",
|
245 |
+
"Size": "512x768",
|
246 |
+
"seed": 3768292198,
|
247 |
+
"steps": 30,
|
248 |
+
"Script": "Detection Detailer",
|
249 |
+
"hashes": {
|
250 |
+
"vae": "600345c503",
|
251 |
+
"model": "27da7f1ccf",
|
252 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
253 |
+
},
|
254 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,evil smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nschool uniform,ribborn, ((pencil skirt)),pantyhose,high heels\nBREAK\npark,crowd,depth of field,looking at viewer,squatting,from side,full body,legsupsexms",
|
255 |
+
"sampler": "DPM++ SDE Karras",
|
256 |
+
"cfgScale": 7,
|
257 |
+
"Clip skip": "2",
|
258 |
+
"resources": [],
|
259 |
+
"Model hash": "27da7f1ccf",
|
260 |
+
"Hires steps": "10",
|
261 |
+
"Mimic scale": "7",
|
262 |
+
"DDetailer cfg": "7",
|
263 |
+
"Hires upscale": "2",
|
264 |
+
"Hires upscaler": "SwinIR_4x",
|
265 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy,pencil",
|
266 |
+
"DDetailer conf a": "30",
|
267 |
+
"DDetailer conf b": "30",
|
268 |
+
"DDetailer bitwise": "None",
|
269 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
270 |
+
"DDetailer model b": "None",
|
271 |
+
"Denoising strength": "0.4",
|
272 |
+
"DDetailer denoising": "0.4",
|
273 |
+
"DDetailer mask blur": "4",
|
274 |
+
"DDetailer dilation a": "4",
|
275 |
+
"DDetailer dilation b": "4",
|
276 |
+
"DDetailer offset x a": "0",
|
277 |
+
"DDetailer offset x b": "0",
|
278 |
+
"DDetailer offset y a": "0",
|
279 |
+
"DDetailer offset y b": "0",
|
280 |
+
"Threshold percentile": "100",
|
281 |
+
"DDetailer inpaint full": "True",
|
282 |
+
"DDetailer preprocess b": "False",
|
283 |
+
"DDetailer inpaint padding": "32",
|
284 |
+
"Dynamic thresholding enabled": "True"
|
285 |
+
}
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ff3207-8a8d-4bfb-9dae-20229b5b8ae2/width=450/871844.jpeg",
|
289 |
+
"nsfw": "Soft",
|
290 |
+
"width": 1024,
|
291 |
+
"height": 1536,
|
292 |
+
"hash": "UQE30e_3_Nx]DjD%4.RjjsxuM{juxuNFs:WB",
|
293 |
+
"meta": {
|
294 |
+
"Eta": "0.2",
|
295 |
+
"Size": "512x768",
|
296 |
+
"seed": 4163940363,
|
297 |
+
"steps": 30,
|
298 |
+
"Script": "Detection Detailer",
|
299 |
+
"hashes": {
|
300 |
+
"vae": "600345c503",
|
301 |
+
"model": "27da7f1ccf",
|
302 |
+
"embed:EasyNegative": "66a7279a88"
|
303 |
+
},
|
304 |
+
"prompt": "masterpiece, best quality,1girl,dark theme",
|
305 |
+
"sampler": "DPM++ SDE Karras",
|
306 |
+
"cfgScale": 7,
|
307 |
+
"Clip skip": "2",
|
308 |
+
"resources": [],
|
309 |
+
"Model hash": "27da7f1ccf",
|
310 |
+
"Hires steps": "10",
|
311 |
+
"Mimic scale": "7",
|
312 |
+
"DDetailer cfg": "7",
|
313 |
+
"Hires upscale": "2",
|
314 |
+
"Hires upscaler": "SwinIR_4x",
|
315 |
+
"negativePrompt": "EasyNegative,badhandv4,bad anatomy,((sunglasses)),",
|
316 |
+
"DDetailer conf a": "30",
|
317 |
+
"DDetailer conf b": "30",
|
318 |
+
"DDetailer bitwise": "None",
|
319 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
320 |
+
"DDetailer model b": "None",
|
321 |
+
"Denoising strength": "0.4",
|
322 |
+
"DDetailer denoising": "0.4",
|
323 |
+
"DDetailer mask blur": "4",
|
324 |
+
"DDetailer dilation a": "4",
|
325 |
+
"DDetailer dilation b": "4",
|
326 |
+
"DDetailer offset x a": "0",
|
327 |
+
"DDetailer offset x b": "0",
|
328 |
+
"DDetailer offset y a": "0",
|
329 |
+
"DDetailer offset y b": "0",
|
330 |
+
"Threshold percentile": "100",
|
331 |
+
"DDetailer inpaint full": "True",
|
332 |
+
"DDetailer preprocess b": "False",
|
333 |
+
"DDetailer inpaint padding": "32",
|
334 |
+
"Dynamic thresholding enabled": "True"
|
335 |
+
}
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc61bbfb-3be5-4462-80dd-c0c47ecb22ac/width=450/871820.jpeg",
|
339 |
+
"nsfw": "None",
|
340 |
+
"width": 1024,
|
341 |
+
"height": 1536,
|
342 |
+
"hash": "UMFPECD#9^tO.k9E%4t5yAIARVWBoaj;RoRl",
|
343 |
+
"meta": null
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dcbf0c4-1462-490e-95f5-4519f121b613/width=450/872041.jpeg",
|
347 |
+
"nsfw": "None",
|
348 |
+
"width": 1024,
|
349 |
+
"height": 1536,
|
350 |
+
"hash": "UFJ7]=SjI.D%?w?b0K?GyCNxRQ?G^*V@e=Io",
|
351 |
+
"meta": {
|
352 |
+
"Eta": "0.2",
|
353 |
+
"Size": "512x768",
|
354 |
+
"seed": 630882648,
|
355 |
+
"steps": 30,
|
356 |
+
"Script": "Detection Detailer",
|
357 |
+
"hashes": {
|
358 |
+
"vae": "600345c503",
|
359 |
+
"model": "27da7f1ccf",
|
360 |
+
"embed:EasyNegative": "66a7279a88"
|
361 |
+
},
|
362 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,evil smile,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\nschool uniform,necktie, ((pencil skirt)),pantyhose,sneakers\nBREAK\nstore,crowd,depth of field,looking at viewer,squatting,from side,full body,legsupsexms",
|
363 |
+
"sampler": "DPM++ SDE Karras",
|
364 |
+
"cfgScale": 7,
|
365 |
+
"Clip skip": "2",
|
366 |
+
"resources": [],
|
367 |
+
"Model hash": "27da7f1ccf",
|
368 |
+
"Hires steps": "10",
|
369 |
+
"Mimic scale": "7",
|
370 |
+
"DDetailer cfg": "7",
|
371 |
+
"Hires upscale": "2",
|
372 |
+
"Hires upscaler": "SwinIR_4x",
|
373 |
+
"negativePrompt": "EasyNegative,badhandv4,bad anatomy,pencil",
|
374 |
+
"DDetailer conf a": "30",
|
375 |
+
"DDetailer conf b": "30",
|
376 |
+
"DDetailer bitwise": "None",
|
377 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
378 |
+
"DDetailer model b": "None",
|
379 |
+
"Denoising strength": "0.4",
|
380 |
+
"DDetailer denoising": "0.4",
|
381 |
+
"DDetailer mask blur": "4",
|
382 |
+
"DDetailer dilation a": "4",
|
383 |
+
"DDetailer dilation b": "4",
|
384 |
+
"DDetailer offset x a": "0",
|
385 |
+
"DDetailer offset x b": "0",
|
386 |
+
"DDetailer offset y a": "0",
|
387 |
+
"DDetailer offset y b": "0",
|
388 |
+
"Threshold percentile": "100",
|
389 |
+
"DDetailer inpaint full": "True",
|
390 |
+
"DDetailer preprocess b": "False",
|
391 |
+
"DDetailer inpaint padding": "32",
|
392 |
+
"Dynamic thresholding enabled": "True"
|
393 |
+
}
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb00bc78-dedb-46d6-a95e-ad65fe448b84/width=450/871846.jpeg",
|
397 |
+
"nsfw": "None",
|
398 |
+
"width": 1024,
|
399 |
+
"height": 1536,
|
400 |
+
"hash": "ULCP|*t7bv?v~q%MIT-;-;M{Myaeo}M|RQa#",
|
401 |
+
"meta": {
|
402 |
+
"Eta": "0.2",
|
403 |
+
"Size": "512x768",
|
404 |
+
"seed": 3608413619,
|
405 |
+
"steps": 30,
|
406 |
+
"Script": "Detection Detailer",
|
407 |
+
"hashes": {
|
408 |
+
"vae": "600345c503",
|
409 |
+
"model": "27da7f1ccf",
|
410 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
411 |
+
},
|
412 |
+
"prompt": "masterpiece, best quality,1girl,dark theme",
|
413 |
+
"sampler": "DPM++ SDE Karras",
|
414 |
+
"cfgScale": 7,
|
415 |
+
"Clip skip": "2",
|
416 |
+
"resources": [],
|
417 |
+
"Model hash": "27da7f1ccf",
|
418 |
+
"Hires steps": "10",
|
419 |
+
"Mimic scale": "7",
|
420 |
+
"DDetailer cfg": "7",
|
421 |
+
"Hires upscale": "2",
|
422 |
+
"Hires upscaler": "SwinIR_4x",
|
423 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy,((sunglasses)),",
|
424 |
+
"DDetailer conf a": "30",
|
425 |
+
"DDetailer conf b": "30",
|
426 |
+
"DDetailer bitwise": "None",
|
427 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
428 |
+
"DDetailer model b": "None",
|
429 |
+
"Denoising strength": "0.4",
|
430 |
+
"DDetailer denoising": "0.4",
|
431 |
+
"DDetailer mask blur": "4",
|
432 |
+
"DDetailer dilation a": "4",
|
433 |
+
"DDetailer dilation b": "4",
|
434 |
+
"DDetailer offset x a": "0",
|
435 |
+
"DDetailer offset x b": "0",
|
436 |
+
"DDetailer offset y a": "0",
|
437 |
+
"DDetailer offset y b": "0",
|
438 |
+
"Threshold percentile": "100",
|
439 |
+
"DDetailer inpaint full": "True",
|
440 |
+
"DDetailer preprocess b": "False",
|
441 |
+
"DDetailer inpaint padding": "32",
|
442 |
+
"Dynamic thresholding enabled": "True"
|
443 |
+
}
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d76769fc-42f7-4184-a6ce-7597d91292c1/width=450/871847.jpeg",
|
447 |
+
"nsfw": "Soft",
|
448 |
+
"width": 1024,
|
449 |
+
"height": 1536,
|
450 |
+
"hash": "UQCj37ofo|?b_N%3t7oz?Ht7RjxukBs;f6R%",
|
451 |
+
"meta": {
|
452 |
+
"Eta": "0.2",
|
453 |
+
"Size": "512x768",
|
454 |
+
"seed": 1099378596,
|
455 |
+
"steps": 30,
|
456 |
+
"Script": "Detection Detailer",
|
457 |
+
"hashes": {
|
458 |
+
"vae": "600345c503",
|
459 |
+
"model": "27da7f1ccf",
|
460 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
461 |
+
},
|
462 |
+
"prompt": "masterpiece, best quality,1girl,dark theme",
|
463 |
+
"sampler": "DPM++ SDE Karras",
|
464 |
+
"cfgScale": 7,
|
465 |
+
"Clip skip": "2",
|
466 |
+
"resources": [],
|
467 |
+
"Model hash": "27da7f1ccf",
|
468 |
+
"Hires steps": "10",
|
469 |
+
"Mimic scale": "7",
|
470 |
+
"DDetailer cfg": "7",
|
471 |
+
"Hires upscale": "2",
|
472 |
+
"Hires upscaler": "SwinIR_4x",
|
473 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy,((sunglasses)),",
|
474 |
+
"DDetailer conf a": "30",
|
475 |
+
"DDetailer conf b": "30",
|
476 |
+
"DDetailer bitwise": "None",
|
477 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
478 |
+
"DDetailer model b": "None",
|
479 |
+
"Denoising strength": "0.4",
|
480 |
+
"DDetailer denoising": "0.4",
|
481 |
+
"DDetailer mask blur": "4",
|
482 |
+
"DDetailer dilation a": "4",
|
483 |
+
"DDetailer dilation b": "4",
|
484 |
+
"DDetailer offset x a": "0",
|
485 |
+
"DDetailer offset x b": "0",
|
486 |
+
"DDetailer offset y a": "0",
|
487 |
+
"DDetailer offset y b": "0",
|
488 |
+
"Threshold percentile": "100",
|
489 |
+
"DDetailer inpaint full": "True",
|
490 |
+
"DDetailer preprocess b": "False",
|
491 |
+
"DDetailer inpaint padding": "32",
|
492 |
+
"Dynamic thresholding enabled": "True"
|
493 |
+
}
|
494 |
+
}
|
495 |
+
],
|
496 |
+
"downloadUrl": "https://civitai.com/api/download/models/77766"
|
497 |
+
}
|
498 |
+
]
|
499 |
+
}
|
BBMIX-KALI/bbmixKALI_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27da7f1ccf891d1f559f9f65a6a4d795d032c82a43858b7a842f9173db5554b1
|
3 |
+
size 4097913910
|
BBMIX-LIN/README.txt
ADDED
@@ -0,0 +1,550 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 82522,
|
3 |
+
"name": "BBMIX-LIN",
|
4 |
+
"description": "<h1 id=\"bbmix-julia\">BBMIX-LIN (Semi-realstic)</h1><p>It is an attractive model with large eyes and clean lines.</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, (nice leg line:1.3),thin waist</p></li><li><p>((huge breasts:1.49)) --> Basically, the chest is printed small</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><p></p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>Because this modelbase is a 3D and semirealistic model, it excludes the 2D highlight prompt and the flat color highlight prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 1036,
|
14 |
+
"favoriteCount": 262,
|
15 |
+
"commentCount": 3,
|
16 |
+
"ratingCount": 3,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"sexy",
|
27 |
+
"female",
|
28 |
+
"woman",
|
29 |
+
"girls",
|
30 |
+
"realistic"
|
31 |
+
],
|
32 |
+
"modelVersions": [
|
33 |
+
{
|
34 |
+
"id": 87641,
|
35 |
+
"modelId": 82522,
|
36 |
+
"name": "v1.0",
|
37 |
+
"createdAt": "2023-06-02T12:25:23.564Z",
|
38 |
+
"updatedAt": "2023-06-02T12:31:49.374Z",
|
39 |
+
"trainedWords": [
|
40 |
+
"masterpiece",
|
41 |
+
"best quality"
|
42 |
+
],
|
43 |
+
"baseModel": "SD 1.5",
|
44 |
+
"earlyAccessTimeFrame": 0,
|
45 |
+
"description": "<p>RC1</p>",
|
46 |
+
"stats": {
|
47 |
+
"downloadCount": 1036,
|
48 |
+
"ratingCount": 3,
|
49 |
+
"rating": 5
|
50 |
+
},
|
51 |
+
"files": [
|
52 |
+
{
|
53 |
+
"name": "bbmixLIN_v10.safetensors",
|
54 |
+
"id": 60045,
|
55 |
+
"sizeKB": 2323025.072265625,
|
56 |
+
"type": "Model",
|
57 |
+
"metadata": {
|
58 |
+
"fp": "fp16",
|
59 |
+
"size": "pruned",
|
60 |
+
"format": "SafeTensor"
|
61 |
+
},
|
62 |
+
"pickleScanResult": "Success",
|
63 |
+
"pickleScanMessage": "No Pickle imports",
|
64 |
+
"virusScanResult": "Success",
|
65 |
+
"scannedAt": "2023-06-02T12:32:20.886Z",
|
66 |
+
"hashes": {
|
67 |
+
"AutoV1": "59591B48",
|
68 |
+
"AutoV2": "1E42760BA7",
|
69 |
+
"SHA256": "1E42760BA7B43A92075FA6F145F5486EAAFE653F5D8CD1AF60C66EE036414D45",
|
70 |
+
"CRC32": "80FCBDE9",
|
71 |
+
"BLAKE3": "5EEFEC34936E033B3A62E6818A7F4EA95BBA5B24701D5CAA6FF32DC3E70171BC"
|
72 |
+
},
|
73 |
+
"downloadUrl": "https://civitai.com/api/download/models/87641",
|
74 |
+
"primary": true
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"name": "clearvae_main2.safetensors",
|
78 |
+
"id": 60042,
|
79 |
+
"sizeKB": 326797.86328125,
|
80 |
+
"type": "VAE",
|
81 |
+
"metadata": {
|
82 |
+
"fp": null,
|
83 |
+
"size": null,
|
84 |
+
"format": "Other"
|
85 |
+
},
|
86 |
+
"pickleScanResult": "Success",
|
87 |
+
"pickleScanMessage": "No Pickle imports",
|
88 |
+
"virusScanResult": "Success",
|
89 |
+
"scannedAt": "2023-06-02T12:31:35.601Z",
|
90 |
+
"hashes": {
|
91 |
+
"AutoV1": "89ABF451",
|
92 |
+
"AutoV2": "600345C503",
|
93 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
94 |
+
"CRC32": "A5AC268D",
|
95 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
96 |
+
},
|
97 |
+
"downloadUrl": "https://civitai.com/api/download/models/87641?type=VAE&format=Other"
|
98 |
+
}
|
99 |
+
],
|
100 |
+
"images": [
|
101 |
+
{
|
102 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6375d29-62cb-4fe1-9792-992ce2dfc19c/width=450/1004412.jpeg",
|
103 |
+
"nsfw": "Soft",
|
104 |
+
"width": 4096,
|
105 |
+
"height": 6144,
|
106 |
+
"hash": "U7Fhr1MJ000L0L~B$|xu?R0f^j^R01s+-q^*",
|
107 |
+
"meta": null
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/252a2b13-3529-4904-985c-50391502bba2/width=450/1004388.jpeg",
|
111 |
+
"nsfw": "None",
|
112 |
+
"width": 1024,
|
113 |
+
"height": 1536,
|
114 |
+
"hash": "UOLp{[~WpbyDxVE1E2M{TJNGwcwv.SNFs.t8",
|
115 |
+
"meta": {
|
116 |
+
"Eta": "0.2",
|
117 |
+
"Size": "512x768",
|
118 |
+
"seed": 2230299818,
|
119 |
+
"steps": 30,
|
120 |
+
"Script": "Detection Detailer",
|
121 |
+
"hashes": {
|
122 |
+
"vae": "600345c503",
|
123 |
+
"model": "1e42760ba7"
|
124 |
+
},
|
125 |
+
"prompt": "masterpiece, best quality,white theme",
|
126 |
+
"sampler": "DPM++ SDE Karras",
|
127 |
+
"cfgScale": 7,
|
128 |
+
"Clip skip": "2",
|
129 |
+
"resources": [],
|
130 |
+
"Model hash": "1e42760ba7",
|
131 |
+
"Hires steps": "10",
|
132 |
+
"Mimic scale": "7",
|
133 |
+
"DDetailer cfg": "7",
|
134 |
+
"Hires upscale": "2",
|
135 |
+
"Hires upscaler": "SwinIR_4x",
|
136 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
137 |
+
"DDetailer conf a": "30",
|
138 |
+
"DDetailer conf b": "30",
|
139 |
+
"DDetailer bitwise": "None",
|
140 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
141 |
+
"DDetailer model b": "None",
|
142 |
+
"Denoising strength": "0.4",
|
143 |
+
"DDetailer denoising": "0.4",
|
144 |
+
"DDetailer mask blur": "4",
|
145 |
+
"DDetailer dilation a": "4",
|
146 |
+
"DDetailer dilation b": "4",
|
147 |
+
"DDetailer offset x a": "0",
|
148 |
+
"DDetailer offset x b": "0",
|
149 |
+
"DDetailer offset y a": "0",
|
150 |
+
"DDetailer offset y b": "0",
|
151 |
+
"Threshold percentile": "100",
|
152 |
+
"DDetailer inpaint full": "True",
|
153 |
+
"DDetailer preprocess b": "False",
|
154 |
+
"DDetailer inpaint padding": "32",
|
155 |
+
"Dynamic thresholding enabled": "True"
|
156 |
+
}
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf8edbf1-1cf8-4e30-ad20-88d3334fc06f/width=450/1004389.jpeg",
|
160 |
+
"nsfw": "None",
|
161 |
+
"width": 1024,
|
162 |
+
"height": 1536,
|
163 |
+
"hash": "UDJQ+mt70eV?IT%1tQ^+x]xaD*M{~ptRD%D%",
|
164 |
+
"meta": {
|
165 |
+
"Eta": "0.2",
|
166 |
+
"Size": "512x768",
|
167 |
+
"seed": 3534615870,
|
168 |
+
"steps": 30,
|
169 |
+
"Script": "Detection Detailer",
|
170 |
+
"hashes": {
|
171 |
+
"vae": "600345c503",
|
172 |
+
"model": "1e42760ba7"
|
173 |
+
},
|
174 |
+
"prompt": "masterpiece, best quality,ivory theme",
|
175 |
+
"sampler": "DPM++ SDE Karras",
|
176 |
+
"cfgScale": 7,
|
177 |
+
"Clip skip": "2",
|
178 |
+
"resources": [],
|
179 |
+
"Model hash": "1e42760ba7",
|
180 |
+
"Hires steps": "10",
|
181 |
+
"Mimic scale": "7",
|
182 |
+
"DDetailer cfg": "7",
|
183 |
+
"Hires upscale": "2",
|
184 |
+
"Hires upscaler": "SwinIR_4x",
|
185 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
186 |
+
"DDetailer conf a": "30",
|
187 |
+
"DDetailer conf b": "30",
|
188 |
+
"DDetailer bitwise": "None",
|
189 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
190 |
+
"DDetailer model b": "None",
|
191 |
+
"Denoising strength": "0.4",
|
192 |
+
"DDetailer denoising": "0.4",
|
193 |
+
"DDetailer mask blur": "4",
|
194 |
+
"DDetailer dilation a": "4",
|
195 |
+
"DDetailer dilation b": "4",
|
196 |
+
"DDetailer offset x a": "0",
|
197 |
+
"DDetailer offset x b": "0",
|
198 |
+
"DDetailer offset y a": "0",
|
199 |
+
"DDetailer offset y b": "0",
|
200 |
+
"Threshold percentile": "100",
|
201 |
+
"DDetailer inpaint full": "True",
|
202 |
+
"DDetailer preprocess b": "False",
|
203 |
+
"DDetailer inpaint padding": "32",
|
204 |
+
"Dynamic thresholding enabled": "True"
|
205 |
+
}
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de74acbd-ad05-4a51-a6a2-3796d7d71a75/width=450/1004394.jpeg",
|
209 |
+
"nsfw": "None",
|
210 |
+
"width": 1024,
|
211 |
+
"height": 1536,
|
212 |
+
"hash": "U9Fi=S^880]%009t9b?b9FIoQ-57H=-V~VjF",
|
213 |
+
"meta": {
|
214 |
+
"Eta": "0.2",
|
215 |
+
"Size": "512x768",
|
216 |
+
"seed": 3178987626,
|
217 |
+
"steps": 30,
|
218 |
+
"Script": "Detection Detailer",
|
219 |
+
"hashes": {
|
220 |
+
"vae": "600345c503",
|
221 |
+
"model": "1e42760ba7"
|
222 |
+
},
|
223 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,drill hair,shiny skin,(nice leg line:1.3),thick thighs,thin waist,huge breasts\nBREAK\npolka dots blazer_dress,shiny_pantyhose:1.3,,flat shoes\nBREAK\nv_sign OR clenched fist,model pose\nBREAK\nday,, Dock_extending_into_the_ocean,,crowd:1.1,depth of field,looking at viewer,walking,from side,full body,",
|
224 |
+
"sampler": "DPM++ SDE Karras",
|
225 |
+
"cfgScale": 7,
|
226 |
+
"Clip skip": "2",
|
227 |
+
"resources": [],
|
228 |
+
"Model hash": "1e42760ba7",
|
229 |
+
"Hires steps": "10",
|
230 |
+
"Mimic scale": "7",
|
231 |
+
"DDetailer cfg": "7",
|
232 |
+
"Hires upscale": "2",
|
233 |
+
"Hires upscaler": "SwinIR_4x",
|
234 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
235 |
+
"DDetailer conf a": "30",
|
236 |
+
"DDetailer conf b": "30",
|
237 |
+
"DDetailer bitwise": "None",
|
238 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
239 |
+
"DDetailer model b": "None",
|
240 |
+
"Denoising strength": "0.4",
|
241 |
+
"DDetailer denoising": "0.4",
|
242 |
+
"DDetailer mask blur": "4",
|
243 |
+
"DDetailer dilation a": "4",
|
244 |
+
"DDetailer dilation b": "4",
|
245 |
+
"DDetailer offset x a": "0",
|
246 |
+
"DDetailer offset x b": "0",
|
247 |
+
"DDetailer offset y a": "0",
|
248 |
+
"DDetailer offset y b": "0",
|
249 |
+
"Threshold percentile": "100",
|
250 |
+
"DDetailer inpaint full": "True",
|
251 |
+
"DDetailer preprocess b": "False",
|
252 |
+
"DDetailer inpaint padding": "32",
|
253 |
+
"Dynamic thresholding enabled": "True"
|
254 |
+
}
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/020841b0-c766-4ba8-a675-afe3be2434e4/width=450/1004311.jpeg",
|
258 |
+
"nsfw": "None",
|
259 |
+
"width": 1024,
|
260 |
+
"height": 1536,
|
261 |
+
"hash": "UDGIDm-WIVwb#JD%K0EeEwv$~Dxv6w9?%eSx",
|
262 |
+
"meta": {
|
263 |
+
"Size": "512x768",
|
264 |
+
"seed": 1585092233,
|
265 |
+
"steps": 30,
|
266 |
+
"Script": "Detection Detailer",
|
267 |
+
"hashes": {
|
268 |
+
"vae": "600345c503"
|
269 |
+
},
|
270 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,long_hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,large breasts\nBREAK\nv_sign OR clenched fist,model pose,black_thighhighs:1.3\nBREAK\n, Candy_store,,crowd:1.1,depth of field,looking at viewer,squatting,from above,full body",
|
271 |
+
"sampler": "DPM++ 2M Karras",
|
272 |
+
"cfgScale": 7,
|
273 |
+
"Clip skip": "2",
|
274 |
+
"resources": [],
|
275 |
+
"Model hash": "1e42760ba7",
|
276 |
+
"Hires steps": "10",
|
277 |
+
"Mimic scale": "7",
|
278 |
+
"DDetailer cfg": "7",
|
279 |
+
"Hires upscale": "2",
|
280 |
+
"Hires upscaler": "SwinIR_4x",
|
281 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
282 |
+
"DDetailer conf a": "30",
|
283 |
+
"DDetailer conf b": "30",
|
284 |
+
"DDetailer bitwise": "None",
|
285 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
286 |
+
"DDetailer model b": "None",
|
287 |
+
"Denoising strength": "0.4",
|
288 |
+
"DDetailer denoising": "0.4",
|
289 |
+
"DDetailer mask blur": "4",
|
290 |
+
"DDetailer dilation a": "4",
|
291 |
+
"DDetailer dilation b": "4",
|
292 |
+
"DDetailer offset x a": "0",
|
293 |
+
"DDetailer offset x b": "0",
|
294 |
+
"DDetailer offset y a": "0",
|
295 |
+
"DDetailer offset y b": "0",
|
296 |
+
"Threshold percentile": "100",
|
297 |
+
"DDetailer inpaint full": "True",
|
298 |
+
"DDetailer preprocess b": "False",
|
299 |
+
"DDetailer inpaint padding": "32",
|
300 |
+
"Dynamic thresholding enabled": "True"
|
301 |
+
}
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e53803ea-c4ae-4219-a4b4-89699e15f3e6/width=450/1004377.jpeg",
|
305 |
+
"nsfw": "None",
|
306 |
+
"width": 1024,
|
307 |
+
"height": 1536,
|
308 |
+
"hash": "U8Ct6AMKy?5pQl?vEgEMEx4TVZv#4.i^-p%N",
|
309 |
+
"meta": {
|
310 |
+
"Eta": "0.2",
|
311 |
+
"Size": "512x768",
|
312 |
+
"seed": 2960883345,
|
313 |
+
"steps": 30,
|
314 |
+
"Script": "Detection Detailer",
|
315 |
+
"hashes": {
|
316 |
+
"vae": "600345c503",
|
317 |
+
"model": "1e42760ba7"
|
318 |
+
},
|
319 |
+
"prompt": "masterpiece, best quality,blue theme",
|
320 |
+
"sampler": "DPM++ SDE Karras",
|
321 |
+
"cfgScale": 7,
|
322 |
+
"Clip skip": "2",
|
323 |
+
"resources": [],
|
324 |
+
"Model hash": "1e42760ba7",
|
325 |
+
"Hires steps": "10",
|
326 |
+
"Mimic scale": "7",
|
327 |
+
"DDetailer cfg": "7",
|
328 |
+
"Hires upscale": "2",
|
329 |
+
"Hires upscaler": "SwinIR_4x",
|
330 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
331 |
+
"DDetailer conf a": "30",
|
332 |
+
"DDetailer conf b": "30",
|
333 |
+
"DDetailer bitwise": "None",
|
334 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
335 |
+
"DDetailer model b": "None",
|
336 |
+
"Denoising strength": "0.4",
|
337 |
+
"DDetailer denoising": "0.4",
|
338 |
+
"DDetailer mask blur": "4",
|
339 |
+
"DDetailer dilation a": "4",
|
340 |
+
"DDetailer dilation b": "4",
|
341 |
+
"DDetailer offset x a": "0",
|
342 |
+
"DDetailer offset x b": "0",
|
343 |
+
"DDetailer offset y a": "0",
|
344 |
+
"DDetailer offset y b": "0",
|
345 |
+
"Threshold percentile": "100",
|
346 |
+
"DDetailer inpaint full": "True",
|
347 |
+
"DDetailer preprocess b": "False",
|
348 |
+
"DDetailer inpaint padding": "32",
|
349 |
+
"Dynamic thresholding enabled": "True"
|
350 |
+
}
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6431cc6-d037-4c0a-bb62-1da17f3b959c/width=450/1004315.jpeg",
|
354 |
+
"nsfw": "Mature",
|
355 |
+
"width": 1024,
|
356 |
+
"height": 1536,
|
357 |
+
"hash": "UIHLSnxH?wxDPq$*-qIA5p%MV[Vs%NOZ9FxD",
|
358 |
+
"meta": {
|
359 |
+
"Size": "512x768",
|
360 |
+
"seed": 1585092257,
|
361 |
+
"steps": 30,
|
362 |
+
"Script": "Detection Detailer",
|
363 |
+
"hashes": {
|
364 |
+
"vae": "600345c503"
|
365 |
+
},
|
366 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,long_hair,shiny_skin,(nice_leg_line:1.3),thick_thighs,thin_waist,large breasts\nBREAK\nv_sign OR clenched fist,model pose,black_thighhighs:1.3\nBREAK\n, Blue_and_white_striped_swimsuit, crochet_maxi_skirt, oversized_sun_hat, woven_crossbody_bag, tassel_earrings,,crowd:1.1,depth of field,looking at viewer,squatting,from behind,upper body",
|
367 |
+
"sampler": "DPM++ 2M Karras",
|
368 |
+
"cfgScale": 7,
|
369 |
+
"Clip skip": "2",
|
370 |
+
"resources": [],
|
371 |
+
"Model hash": "1e42760ba7",
|
372 |
+
"Hires steps": "10",
|
373 |
+
"Mimic scale": "7",
|
374 |
+
"DDetailer cfg": "7",
|
375 |
+
"Hires upscale": "2",
|
376 |
+
"Hires upscaler": "SwinIR_4x",
|
377 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
378 |
+
"DDetailer conf a": "30",
|
379 |
+
"DDetailer conf b": "30",
|
380 |
+
"DDetailer bitwise": "None",
|
381 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
382 |
+
"DDetailer model b": "None",
|
383 |
+
"Denoising strength": "0.4",
|
384 |
+
"DDetailer denoising": "0.4",
|
385 |
+
"DDetailer mask blur": "4",
|
386 |
+
"DDetailer dilation a": "4",
|
387 |
+
"DDetailer dilation b": "4",
|
388 |
+
"DDetailer offset x a": "0",
|
389 |
+
"DDetailer offset x b": "0",
|
390 |
+
"DDetailer offset y a": "0",
|
391 |
+
"DDetailer offset y b": "0",
|
392 |
+
"Threshold percentile": "100",
|
393 |
+
"DDetailer inpaint full": "True",
|
394 |
+
"DDetailer preprocess b": "False",
|
395 |
+
"DDetailer inpaint padding": "32",
|
396 |
+
"Dynamic thresholding enabled": "True"
|
397 |
+
}
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b29a530a-7065-41ad-a1e7-3bea2bbb4ddf/width=450/1004396.jpeg",
|
401 |
+
"nsfw": "None",
|
402 |
+
"width": 1024,
|
403 |
+
"height": 1536,
|
404 |
+
"hash": "U8E.bGrJ4,0d_M0L-Uob00-QSjE,00~UK7I[",
|
405 |
+
"meta": {
|
406 |
+
"Eta": "0.2",
|
407 |
+
"Size": "512x768",
|
408 |
+
"seed": 3825558080,
|
409 |
+
"steps": 30,
|
410 |
+
"Script": "Detection Detailer",
|
411 |
+
"hashes": {
|
412 |
+
"vae": "600345c503",
|
413 |
+
"model": "1e42760ba7"
|
414 |
+
},
|
415 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,drill hair,shiny skin,(nice leg line:1.3),thick thighs,thin waist,large breasts\nBREAK\nschool uniform,ribborn,pleated skirt,socks,,high heels\nBREAK\nv_sign OR clenched fist,model pose\nBREAK\nnight,, Opera_house,,crowd:1.1,depth of field,looking at viewer,walking,from side,full body,",
|
416 |
+
"sampler": "DPM++ SDE Karras",
|
417 |
+
"cfgScale": 7,
|
418 |
+
"Clip skip": "2",
|
419 |
+
"resources": [],
|
420 |
+
"Model hash": "1e42760ba7",
|
421 |
+
"Hires steps": "10",
|
422 |
+
"Mimic scale": "7",
|
423 |
+
"DDetailer cfg": "7",
|
424 |
+
"Hires upscale": "2",
|
425 |
+
"Hires upscaler": "SwinIR_4x",
|
426 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
427 |
+
"DDetailer conf a": "30",
|
428 |
+
"DDetailer conf b": "30",
|
429 |
+
"DDetailer bitwise": "None",
|
430 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
431 |
+
"DDetailer model b": "None",
|
432 |
+
"Denoising strength": "0.4",
|
433 |
+
"DDetailer denoising": "0.4",
|
434 |
+
"DDetailer mask blur": "4",
|
435 |
+
"DDetailer dilation a": "4",
|
436 |
+
"DDetailer dilation b": "4",
|
437 |
+
"DDetailer offset x a": "0",
|
438 |
+
"DDetailer offset x b": "0",
|
439 |
+
"DDetailer offset y a": "0",
|
440 |
+
"DDetailer offset y b": "0",
|
441 |
+
"Threshold percentile": "100",
|
442 |
+
"DDetailer inpaint full": "True",
|
443 |
+
"DDetailer preprocess b": "False",
|
444 |
+
"DDetailer inpaint padding": "32",
|
445 |
+
"Dynamic thresholding enabled": "True"
|
446 |
+
}
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b397ea6c-bd37-4e20-a9fa-e43224a93d20/width=450/1004339.jpeg",
|
450 |
+
"nsfw": "None",
|
451 |
+
"width": 1024,
|
452 |
+
"height": 1536,
|
453 |
+
"hash": "UBNbvA$k%}~Czp^kM{tlPAD*tR4nxvMw-U%M",
|
454 |
+
"meta": {
|
455 |
+
"Eta": "0.2",
|
456 |
+
"Size": "512x768",
|
457 |
+
"seed": 853816595,
|
458 |
+
"steps": 30,
|
459 |
+
"Script": "Detection Detailer",
|
460 |
+
"hashes": {
|
461 |
+
"vae": "600345c503",
|
462 |
+
"model": "1e42760ba7"
|
463 |
+
},
|
464 |
+
"prompt": "masterpiece, best quality,pink theme",
|
465 |
+
"sampler": "DPM++ SDE Karras",
|
466 |
+
"cfgScale": 7,
|
467 |
+
"Clip skip": "2",
|
468 |
+
"resources": [],
|
469 |
+
"Model hash": "1e42760ba7",
|
470 |
+
"Hires steps": "10",
|
471 |
+
"Mimic scale": "7",
|
472 |
+
"DDetailer cfg": "7",
|
473 |
+
"Hires upscale": "2",
|
474 |
+
"Hires upscaler": "SwinIR_4x",
|
475 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
476 |
+
"DDetailer conf a": "30",
|
477 |
+
"DDetailer conf b": "30",
|
478 |
+
"DDetailer bitwise": "None",
|
479 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
480 |
+
"DDetailer model b": "None",
|
481 |
+
"Denoising strength": "0.4",
|
482 |
+
"DDetailer denoising": "0.4",
|
483 |
+
"DDetailer mask blur": "4",
|
484 |
+
"DDetailer dilation a": "4",
|
485 |
+
"DDetailer dilation b": "4",
|
486 |
+
"DDetailer offset x a": "0",
|
487 |
+
"DDetailer offset x b": "0",
|
488 |
+
"DDetailer offset y a": "0",
|
489 |
+
"DDetailer offset y b": "0",
|
490 |
+
"Threshold percentile": "100",
|
491 |
+
"DDetailer inpaint full": "True",
|
492 |
+
"DDetailer preprocess b": "False",
|
493 |
+
"DDetailer inpaint padding": "32",
|
494 |
+
"Dynamic thresholding enabled": "True"
|
495 |
+
}
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f99f7d5-ac6f-44d3-b235-a7a6e8c91490/width=450/1004341.jpeg",
|
499 |
+
"nsfw": "None",
|
500 |
+
"width": 1024,
|
501 |
+
"height": 1536,
|
502 |
+
"hash": "U6Cj9J~q%#xvMxt7nzV@00IA4nIT_4.89FM{",
|
503 |
+
"meta": {
|
504 |
+
"Eta": "0.2",
|
505 |
+
"Size": "512x768",
|
506 |
+
"seed": 2777403197,
|
507 |
+
"steps": 30,
|
508 |
+
"Script": "Detection Detailer",
|
509 |
+
"hashes": {
|
510 |
+
"vae": "600345c503",
|
511 |
+
"model": "1e42760ba7"
|
512 |
+
},
|
513 |
+
"prompt": "masterpiece, best quality,dark theme",
|
514 |
+
"sampler": "DPM++ SDE Karras",
|
515 |
+
"cfgScale": 7,
|
516 |
+
"Clip skip": "2",
|
517 |
+
"resources": [],
|
518 |
+
"Model hash": "1e42760ba7",
|
519 |
+
"Hires steps": "10",
|
520 |
+
"Mimic scale": "7",
|
521 |
+
"DDetailer cfg": "7",
|
522 |
+
"Hires upscale": "2",
|
523 |
+
"Hires upscaler": "SwinIR_4x",
|
524 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((nsfw)),((pencil)),((blush)),((eyelash)",
|
525 |
+
"DDetailer conf a": "30",
|
526 |
+
"DDetailer conf b": "30",
|
527 |
+
"DDetailer bitwise": "None",
|
528 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
529 |
+
"DDetailer model b": "None",
|
530 |
+
"Denoising strength": "0.4",
|
531 |
+
"DDetailer denoising": "0.4",
|
532 |
+
"DDetailer mask blur": "4",
|
533 |
+
"DDetailer dilation a": "4",
|
534 |
+
"DDetailer dilation b": "4",
|
535 |
+
"DDetailer offset x a": "0",
|
536 |
+
"DDetailer offset x b": "0",
|
537 |
+
"DDetailer offset y a": "0",
|
538 |
+
"DDetailer offset y b": "0",
|
539 |
+
"Threshold percentile": "100",
|
540 |
+
"DDetailer inpaint full": "True",
|
541 |
+
"DDetailer preprocess b": "False",
|
542 |
+
"DDetailer inpaint padding": "32",
|
543 |
+
"Dynamic thresholding enabled": "True"
|
544 |
+
}
|
545 |
+
}
|
546 |
+
],
|
547 |
+
"downloadUrl": "https://civitai.com/api/download/models/87641"
|
548 |
+
}
|
549 |
+
]
|
550 |
+
}
|
BBMIX-LIN/bbmixLIN_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e42760ba7b43a92075fa6f145f5486eaafe653f5d8cd1af60c66ee036414d45
|
3 |
+
size 2378777674
|
BBMIX-LUCI/README.txt
ADDED
@@ -0,0 +1,906 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 73253,
|
3 |
+
"name": "BBMIX-LUCI",
|
4 |
+
"description": "<h1 id=\"bbmix-luci-v2\">BBMIX-LUCI-V2</h1><p>She is a model who is luxurious and fresh but has her own idiocy.</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, (nice leg line:1.3),thick thighs,thin waist</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><p></p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>official art, unity 8k wallpaper, ultra detailed, ultra high res, 8k uhd, film grain, delicate, RAW, light particles, detailed skin texture, detailed armor texture, detailed face, intricate details, ultra detailed,</p><p>Reality Emphasis Prompt Excludes Detail Emphasis Prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p><p></p><p></p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 829,
|
14 |
+
"favoriteCount": 237,
|
15 |
+
"commentCount": 6,
|
16 |
+
"ratingCount": 3,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"sexy",
|
27 |
+
"female",
|
28 |
+
"woman",
|
29 |
+
"girls",
|
30 |
+
"ccu"
|
31 |
+
],
|
32 |
+
"modelVersions": [
|
33 |
+
{
|
34 |
+
"id": 77992,
|
35 |
+
"modelId": 73253,
|
36 |
+
"name": "v2.0",
|
37 |
+
"createdAt": "2023-05-22T16:16:16.521Z",
|
38 |
+
"updatedAt": "2023-05-22T16:25:04.346Z",
|
39 |
+
"trainedWords": [
|
40 |
+
"masterpiece",
|
41 |
+
"best quality",
|
42 |
+
"orange theme",
|
43 |
+
"pink theme"
|
44 |
+
],
|
45 |
+
"baseModel": "SD 1.5",
|
46 |
+
"earlyAccessTimeFrame": 0,
|
47 |
+
"description": "<p>Revision by replacing the BASE model</p>",
|
48 |
+
"stats": {
|
49 |
+
"downloadCount": 741,
|
50 |
+
"ratingCount": 3,
|
51 |
+
"rating": 5
|
52 |
+
},
|
53 |
+
"files": [
|
54 |
+
{
|
55 |
+
"name": "bbmixLUCI_v20.safetensors",
|
56 |
+
"id": 53682,
|
57 |
+
"sizeKB": 4001869.052734375,
|
58 |
+
"type": "Model",
|
59 |
+
"metadata": {
|
60 |
+
"fp": "fp16",
|
61 |
+
"size": "pruned",
|
62 |
+
"format": "SafeTensor"
|
63 |
+
},
|
64 |
+
"pickleScanResult": "Success",
|
65 |
+
"pickleScanMessage": "No Pickle imports",
|
66 |
+
"virusScanResult": "Success",
|
67 |
+
"scannedAt": "2023-05-22T16:29:27.401Z",
|
68 |
+
"hashes": {
|
69 |
+
"AutoV1": "DE2F2560",
|
70 |
+
"AutoV2": "A7E3164AB5",
|
71 |
+
"SHA256": "A7E3164AB58BF77EC1C8C30307C76E9AE83B0AD2D19330D6BDBB2C390BF15D41",
|
72 |
+
"CRC32": "58FD8C11",
|
73 |
+
"BLAKE3": "9668AD7896D3A3531EC289E7FFBC8921CCA0ADD4B758387462110F866FCB8A86"
|
74 |
+
},
|
75 |
+
"downloadUrl": "https://civitai.com/api/download/models/77992",
|
76 |
+
"primary": true
|
77 |
+
}
|
78 |
+
],
|
79 |
+
"images": [
|
80 |
+
{
|
81 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cc3907b-3a77-436f-9e6c-b0cafecdfd0a/width=450/874692.jpeg",
|
82 |
+
"nsfw": "None",
|
83 |
+
"width": 1024,
|
84 |
+
"height": 1536,
|
85 |
+
"hash": "UBHBlF9F?v0Lo#D%bbs.4.t89Z?H~W%M9ZM{",
|
86 |
+
"meta": {
|
87 |
+
"Eta": "0.2",
|
88 |
+
"Size": "512x768",
|
89 |
+
"seed": 293066910,
|
90 |
+
"steps": 30,
|
91 |
+
"Script": "Detection Detailer",
|
92 |
+
"hashes": {
|
93 |
+
"vae": "600345c503",
|
94 |
+
"embed:EasyNegative": "66a7279a88"
|
95 |
+
},
|
96 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,short hair,mesugaki smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts\nBREAK\nschool uniform,necktie,((pencil skirt)),flat shoes\nBREAK\npark,crowd,depth of field,looking at viewer,standing,from above,full body,legsupsexms",
|
97 |
+
"sampler": "DPM++ SDE Karras",
|
98 |
+
"cfgScale": 7,
|
99 |
+
"Clip skip": "2",
|
100 |
+
"resources": [],
|
101 |
+
"Model hash": "a7e3164ab5",
|
102 |
+
"Hires steps": "10",
|
103 |
+
"Mimic scale": "7",
|
104 |
+
"DDetailer cfg": "7",
|
105 |
+
"Hires upscale": "2",
|
106 |
+
"Hires upscaler": "SwinIR_4x",
|
107 |
+
"negativePrompt": "EasyNegative,badhandv4,bad anatomy",
|
108 |
+
"DDetailer conf a": "30",
|
109 |
+
"DDetailer conf b": "30",
|
110 |
+
"DDetailer bitwise": "None",
|
111 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
112 |
+
"DDetailer model b": "None",
|
113 |
+
"Denoising strength": "0.4",
|
114 |
+
"DDetailer denoising": "0.4",
|
115 |
+
"DDetailer mask blur": "4",
|
116 |
+
"DDetailer dilation a": "4",
|
117 |
+
"DDetailer dilation b": "4",
|
118 |
+
"DDetailer offset x a": "0",
|
119 |
+
"DDetailer offset x b": "0",
|
120 |
+
"DDetailer offset y a": "0",
|
121 |
+
"DDetailer offset y b": "0",
|
122 |
+
"Threshold percentile": "100",
|
123 |
+
"DDetailer inpaint full": "True",
|
124 |
+
"DDetailer preprocess b": "False",
|
125 |
+
"DDetailer inpaint padding": "32",
|
126 |
+
"Dynamic thresholding enabled": "True"
|
127 |
+
}
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53212d9c-cdb1-4eea-a3d0-c9b2a2ef51d3/width=450/874621.jpeg",
|
131 |
+
"nsfw": "Soft",
|
132 |
+
"width": 1024,
|
133 |
+
"height": 1536,
|
134 |
+
"hash": "U37wvrxu0xIn00WV9DjZ9FWB-pt7_4oKXTWV",
|
135 |
+
"meta": {
|
136 |
+
"Eta": "0.2",
|
137 |
+
"Size": "512x768",
|
138 |
+
"seed": 1752289735,
|
139 |
+
"steps": 30,
|
140 |
+
"Script": "Detection Detailer",
|
141 |
+
"hashes": {
|
142 |
+
"vae": "600345c503",
|
143 |
+
"embed:EasyNegative": "66a7279a88"
|
144 |
+
},
|
145 |
+
"prompt": "masterpiece, best quality,1girl,dark theme",
|
146 |
+
"sampler": "DPM++ SDE Karras",
|
147 |
+
"cfgScale": 7,
|
148 |
+
"Clip skip": "2",
|
149 |
+
"resources": [],
|
150 |
+
"Model hash": "a7e3164ab5",
|
151 |
+
"Hires steps": "10",
|
152 |
+
"Mimic scale": "7",
|
153 |
+
"DDetailer cfg": "7",
|
154 |
+
"Hires upscale": "2",
|
155 |
+
"Hires upscaler": "SwinIR_4x",
|
156 |
+
"negativePrompt": "EasyNegative,badhandv4,bad anatomy",
|
157 |
+
"DDetailer conf a": "30",
|
158 |
+
"DDetailer conf b": "30",
|
159 |
+
"DDetailer bitwise": "None",
|
160 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
161 |
+
"DDetailer model b": "None",
|
162 |
+
"Denoising strength": "0.4",
|
163 |
+
"DDetailer denoising": "0.4",
|
164 |
+
"DDetailer mask blur": "4",
|
165 |
+
"DDetailer dilation a": "4",
|
166 |
+
"DDetailer dilation b": "4",
|
167 |
+
"DDetailer offset x a": "0",
|
168 |
+
"DDetailer offset x b": "0",
|
169 |
+
"DDetailer offset y a": "0",
|
170 |
+
"DDetailer offset y b": "0",
|
171 |
+
"Threshold percentile": "100",
|
172 |
+
"DDetailer inpaint full": "True",
|
173 |
+
"DDetailer preprocess b": "False",
|
174 |
+
"DDetailer inpaint padding": "32",
|
175 |
+
"Dynamic thresholding enabled": "True"
|
176 |
+
}
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4595567-c3f3-49ab-bb55-905e50883c13/width=450/874644.jpeg",
|
180 |
+
"nsfw": "Soft",
|
181 |
+
"width": 1024,
|
182 |
+
"height": 1536,
|
183 |
+
"hash": "UUI}k$~WNtRk~W?bR%M{bvxujbRjt7j]kCof",
|
184 |
+
"meta": {
|
185 |
+
"Eta": "0.2",
|
186 |
+
"Size": "512x768",
|
187 |
+
"seed": 1101459932,
|
188 |
+
"steps": 30,
|
189 |
+
"Script": "Detection Detailer",
|
190 |
+
"hashes": {
|
191 |
+
"vae": "600345c503",
|
192 |
+
"embed:EasyNegative": "66a7279a88"
|
193 |
+
},
|
194 |
+
"prompt": "masterpiece, best quality,1girl,white theme",
|
195 |
+
"sampler": "DPM++ SDE Karras",
|
196 |
+
"cfgScale": 7,
|
197 |
+
"Clip skip": "2",
|
198 |
+
"resources": [],
|
199 |
+
"Model hash": "a7e3164ab5",
|
200 |
+
"Hires steps": "10",
|
201 |
+
"Mimic scale": "7",
|
202 |
+
"DDetailer cfg": "7",
|
203 |
+
"Hires upscale": "2",
|
204 |
+
"Hires upscaler": "SwinIR_4x",
|
205 |
+
"negativePrompt": "EasyNegative,badhandv4,bad anatomy",
|
206 |
+
"DDetailer conf a": "30",
|
207 |
+
"DDetailer conf b": "30",
|
208 |
+
"DDetailer bitwise": "None",
|
209 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
210 |
+
"DDetailer model b": "None",
|
211 |
+
"Denoising strength": "0.4",
|
212 |
+
"DDetailer denoising": "0.4",
|
213 |
+
"DDetailer mask blur": "4",
|
214 |
+
"DDetailer dilation a": "4",
|
215 |
+
"DDetailer dilation b": "4",
|
216 |
+
"DDetailer offset x a": "0",
|
217 |
+
"DDetailer offset x b": "0",
|
218 |
+
"DDetailer offset y a": "0",
|
219 |
+
"DDetailer offset y b": "0",
|
220 |
+
"Threshold percentile": "100",
|
221 |
+
"DDetailer inpaint full": "True",
|
222 |
+
"DDetailer preprocess b": "False",
|
223 |
+
"DDetailer inpaint padding": "32",
|
224 |
+
"Dynamic thresholding enabled": "True"
|
225 |
+
}
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/decf58c1-d0cd-4777-ae84-8a312a48f409/width=450/874655.jpeg",
|
229 |
+
"nsfw": "None",
|
230 |
+
"width": 1024,
|
231 |
+
"height": 1536,
|
232 |
+
"hash": "UDF~EwIqEJ~qENIU9a56au9E?bxv-oE0?Hxa",
|
233 |
+
"meta": {
|
234 |
+
"Eta": "0.2",
|
235 |
+
"Size": "512x768",
|
236 |
+
"seed": 2706318954,
|
237 |
+
"steps": 30,
|
238 |
+
"Script": "Detection Detailer",
|
239 |
+
"hashes": {
|
240 |
+
"vae": "600345c503",
|
241 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
242 |
+
},
|
243 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts\nBREAK\nschool uniform,necktie,((pencil skirt)),flat shoes\nBREAK\nstreet,crowd,depth of field,looking at viewer,squatting,from above,upper body,legsupsexms",
|
244 |
+
"sampler": "DPM++ SDE Karras",
|
245 |
+
"cfgScale": 7,
|
246 |
+
"Clip skip": "2",
|
247 |
+
"resources": [],
|
248 |
+
"Model hash": "a7e3164ab5",
|
249 |
+
"Hires steps": "10",
|
250 |
+
"Mimic scale": "7",
|
251 |
+
"DDetailer cfg": "7",
|
252 |
+
"Hires upscale": "2",
|
253 |
+
"Hires upscaler": "SwinIR_4x",
|
254 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy",
|
255 |
+
"DDetailer conf a": "30",
|
256 |
+
"DDetailer conf b": "30",
|
257 |
+
"DDetailer bitwise": "None",
|
258 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
259 |
+
"DDetailer model b": "None",
|
260 |
+
"Denoising strength": "0.4",
|
261 |
+
"DDetailer denoising": "0.4",
|
262 |
+
"DDetailer mask blur": "4",
|
263 |
+
"DDetailer dilation a": "4",
|
264 |
+
"DDetailer dilation b": "4",
|
265 |
+
"DDetailer offset x a": "0",
|
266 |
+
"DDetailer offset x b": "0",
|
267 |
+
"DDetailer offset y a": "0",
|
268 |
+
"DDetailer offset y b": "0",
|
269 |
+
"Threshold percentile": "100",
|
270 |
+
"DDetailer inpaint full": "True",
|
271 |
+
"DDetailer preprocess b": "False",
|
272 |
+
"DDetailer inpaint padding": "32",
|
273 |
+
"Dynamic thresholding enabled": "True"
|
274 |
+
}
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1753941d-a6ce-4b92-bc87-57dbad4e58c1/width=450/874665.jpeg",
|
278 |
+
"nsfw": "None",
|
279 |
+
"width": 1024,
|
280 |
+
"height": 1536,
|
281 |
+
"hash": "UBIEeQ#SoyE2r=Dj~qM_krIptlIo4pkV00Wr",
|
282 |
+
"meta": {
|
283 |
+
"Eta": "0.2",
|
284 |
+
"Size": "512x768",
|
285 |
+
"seed": 553533140,
|
286 |
+
"steps": 30,
|
287 |
+
"Script": "Detection Detailer",
|
288 |
+
"hashes": {
|
289 |
+
"vae": "600345c503",
|
290 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
291 |
+
},
|
292 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,short hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts\nBREAK\nschool uniform,necktie,((pencil skirt)),high heels\nBREAK\npark,crowd,depth of field,looking at viewer,squatting,from behind,upper body,legsupsexms",
|
293 |
+
"sampler": "DPM++ SDE Karras",
|
294 |
+
"cfgScale": 7,
|
295 |
+
"Clip skip": "2",
|
296 |
+
"resources": [],
|
297 |
+
"Model hash": "a7e3164ab5",
|
298 |
+
"Hires steps": "10",
|
299 |
+
"Mimic scale": "7",
|
300 |
+
"DDetailer cfg": "7",
|
301 |
+
"Hires upscale": "2",
|
302 |
+
"Hires upscaler": "SwinIR_4x",
|
303 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy",
|
304 |
+
"DDetailer conf a": "30",
|
305 |
+
"DDetailer conf b": "30",
|
306 |
+
"DDetailer bitwise": "None",
|
307 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
308 |
+
"DDetailer model b": "None",
|
309 |
+
"Denoising strength": "0.4",
|
310 |
+
"DDetailer denoising": "0.4",
|
311 |
+
"DDetailer mask blur": "4",
|
312 |
+
"DDetailer dilation a": "4",
|
313 |
+
"DDetailer dilation b": "4",
|
314 |
+
"DDetailer offset x a": "0",
|
315 |
+
"DDetailer offset x b": "0",
|
316 |
+
"DDetailer offset y a": "0",
|
317 |
+
"DDetailer offset y b": "0",
|
318 |
+
"Threshold percentile": "100",
|
319 |
+
"DDetailer inpaint full": "True",
|
320 |
+
"DDetailer preprocess b": "False",
|
321 |
+
"DDetailer inpaint padding": "32",
|
322 |
+
"Dynamic thresholding enabled": "True"
|
323 |
+
}
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b017790-cb6f-404b-91be-7aa586cca0a0/width=450/874683.jpeg",
|
327 |
+
"nsfw": "None",
|
328 |
+
"width": 1024,
|
329 |
+
"height": 1536,
|
330 |
+
"hash": "UIHxW:~VOWM|564.IV%2ND%M_3D%?Z?Ht8Ip",
|
331 |
+
"meta": {
|
332 |
+
"Eta": "0.2",
|
333 |
+
"Size": "512x768",
|
334 |
+
"seed": 1167126623,
|
335 |
+
"steps": 30,
|
336 |
+
"Script": "Detection Detailer",
|
337 |
+
"hashes": {
|
338 |
+
"vae": "600345c503",
|
339 |
+
"embed:EasyNegative": "66a7279a88"
|
340 |
+
},
|
341 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,evil smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts\nBREAK\nschool uniform,necktie,((pencil skirt)),flat shoes\nBREAK\npark,crowd,depth of field,looking at viewer,squatting,from side,upper body,legsupsexms",
|
342 |
+
"sampler": "DPM++ SDE Karras",
|
343 |
+
"cfgScale": 7,
|
344 |
+
"Clip skip": "2",
|
345 |
+
"resources": [],
|
346 |
+
"Model hash": "a7e3164ab5",
|
347 |
+
"Hires steps": "10",
|
348 |
+
"Mimic scale": "7",
|
349 |
+
"DDetailer cfg": "7",
|
350 |
+
"Hires upscale": "2",
|
351 |
+
"Hires upscaler": "SwinIR_4x",
|
352 |
+
"negativePrompt": "EasyNegative,badhandv4,bad anatomy",
|
353 |
+
"DDetailer conf a": "30",
|
354 |
+
"DDetailer conf b": "30",
|
355 |
+
"DDetailer bitwise": "None",
|
356 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
357 |
+
"DDetailer model b": "None",
|
358 |
+
"Denoising strength": "0.4",
|
359 |
+
"DDetailer denoising": "0.4",
|
360 |
+
"DDetailer mask blur": "4",
|
361 |
+
"DDetailer dilation a": "4",
|
362 |
+
"DDetailer dilation b": "4",
|
363 |
+
"DDetailer offset x a": "0",
|
364 |
+
"DDetailer offset x b": "0",
|
365 |
+
"DDetailer offset y a": "0",
|
366 |
+
"DDetailer offset y b": "0",
|
367 |
+
"Threshold percentile": "100",
|
368 |
+
"DDetailer inpaint full": "True",
|
369 |
+
"DDetailer preprocess b": "False",
|
370 |
+
"DDetailer inpaint padding": "32",
|
371 |
+
"Dynamic thresholding enabled": "True"
|
372 |
+
}
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d285a064-bedc-463b-b4da-f3cdfccc07be/width=450/874688.jpeg",
|
376 |
+
"nsfw": "None",
|
377 |
+
"width": 1024,
|
378 |
+
"height": 1536,
|
379 |
+
"hash": "UKHLMO9F-:-=_3M{9Fx]~psoMxW=~pRks:NG",
|
380 |
+
"meta": {
|
381 |
+
"Eta": "0.2",
|
382 |
+
"Size": "512x768",
|
383 |
+
"seed": 3822003178,
|
384 |
+
"steps": 30,
|
385 |
+
"Script": "Detection Detailer",
|
386 |
+
"hashes": {
|
387 |
+
"vae": "600345c503",
|
388 |
+
"embed:EasyNegative": "66a7279a88"
|
389 |
+
},
|
390 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,long hair,mesugaki smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts\nBREAK\nschool uniform,necktie,((pencil skirt)),high heels\nBREAK\nstreet,crowd,depth of field,looking at viewer,squatting,from behind,full body,legsupsexms",
|
391 |
+
"sampler": "DPM++ SDE Karras",
|
392 |
+
"cfgScale": 7,
|
393 |
+
"Clip skip": "2",
|
394 |
+
"resources": [],
|
395 |
+
"Model hash": "a7e3164ab5",
|
396 |
+
"Hires steps": "10",
|
397 |
+
"Mimic scale": "7",
|
398 |
+
"DDetailer cfg": "7",
|
399 |
+
"Hires upscale": "2",
|
400 |
+
"Hires upscaler": "SwinIR_4x",
|
401 |
+
"negativePrompt": "EasyNegative,badhandv4,bad anatomy",
|
402 |
+
"DDetailer conf a": "30",
|
403 |
+
"DDetailer conf b": "30",
|
404 |
+
"DDetailer bitwise": "None",
|
405 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
406 |
+
"DDetailer model b": "None",
|
407 |
+
"Denoising strength": "0.4",
|
408 |
+
"DDetailer denoising": "0.4",
|
409 |
+
"DDetailer mask blur": "4",
|
410 |
+
"DDetailer dilation a": "4",
|
411 |
+
"DDetailer dilation b": "4",
|
412 |
+
"DDetailer offset x a": "0",
|
413 |
+
"DDetailer offset x b": "0",
|
414 |
+
"DDetailer offset y a": "0",
|
415 |
+
"DDetailer offset y b": "0",
|
416 |
+
"Threshold percentile": "100",
|
417 |
+
"DDetailer inpaint full": "True",
|
418 |
+
"DDetailer preprocess b": "False",
|
419 |
+
"DDetailer inpaint padding": "32",
|
420 |
+
"Dynamic thresholding enabled": "True"
|
421 |
+
}
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88164797-1ae0-4c89-a69b-e35beb140031/width=450/874680.jpeg",
|
425 |
+
"nsfw": "None",
|
426 |
+
"width": 1024,
|
427 |
+
"height": 1536,
|
428 |
+
"hash": "UMF=wHIT0Jxu-qofIUoe?axuM{M{~pWBM|oJ",
|
429 |
+
"meta": {
|
430 |
+
"Eta": "0.2",
|
431 |
+
"Size": "512x768",
|
432 |
+
"seed": 3125967727,
|
433 |
+
"steps": 30,
|
434 |
+
"Script": "Detection Detailer",
|
435 |
+
"hashes": {
|
436 |
+
"vae": "600345c503",
|
437 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
438 |
+
},
|
439 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts\nBREAK\nschool uniform,necktie,((pencil skirt)),high heels\nBREAK\nstreet,crowd,depth of field,looking at viewer,standing,from front,full body,legsupsexms",
|
440 |
+
"sampler": "DPM++ SDE Karras",
|
441 |
+
"cfgScale": 7,
|
442 |
+
"Clip skip": "2",
|
443 |
+
"resources": [],
|
444 |
+
"Model hash": "a7e3164ab5",
|
445 |
+
"Hires steps": "10",
|
446 |
+
"Mimic scale": "7",
|
447 |
+
"DDetailer cfg": "7",
|
448 |
+
"Hires upscale": "2",
|
449 |
+
"Hires upscaler": "SwinIR_4x",
|
450 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy",
|
451 |
+
"DDetailer conf a": "30",
|
452 |
+
"DDetailer conf b": "30",
|
453 |
+
"DDetailer bitwise": "None",
|
454 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
455 |
+
"DDetailer model b": "None",
|
456 |
+
"Denoising strength": "0.4",
|
457 |
+
"DDetailer denoising": "0.4",
|
458 |
+
"DDetailer mask blur": "4",
|
459 |
+
"DDetailer dilation a": "4",
|
460 |
+
"DDetailer dilation b": "4",
|
461 |
+
"DDetailer offset x a": "0",
|
462 |
+
"DDetailer offset x b": "0",
|
463 |
+
"DDetailer offset y a": "0",
|
464 |
+
"DDetailer offset y b": "0",
|
465 |
+
"Threshold percentile": "100",
|
466 |
+
"DDetailer inpaint full": "True",
|
467 |
+
"DDetailer preprocess b": "False",
|
468 |
+
"DDetailer inpaint padding": "32",
|
469 |
+
"Dynamic thresholding enabled": "True"
|
470 |
+
}
|
471 |
+
},
|
472 |
+
{
|
473 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/720cf1c6-d235-48b4-8aff-218b475c68aa/width=450/874626.jpeg",
|
474 |
+
"nsfw": "None",
|
475 |
+
"width": 1024,
|
476 |
+
"height": 1536,
|
477 |
+
"hash": "UDHn,700Dg%MyF%10K?H-=R+9F-q~BR%IUog",
|
478 |
+
"meta": {
|
479 |
+
"Eta": "0.2",
|
480 |
+
"Size": "512x768",
|
481 |
+
"seed": 523249121,
|
482 |
+
"steps": 30,
|
483 |
+
"Script": "Detection Detailer",
|
484 |
+
"hashes": {
|
485 |
+
"vae": "600345c503",
|
486 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
487 |
+
},
|
488 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,drill hair,mesugaki smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts\nBREAK\nschool uniform,necktie,((pencil skirt)),flat shoes\nBREAK\nstore,crowd,depth of field,looking at viewer,standing,from behind,full body,legsupsexms",
|
489 |
+
"sampler": "DPM++ SDE Karras",
|
490 |
+
"cfgScale": 7,
|
491 |
+
"Clip skip": "2",
|
492 |
+
"resources": [],
|
493 |
+
"Model hash": "a7e3164ab5",
|
494 |
+
"Hires steps": "10",
|
495 |
+
"Mimic scale": "7",
|
496 |
+
"DDetailer cfg": "7",
|
497 |
+
"Hires upscale": "2",
|
498 |
+
"Hires upscaler": "SwinIR_4x",
|
499 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy",
|
500 |
+
"DDetailer conf a": "30",
|
501 |
+
"DDetailer conf b": "30",
|
502 |
+
"DDetailer bitwise": "None",
|
503 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
504 |
+
"DDetailer model b": "None",
|
505 |
+
"Denoising strength": "0.4",
|
506 |
+
"DDetailer denoising": "0.4",
|
507 |
+
"DDetailer mask blur": "4",
|
508 |
+
"DDetailer dilation a": "4",
|
509 |
+
"DDetailer dilation b": "4",
|
510 |
+
"DDetailer offset x a": "0",
|
511 |
+
"DDetailer offset x b": "0",
|
512 |
+
"DDetailer offset y a": "0",
|
513 |
+
"DDetailer offset y b": "0",
|
514 |
+
"Threshold percentile": "100",
|
515 |
+
"DDetailer inpaint full": "True",
|
516 |
+
"DDetailer preprocess b": "False",
|
517 |
+
"DDetailer inpaint padding": "32",
|
518 |
+
"Dynamic thresholding enabled": "True"
|
519 |
+
}
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec7d0dc3-a801-48de-a695-302e40749997/width=450/874628.jpeg",
|
523 |
+
"nsfw": "None",
|
524 |
+
"width": 1024,
|
525 |
+
"height": 1536,
|
526 |
+
"hash": "ULHx$=?vSdxC6CNdM{IA_4xukW%MD*og%Nt7",
|
527 |
+
"meta": {
|
528 |
+
"Eta": "0.2",
|
529 |
+
"Size": "512x768",
|
530 |
+
"seed": 2066085333,
|
531 |
+
"steps": 30,
|
532 |
+
"Script": "Detection Detailer",
|
533 |
+
"hashes": {
|
534 |
+
"vae": "600345c503",
|
535 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
536 |
+
},
|
537 |
+
"prompt": "masterpiece, best quality,1girl,young girl,brown eyes,short hair,happy smile,shiny skin,(nice leg line:1.3),thin waist,huge breasts\nBREAK\nschool uniform,ribborn,((pencil skirt)),high heels\nBREAK\npark,crowd,depth of field,looking at viewer,standing,from behind,upper body,legsupsexms",
|
538 |
+
"sampler": "DPM++ SDE Karras",
|
539 |
+
"cfgScale": 7,
|
540 |
+
"Clip skip": "2",
|
541 |
+
"resources": [],
|
542 |
+
"Model hash": "a7e3164ab5",
|
543 |
+
"Hires steps": "10",
|
544 |
+
"Mimic scale": "7",
|
545 |
+
"DDetailer cfg": "7",
|
546 |
+
"Hires upscale": "2",
|
547 |
+
"Hires upscaler": "SwinIR_4x",
|
548 |
+
"negativePrompt": "verybadimagenegative_v1.3,badhandv4,bad anatomy",
|
549 |
+
"DDetailer conf a": "30",
|
550 |
+
"DDetailer conf b": "30",
|
551 |
+
"DDetailer bitwise": "None",
|
552 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
553 |
+
"DDetailer model b": "None",
|
554 |
+
"Denoising strength": "0.4",
|
555 |
+
"DDetailer denoising": "0.4",
|
556 |
+
"DDetailer mask blur": "4",
|
557 |
+
"DDetailer dilation a": "4",
|
558 |
+
"DDetailer dilation b": "4",
|
559 |
+
"DDetailer offset x a": "0",
|
560 |
+
"DDetailer offset x b": "0",
|
561 |
+
"DDetailer offset y a": "0",
|
562 |
+
"DDetailer offset y b": "0",
|
563 |
+
"Threshold percentile": "100",
|
564 |
+
"DDetailer inpaint full": "True",
|
565 |
+
"DDetailer preprocess b": "False",
|
566 |
+
"DDetailer inpaint padding": "32",
|
567 |
+
"Dynamic thresholding enabled": "True"
|
568 |
+
}
|
569 |
+
}
|
570 |
+
],
|
571 |
+
"downloadUrl": "https://civitai.com/api/download/models/77992"
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"id": 77969,
|
575 |
+
"modelId": 73253,
|
576 |
+
"name": "v1.0",
|
577 |
+
"createdAt": "2023-05-22T15:57:05.302Z",
|
578 |
+
"updatedAt": "2023-05-22T16:16:16.521Z",
|
579 |
+
"trainedWords": [
|
580 |
+
"masterpiece",
|
581 |
+
"best quality",
|
582 |
+
"pink theme",
|
583 |
+
"yellow theme"
|
584 |
+
],
|
585 |
+
"baseModel": "SD 1.5",
|
586 |
+
"earlyAccessTimeFrame": 0,
|
587 |
+
"description": "<p>Re-uploaded for friends asking for the previous version</p>",
|
588 |
+
"stats": {
|
589 |
+
"downloadCount": 88,
|
590 |
+
"ratingCount": 0,
|
591 |
+
"rating": 0
|
592 |
+
},
|
593 |
+
"files": [
|
594 |
+
{
|
595 |
+
"name": "bbmixLUCI_v10.safetensors",
|
596 |
+
"id": 53669,
|
597 |
+
"sizeKB": 2323025.071289062,
|
598 |
+
"type": "Model",
|
599 |
+
"metadata": {
|
600 |
+
"fp": "fp16",
|
601 |
+
"size": "pruned",
|
602 |
+
"format": "SafeTensor"
|
603 |
+
},
|
604 |
+
"pickleScanResult": "Success",
|
605 |
+
"pickleScanMessage": "No Pickle imports",
|
606 |
+
"virusScanResult": "Success",
|
607 |
+
"scannedAt": "2023-05-22T16:06:54.782Z",
|
608 |
+
"hashes": {
|
609 |
+
"AutoV1": "3272E7DD",
|
610 |
+
"AutoV2": "511B22E2C0",
|
611 |
+
"SHA256": "511B22E2C05666E48B7E5A05C441035DA2DF6A45F8A6F7AFFED2A7B270D62A57",
|
612 |
+
"CRC32": "AD8ABA84",
|
613 |
+
"BLAKE3": "1477372BA0F0A1135DA49BD0352BF87D6836A769071E7B22B63AEDF7AFD91A00"
|
614 |
+
},
|
615 |
+
"downloadUrl": "https://civitai.com/api/download/models/77969",
|
616 |
+
"primary": true
|
617 |
+
}
|
618 |
+
],
|
619 |
+
"images": [
|
620 |
+
{
|
621 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0542c0d-994d-45fc-8ae5-b945ed36a817/width=450/874367.jpeg",
|
622 |
+
"nsfw": "X",
|
623 |
+
"width": 1387,
|
624 |
+
"height": 2080,
|
625 |
+
"hash": "URLNMrD*T0-;~qRjs.ofD$R*MxRPxVRjM|Rj",
|
626 |
+
"meta": {
|
627 |
+
"Eta": "0.2",
|
628 |
+
"Size": "816x1224",
|
629 |
+
"seed": 2336259220,
|
630 |
+
"steps": 30,
|
631 |
+
"prompt": "absurdres, highres, ultra detailed, (1girl:1.3), mature female:1.49,huge breasts, nsfw,from above:1.2,stick out tongue,ecstasy face,one eye close, full body,\nBREAK\nZentangle, structured patterns, meditative drawing, intricate designs, focus and relaxation, creative doodling, artistic expression\nBREAK\ntypography, lettering art, calligraphy, expressive fonts, visual language, graphic design, creative communication\nBREAK\nman cook,big penis,semen",
|
632 |
+
"sampler": "DPM++ SDE Karras",
|
633 |
+
"cfgScale": 7,
|
634 |
+
"Clip skip": "2",
|
635 |
+
"Mask blur": "4",
|
636 |
+
"resources": [],
|
637 |
+
"Model hash": "511b22e2c0",
|
638 |
+
"Mimic scale": "7",
|
639 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, ((eyelashes)), ((speech bubble))",
|
640 |
+
"Denoising strength": "0.4",
|
641 |
+
"SD upscale overlap": "64",
|
642 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
643 |
+
"Threshold percentile": "100",
|
644 |
+
"Dynamic thresholding enabled": "True"
|
645 |
+
}
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bfa7734-3759-4532-9215-3ca84cf2777b/width=450/874380.jpeg",
|
649 |
+
"nsfw": "X",
|
650 |
+
"width": 1387,
|
651 |
+
"height": 2080,
|
652 |
+
"hash": "UOJHL4_3cExu~q%M?aR*xwn%%gIU^+V@E1WB",
|
653 |
+
"meta": {
|
654 |
+
"Eta": "0.2",
|
655 |
+
"Size": "816x1224",
|
656 |
+
"seed": 2340382663,
|
657 |
+
"steps": 30,
|
658 |
+
"prompt": "absurdres, highres, ultra detailed, (1girl:1.3), mature female:1.49,huge breasts, nsfw,from above:1.2,stick out tongue,\nBREAK\nZentangle, structured patterns, meditative drawing, intricate designs, focus and relaxation, creative doodling, artistic expression\nBREAK\ntypography, lettering art, calligraphy, expressive fonts, visual language, graphic design, creative communication\nBREAK\nman cook,big penis,semen",
|
659 |
+
"sampler": "DPM++ SDE Karras",
|
660 |
+
"cfgScale": 7,
|
661 |
+
"Clip skip": "2",
|
662 |
+
"Mask blur": "4",
|
663 |
+
"resources": [],
|
664 |
+
"Model hash": "511b22e2c0",
|
665 |
+
"Mimic scale": "7",
|
666 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, ((eyelashes)), ((speech bubble))",
|
667 |
+
"Denoising strength": "0.4",
|
668 |
+
"SD upscale overlap": "64",
|
669 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
670 |
+
"Threshold percentile": "100",
|
671 |
+
"Dynamic thresholding enabled": "True"
|
672 |
+
}
|
673 |
+
},
|
674 |
+
{
|
675 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c13515e-19c8-4b4e-99bf-16e73350c73b/width=450/874344.jpeg",
|
676 |
+
"nsfw": "None",
|
677 |
+
"width": 1387,
|
678 |
+
"height": 2080,
|
679 |
+
"hash": "UJMZ?-M{~q-;~VIUE1t8RiM{D%WY00Rjs;W=",
|
680 |
+
"meta": {
|
681 |
+
"Eta": "0.2",
|
682 |
+
"Size": "816x1224",
|
683 |
+
"seed": 209498782,
|
684 |
+
"steps": 30,
|
685 |
+
"prompt": "absurdres, highres, ultra detailed, (1girl:1.3), mature female:1.49,\nBREAK \n Zentangle, structured patterns, meditative drawing, intricate designs, focus and relaxation, creative doodling, artistic expression\nBREAK\ntypography, lettering art, calligraphy, expressive fonts, visual language, graphic design, creative communication",
|
686 |
+
"sampler": "DPM++ SDE Karras",
|
687 |
+
"cfgScale": 7,
|
688 |
+
"Clip skip": "2",
|
689 |
+
"Mask blur": "4",
|
690 |
+
"resources": [],
|
691 |
+
"Model hash": "511b22e2c0",
|
692 |
+
"Mimic scale": "7",
|
693 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
694 |
+
"Denoising strength": "0.4",
|
695 |
+
"SD upscale overlap": "64",
|
696 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
697 |
+
"Threshold percentile": "100",
|
698 |
+
"Dynamic thresholding enabled": "True"
|
699 |
+
}
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc4a9edf-0893-49c7-a8b5-e054e4614d8a/width=450/874333.jpeg",
|
703 |
+
"nsfw": "Mature",
|
704 |
+
"width": 1387,
|
705 |
+
"height": 2080,
|
706 |
+
"hash": "UROWKS?H?^xb?GxuXSIo?wIUV@tRf$R%o3oL",
|
707 |
+
"meta": {
|
708 |
+
"Eta": "0.2",
|
709 |
+
"Size": "816x1224",
|
710 |
+
"seed": 641002020,
|
711 |
+
"steps": 30,
|
712 |
+
"prompt": "portrait of beautiful woman, origami tropical flowers, [alphonse mucha|surrealism], minimalism, (nude:0.8), dynamic pose <lora:blindbox_V1Mix:0.7>",
|
713 |
+
"sampler": "DPM++ SDE Karras",
|
714 |
+
"cfgScale": 7,
|
715 |
+
"Clip skip": "2",
|
716 |
+
"Mask blur": "4",
|
717 |
+
"resources": [
|
718 |
+
{
|
719 |
+
"name": "blindbox_V1Mix",
|
720 |
+
"type": "lora",
|
721 |
+
"weight": 0.7
|
722 |
+
}
|
723 |
+
],
|
724 |
+
"Model hash": "511b22e2c0",
|
725 |
+
"Mimic scale": "7",
|
726 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
727 |
+
"Denoising strength": "0.4",
|
728 |
+
"SD upscale overlap": "64",
|
729 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
730 |
+
"Threshold percentile": "100",
|
731 |
+
"Dynamic thresholding enabled": "True"
|
732 |
+
}
|
733 |
+
},
|
734 |
+
{
|
735 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f102ad6b-4580-478b-b48f-4dc286f0a743/width=450/874365.jpeg",
|
736 |
+
"nsfw": "X",
|
737 |
+
"width": 1387,
|
738 |
+
"height": 2080,
|
739 |
+
"hash": "UPLNcF-;buIo~q-;xus:kWNHMxWW%0Rk9GoL",
|
740 |
+
"meta": {
|
741 |
+
"Eta": "0.2",
|
742 |
+
"Size": "816x1224",
|
743 |
+
"seed": 1018192035,
|
744 |
+
"steps": 30,
|
745 |
+
"prompt": "absurdres, highres, ultra detailed, (1girl:1.3), mature female:1.49,huge breasts, nsfw,from above:1.2,stick out tongue,ecstasy face,one eye close, full body,\nBREAK\nZentangle, structured patterns, meditative drawing, intricate designs, focus and relaxation, creative doodling, artistic expression\nBREAK\ntypography, lettering art, calligraphy, expressive fonts, visual language, graphic design, creative communication\nBREAK\nman cook,big penis,semen",
|
746 |
+
"sampler": "DPM++ SDE Karras",
|
747 |
+
"cfgScale": 7,
|
748 |
+
"Clip skip": "2",
|
749 |
+
"Mask blur": "4",
|
750 |
+
"resources": [],
|
751 |
+
"Model hash": "511b22e2c0",
|
752 |
+
"Mimic scale": "7",
|
753 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, ((eyelashes)), ((speech bubble))",
|
754 |
+
"Denoising strength": "0.4",
|
755 |
+
"SD upscale overlap": "64",
|
756 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
757 |
+
"Threshold percentile": "100",
|
758 |
+
"Dynamic thresholding enabled": "True"
|
759 |
+
}
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a04c40b5-b865-4997-85c1-66726bac6ad9/width=450/874361.jpeg",
|
763 |
+
"nsfw": "X",
|
764 |
+
"width": 1387,
|
765 |
+
"height": 2080,
|
766 |
+
"hash": "UMLX74-p-;x]_N-;tRIAtR9F4njF-;WqM_o#",
|
767 |
+
"meta": {
|
768 |
+
"Eta": "0.2",
|
769 |
+
"Size": "816x1224",
|
770 |
+
"seed": 1969699434,
|
771 |
+
"steps": 30,
|
772 |
+
"prompt": "absurdres, highres, ultra detailed, (1girl:1.3), mature female:1.49,\nBREAK \n Zentangle, structured patterns, meditative drawing, intricate designs, focus and relaxation, creative doodling, artistic expression\nBREAK\ntypography, lettering art, calligraphy, expressive fonts, visual language, graphic design, creative communication",
|
773 |
+
"sampler": "DPM++ SDE Karras",
|
774 |
+
"cfgScale": 7,
|
775 |
+
"Clip skip": "2",
|
776 |
+
"Mask blur": "4",
|
777 |
+
"resources": [],
|
778 |
+
"Model hash": "511b22e2c0",
|
779 |
+
"Mimic scale": "7",
|
780 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
781 |
+
"Denoising strength": "0.4",
|
782 |
+
"SD upscale overlap": "64",
|
783 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
784 |
+
"Threshold percentile": "100",
|
785 |
+
"Dynamic thresholding enabled": "True"
|
786 |
+
}
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e742c4d-c1d8-4efc-99e5-654ffdac281a/width=450/874318.jpeg",
|
790 |
+
"nsfw": "None",
|
791 |
+
"width": 1536,
|
792 |
+
"height": 2304,
|
793 |
+
"hash": "UbGINBX8bux]_4WBWVo}tRWBt8X8-pNGxuju",
|
794 |
+
"meta": {
|
795 |
+
"Eta": "0.2",
|
796 |
+
"Size": "1024x1536",
|
797 |
+
"seed": 563295930,
|
798 |
+
"steps": 30,
|
799 |
+
"hashes": {
|
800 |
+
"vae": "600345c503",
|
801 |
+
"model": "511b22e2c0",
|
802 |
+
"embed:badhandv4": "5e40d722fc",
|
803 |
+
"embed:verybadimagenegative_v1.3": "d70463f870"
|
804 |
+
},
|
805 |
+
"prompt": "masterpiece, best quality,2girl,young girl, pearl eyes, chocolate, ((fauxhawk)),sleepy _face,shiny skin,huge breasts,nice leg line:1.3,thick thighs, thin waist,short sleeve school uniform, aquamarine necktie, pencil skirt, pantyhose, flats, , Sandy_shore_by_the_ocean,,looking at viewer,from front,full body",
|
806 |
+
"sampler": "DPM++ SDE Karras",
|
807 |
+
"cfgScale": 7,
|
808 |
+
"Clip skip": "2",
|
809 |
+
"Mask blur": "4",
|
810 |
+
"resources": [],
|
811 |
+
"Model hash": "511b22e2c0",
|
812 |
+
"Mimic scale": "7",
|
813 |
+
"negativePrompt": "verybadimagenegative_v1.3, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
814 |
+
"Denoising strength": "0.4",
|
815 |
+
"SD upscale overlap": "64",
|
816 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
817 |
+
"Threshold percentile": "100",
|
818 |
+
"Dynamic thresholding enabled": "True"
|
819 |
+
}
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faf8a93b-c0b4-4cdb-a3d6-2022e8aa8600/width=450/874357.jpeg",
|
823 |
+
"nsfw": "Mature",
|
824 |
+
"width": 1387,
|
825 |
+
"height": 2080,
|
826 |
+
"hash": "UHLqCNM{?v^+~poLIAae0e4nE1VsD%WBt7Mx",
|
827 |
+
"meta": {
|
828 |
+
"Eta": "0.2",
|
829 |
+
"Size": "816x1224",
|
830 |
+
"seed": 2461728025,
|
831 |
+
"steps": 30,
|
832 |
+
"prompt": "absurdres, highres, ultra detailed, (1girl:1.3), mature female:1.49,\nBREAK \n Zentangle, structured patterns, meditative drawing, intricate designs, focus and relaxation, creative doodling, artistic expression\nBREAK\ntypography, lettering art, calligraphy, expressive fonts, visual language, graphic design, creative communication",
|
833 |
+
"sampler": "DPM++ SDE Karras",
|
834 |
+
"cfgScale": 7,
|
835 |
+
"Clip skip": "2",
|
836 |
+
"Mask blur": "4",
|
837 |
+
"resources": [],
|
838 |
+
"Model hash": "511b22e2c0",
|
839 |
+
"Mimic scale": "7",
|
840 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
841 |
+
"Denoising strength": "0.4",
|
842 |
+
"SD upscale overlap": "64",
|
843 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
844 |
+
"Threshold percentile": "100",
|
845 |
+
"Dynamic thresholding enabled": "True"
|
846 |
+
}
|
847 |
+
},
|
848 |
+
{
|
849 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b47ce79c-170c-4f2e-bfd1-920eb4a4bba0/width=450/874325.jpeg",
|
850 |
+
"nsfw": "X",
|
851 |
+
"width": 1387,
|
852 |
+
"height": 2080,
|
853 |
+
"hash": "UbM6k|E0ozRk-pocxts;xat6R*jb~WNGIoWD",
|
854 |
+
"meta": {
|
855 |
+
"Eta": "0.2",
|
856 |
+
"Size": "816x1224",
|
857 |
+
"seed": 1535420280,
|
858 |
+
"steps": 30,
|
859 |
+
"prompt": "(masterpiece:1.2, best quality), (Soft light), (shiny skin), 2girls, off shoulders, between breasts, blonde hair, breast hold, breasts, choker, cleavage, collarbone, pajamas, green eyes, huge tits, short hair, looking at viewer, multiple girls, pink background, pink eyes, facing breasts,realistic:1.4",
|
860 |
+
"sampler": "DPM++ SDE Karras",
|
861 |
+
"cfgScale": 7,
|
862 |
+
"Clip skip": "2",
|
863 |
+
"Mask blur": "4",
|
864 |
+
"resources": [],
|
865 |
+
"Model hash": "511b22e2c0",
|
866 |
+
"Mimic scale": "7",
|
867 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
868 |
+
"Denoising strength": "0.4",
|
869 |
+
"SD upscale overlap": "64",
|
870 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
871 |
+
"Threshold percentile": "100",
|
872 |
+
"Dynamic thresholding enabled": "True"
|
873 |
+
}
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/995b95ca-1138-4af6-bb4d-4d3ad6ed0973/width=450/874330.jpeg",
|
877 |
+
"nsfw": "Soft",
|
878 |
+
"width": 1387,
|
879 |
+
"height": 2080,
|
880 |
+
"hash": "UCH27x00Im~q?u-V9ZJ%.9aK9F.8-p4:nj?b",
|
881 |
+
"meta": {
|
882 |
+
"Eta": "0.2",
|
883 |
+
"Size": "816x1224",
|
884 |
+
"seed": 3739941526,
|
885 |
+
"steps": 30,
|
886 |
+
"prompt": "1girl,RAW, absurdres, (detailed face:1.3), masterpiece,(gorgeous, beautiful, and cute 21-year-old woman of Korean descent:1.3),(K-pop star),(intricate detailed),(realistic:1.2), perfect anatomy,(large breasts:1.2),(seductive smile),(petite head), ((perfect eyes)), ((perfect face)),(slender body:1.3), (medium black hair,bangs),in park,outdoor,tank top,tight_pants,from above:1.2",
|
887 |
+
"sampler": "DPM++ SDE Karras",
|
888 |
+
"cfgScale": 7,
|
889 |
+
"Clip skip": "2",
|
890 |
+
"Mask blur": "4",
|
891 |
+
"resources": [],
|
892 |
+
"Model hash": "511b22e2c0",
|
893 |
+
"Mimic scale": "7",
|
894 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
895 |
+
"Denoising strength": "0.4",
|
896 |
+
"SD upscale overlap": "64",
|
897 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
898 |
+
"Threshold percentile": "100",
|
899 |
+
"Dynamic thresholding enabled": "True"
|
900 |
+
}
|
901 |
+
}
|
902 |
+
],
|
903 |
+
"downloadUrl": "https://civitai.com/api/download/models/77969"
|
904 |
+
}
|
905 |
+
]
|
906 |
+
}
|
BBMIX-LUCI/bbmixLUCI_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:511b22e2c05666e48b7e5a05c441035da2df6a45f8a6f7affed2a7b270d62a57
|
3 |
+
size 2378777673
|
BBMIX-LUCI/bbmixLUCI_v20.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7e3164ab58bf77ec1c8c30307c76e9ae83b0ad2d19330d6bdbb2c390bf15d41
|
3 |
+
size 4097913910
|
BBMIX-NUNU/README.txt
ADDED
@@ -0,0 +1,420 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 85071,
|
3 |
+
"name": "BBMIX-NUNU",
|
4 |
+
"description": "<h1 id=\"bbmix-julia\">BBMIX-NUNU (Semi-realstic)</h1><p>Model with thick lines and healthy beauty</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, (nice leg line:1.3),thin waist</p></li><li><p>((huge breasts:1.49)) --> Basically, the chest is printed small</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /></p><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /></p><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /></p><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><p></p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>Because this modelbase is a 3D and semirealistic model, it excludes the 2D highlight prompt and the flat color highlight prompt.</p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": false,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 691,
|
14 |
+
"favoriteCount": 184,
|
15 |
+
"commentCount": 0,
|
16 |
+
"ratingCount": 4,
|
17 |
+
"rating": 5
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"photorealistic",
|
27 |
+
"sexy",
|
28 |
+
"female",
|
29 |
+
"woman",
|
30 |
+
"girls",
|
31 |
+
"realistic"
|
32 |
+
],
|
33 |
+
"modelVersions": [
|
34 |
+
{
|
35 |
+
"id": 90415,
|
36 |
+
"modelId": 85071,
|
37 |
+
"name": "v1.0",
|
38 |
+
"createdAt": "2023-06-06T14:16:52.633Z",
|
39 |
+
"updatedAt": "2023-06-06T14:34:08.211Z",
|
40 |
+
"trainedWords": [
|
41 |
+
"masterpiece",
|
42 |
+
"best quality"
|
43 |
+
],
|
44 |
+
"baseModel": "SD 1.5",
|
45 |
+
"earlyAccessTimeFrame": 0,
|
46 |
+
"description": "<p>RC1</p>",
|
47 |
+
"stats": {
|
48 |
+
"downloadCount": 691,
|
49 |
+
"ratingCount": 4,
|
50 |
+
"rating": 5
|
51 |
+
},
|
52 |
+
"files": [
|
53 |
+
{
|
54 |
+
"name": "bbmixNUNU_v10.safetensors",
|
55 |
+
"id": 62179,
|
56 |
+
"sizeKB": 2323025.072265625,
|
57 |
+
"type": "Model",
|
58 |
+
"metadata": {
|
59 |
+
"fp": "fp16",
|
60 |
+
"size": "pruned",
|
61 |
+
"format": "SafeTensor"
|
62 |
+
},
|
63 |
+
"pickleScanResult": "Success",
|
64 |
+
"pickleScanMessage": "No Pickle imports",
|
65 |
+
"virusScanResult": "Success",
|
66 |
+
"scannedAt": "2023-06-06T14:26:41.137Z",
|
67 |
+
"hashes": {
|
68 |
+
"AutoV1": "D24CAC70",
|
69 |
+
"AutoV2": "0D224CB62A",
|
70 |
+
"SHA256": "0D224CB62A15330C714CA06EEB8E8023946F907CA1C759BCCA96B2A871027E80",
|
71 |
+
"CRC32": "1C3B76E5",
|
72 |
+
"BLAKE3": "3B4DE9938B588B6B08804CC2762242B510847960BE1235F6E0284F81F498FC3E"
|
73 |
+
},
|
74 |
+
"downloadUrl": "https://civitai.com/api/download/models/90415",
|
75 |
+
"primary": true
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"name": "clearvae_main2.safetensors",
|
79 |
+
"id": 62177,
|
80 |
+
"sizeKB": 326797.86328125,
|
81 |
+
"type": "VAE",
|
82 |
+
"metadata": {
|
83 |
+
"fp": null,
|
84 |
+
"size": null,
|
85 |
+
"format": "Other"
|
86 |
+
},
|
87 |
+
"pickleScanResult": "Success",
|
88 |
+
"pickleScanMessage": "No Pickle imports",
|
89 |
+
"virusScanResult": "Success",
|
90 |
+
"scannedAt": "2023-06-06T14:20:56.792Z",
|
91 |
+
"hashes": {
|
92 |
+
"AutoV1": "89ABF451",
|
93 |
+
"AutoV2": "600345C503",
|
94 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
95 |
+
"CRC32": "A5AC268D",
|
96 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
97 |
+
},
|
98 |
+
"downloadUrl": "https://civitai.com/api/download/models/90415?type=VAE&format=Other"
|
99 |
+
}
|
100 |
+
],
|
101 |
+
"images": [
|
102 |
+
{
|
103 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c2c9a0d-9646-4ea0-bce8-53912c0b211b/width=450/1050305.jpeg",
|
104 |
+
"nsfw": "None",
|
105 |
+
"width": 4096,
|
106 |
+
"height": 6144,
|
107 |
+
"hash": "UKH_Z6gjyC~ql9_3E2%gEf4;xvIW.8IWRkxb",
|
108 |
+
"meta": null
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/774a37ef-cebe-4515-b685-ccb2adeab7e3/width=450/1050370.jpeg",
|
112 |
+
"nsfw": "Mature",
|
113 |
+
"width": 1024,
|
114 |
+
"height": 1536,
|
115 |
+
"hash": "UFG[c]4.Bm?HB=%L-;e.pcIVtS9Z_NE1^+s:",
|
116 |
+
"meta": {
|
117 |
+
"Size": "512x768",
|
118 |
+
"seed": 123303738,
|
119 |
+
"steps": 30,
|
120 |
+
"Script": "Detection Detailer",
|
121 |
+
"hashes": {
|
122 |
+
"vae": "600345c503"
|
123 |
+
},
|
124 |
+
"prompt": "masterpiece, best quality,2girl,young girl, dark_slate_blue eyes, burgundy, pixie cut with bangs,boring _face,pale skin,large breasts,nice leg line,thick thighs, thin waist,, Blue_see-through_lace_top, white_bralette, black_jeans, blue_heels, cityscape,looking at viewer,from above:1.2,dynamic angle",
|
125 |
+
"sampler": "DPM++ 2M Karras",
|
126 |
+
"cfgScale": 7,
|
127 |
+
"Clip skip": "2",
|
128 |
+
"resources": [],
|
129 |
+
"Model hash": "0d224cb62a",
|
130 |
+
"Hires steps": "10",
|
131 |
+
"Mimic scale": "7",
|
132 |
+
"DDetailer cfg": "7",
|
133 |
+
"Hires upscale": "2",
|
134 |
+
"Hires upscaler": "SwinIR_4x",
|
135 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy",
|
136 |
+
"DDetailer conf a": "30",
|
137 |
+
"DDetailer conf b": "30",
|
138 |
+
"DDetailer bitwise": "None",
|
139 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
140 |
+
"DDetailer model b": "None",
|
141 |
+
"Denoising strength": "0.4",
|
142 |
+
"DDetailer denoising": "0.4",
|
143 |
+
"DDetailer mask blur": "4",
|
144 |
+
"DDetailer dilation a": "4",
|
145 |
+
"DDetailer dilation b": "4",
|
146 |
+
"DDetailer offset x a": "0",
|
147 |
+
"DDetailer offset x b": "0",
|
148 |
+
"DDetailer offset y a": "0",
|
149 |
+
"DDetailer offset y b": "0",
|
150 |
+
"Threshold percentile": "100",
|
151 |
+
"DDetailer inpaint full": "True",
|
152 |
+
"DDetailer preprocess b": "False",
|
153 |
+
"DDetailer inpaint padding": "32",
|
154 |
+
"Dynamic thresholding enabled": "True"
|
155 |
+
}
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a672f6e4-89d6-41de-bb87-76684d9f4961/width=450/1050396.jpeg",
|
159 |
+
"nsfw": "Mature",
|
160 |
+
"width": 1024,
|
161 |
+
"height": 1536,
|
162 |
+
"hash": "U7G[E700004mK+;dI]R#J}Mcys-VI:IT$,a^",
|
163 |
+
"meta": {
|
164 |
+
"Size": "512x768",
|
165 |
+
"seed": 2337828582,
|
166 |
+
"steps": 30,
|
167 |
+
"Script": "Detection Detailer",
|
168 |
+
"hashes": {
|
169 |
+
"vae": "600345c503"
|
170 |
+
},
|
171 |
+
"prompt": "masterpiece, best quality,4girl,young girl, golden_brown eyes, light brown, graduated bob,scoffing _face,pale skin,huge breasts,nice leg line,thick thighs, thin waist,, Lingerie_look_lace_camisole, high-waisted_black_jeans, black_strappy_heels, gold_hoop_earrings, black_leather_crossbody_bag, cityscape,looking at viewer,from front,upper body",
|
172 |
+
"sampler": "DPM++ 2M Karras",
|
173 |
+
"cfgScale": 7,
|
174 |
+
"Clip skip": "2",
|
175 |
+
"resources": [],
|
176 |
+
"Model hash": "0d224cb62a",
|
177 |
+
"Hires steps": "10",
|
178 |
+
"Mimic scale": "7",
|
179 |
+
"DDetailer cfg": "7",
|
180 |
+
"Hires upscale": "2",
|
181 |
+
"Hires upscaler": "SwinIR_4x",
|
182 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy",
|
183 |
+
"DDetailer conf a": "30",
|
184 |
+
"DDetailer conf b": "30",
|
185 |
+
"DDetailer bitwise": "None",
|
186 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
187 |
+
"DDetailer model b": "None",
|
188 |
+
"Denoising strength": "0.4",
|
189 |
+
"DDetailer denoising": "0.4",
|
190 |
+
"DDetailer mask blur": "4",
|
191 |
+
"DDetailer dilation a": "4",
|
192 |
+
"DDetailer dilation b": "4",
|
193 |
+
"DDetailer offset x a": "0",
|
194 |
+
"DDetailer offset x b": "0",
|
195 |
+
"DDetailer offset y a": "0",
|
196 |
+
"DDetailer offset y b": "0",
|
197 |
+
"Threshold percentile": "100",
|
198 |
+
"DDetailer inpaint full": "True",
|
199 |
+
"DDetailer preprocess b": "False",
|
200 |
+
"DDetailer inpaint padding": "32",
|
201 |
+
"Dynamic thresholding enabled": "True"
|
202 |
+
}
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48716cfe-873f-4608-972d-b4382303e392/width=450/1050372.jpeg",
|
206 |
+
"nsfw": "None",
|
207 |
+
"width": 1024,
|
208 |
+
"height": 1536,
|
209 |
+
"hash": "UFHBiDN|R24n~V01E1ShyDRjOtn,OYIU$*xG",
|
210 |
+
"meta": {
|
211 |
+
"Size": "512x768",
|
212 |
+
"seed": 2291691963,
|
213 |
+
"steps": 30,
|
214 |
+
"Script": "Detection Detailer",
|
215 |
+
"hashes": {
|
216 |
+
"vae": "600345c503"
|
217 |
+
},
|
218 |
+
"prompt": "masterpiece, best quality,4girl,young girl, beer eyes, blonde, cornrows,charmed _face,pale skin,large breasts,nice leg line,thick thighs, thin waist,, Cropped_denim_jacket, white_t-shirt, printed_mini_skirt, black_ankle_boots, woven_tote_bag, , Enclosed_space_for_growing_and_exhibiting_plants,,looking at viewer,cowboy shot,upper body",
|
219 |
+
"sampler": "DPM++ 2M Karras",
|
220 |
+
"cfgScale": 7,
|
221 |
+
"Clip skip": "2",
|
222 |
+
"resources": [],
|
223 |
+
"Model hash": "0d224cb62a",
|
224 |
+
"Hires steps": "10",
|
225 |
+
"Mimic scale": "7",
|
226 |
+
"DDetailer cfg": "7",
|
227 |
+
"Hires upscale": "2",
|
228 |
+
"Hires upscaler": "SwinIR_4x",
|
229 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy",
|
230 |
+
"DDetailer conf a": "30",
|
231 |
+
"DDetailer conf b": "30",
|
232 |
+
"DDetailer bitwise": "None",
|
233 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
234 |
+
"DDetailer model b": "None",
|
235 |
+
"Denoising strength": "0.4",
|
236 |
+
"DDetailer denoising": "0.4",
|
237 |
+
"DDetailer mask blur": "4",
|
238 |
+
"DDetailer dilation a": "4",
|
239 |
+
"DDetailer dilation b": "4",
|
240 |
+
"DDetailer offset x a": "0",
|
241 |
+
"DDetailer offset x b": "0",
|
242 |
+
"DDetailer offset y a": "0",
|
243 |
+
"DDetailer offset y b": "0",
|
244 |
+
"Threshold percentile": "100",
|
245 |
+
"DDetailer inpaint full": "True",
|
246 |
+
"DDetailer preprocess b": "False",
|
247 |
+
"DDetailer inpaint padding": "32",
|
248 |
+
"Dynamic thresholding enabled": "True"
|
249 |
+
}
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45cbe2b5-bc32-40d6-8a56-08d782a4c7e2/width=450/1050398.jpeg",
|
253 |
+
"nsfw": "Mature",
|
254 |
+
"width": 1024,
|
255 |
+
"height": 1536,
|
256 |
+
"hash": "UDFrO^000J~Vl9#XRRXRaME0-=-pNxE0%2%M",
|
257 |
+
"meta": {
|
258 |
+
"Size": "512x768",
|
259 |
+
"seed": 954613784,
|
260 |
+
"steps": 30,
|
261 |
+
"Script": "Detection Detailer",
|
262 |
+
"hashes": {
|
263 |
+
"vae": "600345c503"
|
264 |
+
},
|
265 |
+
"prompt": "masterpiece, best quality,1girl,young girl, rust eyes, ash brown, spiked hair,frustrated _face,pale skin,large breasts,nice leg line,thick thighs, thin waist,, White_linen_button-up_blouse, denim_cutoff_shorts, shell_choker_necklace, brown_leather_sandals, woven_crossbody_bag, , An_outdoor_garden_with_a_dense_growth_of_bamboo,,looking at viewer,random pose,upper body",
|
266 |
+
"sampler": "DPM++ 2M Karras",
|
267 |
+
"cfgScale": 7,
|
268 |
+
"Clip skip": "2",
|
269 |
+
"resources": [],
|
270 |
+
"Model hash": "0d224cb62a",
|
271 |
+
"Hires steps": "10",
|
272 |
+
"Mimic scale": "7",
|
273 |
+
"DDetailer cfg": "7",
|
274 |
+
"Hires upscale": "2",
|
275 |
+
"Hires upscaler": "SwinIR_4x",
|
276 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy",
|
277 |
+
"DDetailer conf a": "30",
|
278 |
+
"DDetailer conf b": "30",
|
279 |
+
"DDetailer bitwise": "None",
|
280 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
281 |
+
"DDetailer model b": "None",
|
282 |
+
"Denoising strength": "0.4",
|
283 |
+
"DDetailer denoising": "0.4",
|
284 |
+
"DDetailer mask blur": "4",
|
285 |
+
"DDetailer dilation a": "4",
|
286 |
+
"DDetailer dilation b": "4",
|
287 |
+
"DDetailer offset x a": "0",
|
288 |
+
"DDetailer offset x b": "0",
|
289 |
+
"DDetailer offset y a": "0",
|
290 |
+
"DDetailer offset y b": "0",
|
291 |
+
"Threshold percentile": "100",
|
292 |
+
"DDetailer inpaint full": "True",
|
293 |
+
"DDetailer preprocess b": "False",
|
294 |
+
"DDetailer inpaint padding": "32",
|
295 |
+
"Dynamic thresholding enabled": "True"
|
296 |
+
}
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaa9824e-a519-446b-b543-9db8427fc45f/width=450/1050329.jpeg",
|
300 |
+
"nsfw": "X",
|
301 |
+
"width": 4096,
|
302 |
+
"height": 6144,
|
303 |
+
"hash": "UUF~RF-ARh%g.TIAIVNeX.MxaeIo%M%1tQoI",
|
304 |
+
"meta": null
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2cfe56b-3df4-4298-946d-7c9bc4d879c0/width=450/1050375.jpeg",
|
308 |
+
"nsfw": "Mature",
|
309 |
+
"width": 1024,
|
310 |
+
"height": 1536,
|
311 |
+
"hash": "UKFYfikZ0KIA?vIoNyt7cEM{%Nt5_4ahRPNG",
|
312 |
+
"meta": {
|
313 |
+
"Size": "512x768",
|
314 |
+
"seed": 884351467,
|
315 |
+
"steps": 30,
|
316 |
+
"Script": "Detection Detailer",
|
317 |
+
"hashes": {
|
318 |
+
"vae": "600345c503"
|
319 |
+
},
|
320 |
+
"prompt": "masterpiece, best quality,2girl,young girl, shamrock_green eyes, strawberry blonde, dreadlocks,nervous _face,pale skin,flat chest,nice leg line,thick thighs, thin waist,, Coral_ruffle_crop_top, white_skinny_jeans, nude_block_heels, gold_hoop_earrings, and_a_dainty_gold_necklace, cityscape,looking at viewer,from side,dutch angle",
|
321 |
+
"sampler": "DPM++ 2M Karras",
|
322 |
+
"cfgScale": 7,
|
323 |
+
"Clip skip": "2",
|
324 |
+
"resources": [],
|
325 |
+
"Model hash": "0d224cb62a",
|
326 |
+
"Hires steps": "10",
|
327 |
+
"Mimic scale": "7",
|
328 |
+
"DDetailer cfg": "7",
|
329 |
+
"Hires upscale": "2",
|
330 |
+
"Hires upscaler": "SwinIR_4x",
|
331 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy",
|
332 |
+
"DDetailer conf a": "30",
|
333 |
+
"DDetailer conf b": "30",
|
334 |
+
"DDetailer bitwise": "None",
|
335 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
336 |
+
"DDetailer model b": "None",
|
337 |
+
"Denoising strength": "0.4",
|
338 |
+
"DDetailer denoising": "0.4",
|
339 |
+
"DDetailer mask blur": "4",
|
340 |
+
"DDetailer dilation a": "4",
|
341 |
+
"DDetailer dilation b": "4",
|
342 |
+
"DDetailer offset x a": "0",
|
343 |
+
"DDetailer offset x b": "0",
|
344 |
+
"DDetailer offset y a": "0",
|
345 |
+
"DDetailer offset y b": "0",
|
346 |
+
"Threshold percentile": "100",
|
347 |
+
"DDetailer inpaint full": "True",
|
348 |
+
"DDetailer preprocess b": "False",
|
349 |
+
"DDetailer inpaint padding": "32",
|
350 |
+
"Dynamic thresholding enabled": "True"
|
351 |
+
}
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b59ec4a9-18a5-4c74-a2b0-d51a602aaf64/width=450/1050203.jpeg",
|
355 |
+
"nsfw": "Soft",
|
356 |
+
"width": 4096,
|
357 |
+
"height": 6144,
|
358 |
+
"hash": "ULF~Ew4;Oiae~WE3OXIUIAIo-=V@E2IV%2oL",
|
359 |
+
"meta": null
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc0e83fa-7758-41eb-bae0-3b04b27019cf/width=450/1050221.jpeg",
|
363 |
+
"nsfw": "None",
|
364 |
+
"width": 4096,
|
365 |
+
"height": 6144,
|
366 |
+
"hash": "UCGR-r009q?H5Xwz0K?b0Kot-qS0~9Vx-=M{",
|
367 |
+
"meta": null
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c66fdb76-87ee-4b16-9ba8-a5beb1383065/width=450/1050241.jpeg",
|
371 |
+
"nsfw": "Soft",
|
372 |
+
"width": 1024,
|
373 |
+
"height": 1536,
|
374 |
+
"hash": "UTFO[t~W%Lxvg4t8X9R.-:xaXSR,IUbIxv%2",
|
375 |
+
"meta": {
|
376 |
+
"Size": "512x768",
|
377 |
+
"seed": 1181404157,
|
378 |
+
"steps": 30,
|
379 |
+
"Script": "Detection Detailer",
|
380 |
+
"hashes": {
|
381 |
+
"vae": "600345c503"
|
382 |
+
},
|
383 |
+
"prompt": "masterpiece, best quality,3girl,28 year old woman,brown eyes, ash brown, textured hair,unstable _face,pale skin,large breasts,nice leg line,thick thighs, thin waist,, Denim_overall_dress, white_sneakers, hoop_earrings, leather_backpack, layered_necklaces, , Outdoor_area_filled_with_blooming_lavender,,shiny_pantyhose:1.3,looking at viewer,random pose,",
|
384 |
+
"sampler": "DPM++ 2M Karras",
|
385 |
+
"cfgScale": 7,
|
386 |
+
"Clip skip": "2",
|
387 |
+
"resources": [],
|
388 |
+
"Model hash": "0d224cb62a",
|
389 |
+
"Hires steps": "10",
|
390 |
+
"Mimic scale": "7",
|
391 |
+
"DDetailer cfg": "7",
|
392 |
+
"Hires upscale": "2",
|
393 |
+
"Hires upscaler": "SwinIR_4x",
|
394 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy",
|
395 |
+
"DDetailer conf a": "30",
|
396 |
+
"DDetailer conf b": "30",
|
397 |
+
"DDetailer bitwise": "None",
|
398 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
399 |
+
"DDetailer model b": "None",
|
400 |
+
"Denoising strength": "0.4",
|
401 |
+
"DDetailer denoising": "0.4",
|
402 |
+
"DDetailer mask blur": "4",
|
403 |
+
"DDetailer dilation a": "4",
|
404 |
+
"DDetailer dilation b": "4",
|
405 |
+
"DDetailer offset x a": "0",
|
406 |
+
"DDetailer offset x b": "0",
|
407 |
+
"DDetailer offset y a": "0",
|
408 |
+
"DDetailer offset y b": "0",
|
409 |
+
"Threshold percentile": "100",
|
410 |
+
"DDetailer inpaint full": "True",
|
411 |
+
"DDetailer preprocess b": "False",
|
412 |
+
"DDetailer inpaint padding": "32",
|
413 |
+
"Dynamic thresholding enabled": "True"
|
414 |
+
}
|
415 |
+
}
|
416 |
+
],
|
417 |
+
"downloadUrl": "https://civitai.com/api/download/models/90415"
|
418 |
+
}
|
419 |
+
]
|
420 |
+
}
|
BBMIX-NUNU/bbmixNUNU_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d224cb62a15330c714ca06eeb8e8023946f907ca1c759bcca96b2a871027e80
|
3 |
+
size 2378777674
|
BBMIX-RUIS/README.txt
ADDED
@@ -0,0 +1,898 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 70099,
|
3 |
+
"name": "BBMIX-RUIS+",
|
4 |
+
"description": "<h1 id=\"bbmix-ruis\">BBMIX-RUIS+</h1><p>2023.06.12 - V1.5 Update.</p><p>I don't have much time these days, so I can't work. </p><p>My graphics are 3070 8g very slow. lol</p><p></p><p><strong>referral prompt</strong></p><ul><li><p>from above, from below</p></li><li><p>shiny skin, nice leg line: 1.3, thick thighs, thin waist,</p></li></ul><p><strong>negative</strong></p><ul><li><p>{1$$EasyNegative|verybadimagenegative_v1.3}</p></li></ul><p><strong>VAE</strong></p><ul><li><p>clearvae_main , clearvae_main2</p></li><li><p>vae-ft-mse-840000-ema-pruned</p></li></ul><p><br />We will continue to add sample images after finding good Loras so that we can copy and use EXIF in the sample post.</p><p></p><h2 id=\"precautions-be-sure-to-observe-this\">Precautions (Be sure to observe this)</h2><ol><li><p>Models may not be traded or sold. Because this is free. .</p></li><li><p>Models are not available for online paid services. (Free service available)</p></li><li><p>In using the model, all responsibility lies with the user.</p></li></ol><p></p><h1 id=\"how-to-high-quality\">How to high quality</h1><ol><li><p>You can output an image like the sample by using an extension to increase the quality. (All sample images were used with the extensions below)</p></li></ol><ul><li><p>1. Hires.fix -> SwinIR_4x <strong>or</strong> R-ESRGAN 4x+ Anime6B</p></li><li><p>2. Dynamic Thresholding (CFG Scale Fix)</p></li><li><p>3. Detection Detailer (must use)</p></li><li><p>4. SD upscaler <strong>or</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://oo.pe/https://www.upscayl.org/\">https://oo.pe/https://www.upscayl.org/</a></p></li></ul><p></p><h3 id=\"1hiresfix-built-in-or\">1.Hires.fix ( built-in ) or</h3><p></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b03b42-7fc2-45b6-97f9-2586f5fa353e/width=525/19b03b42-7fc2-45b6-97f9-2586f5fa353e.jpeg\" /></p><p></p><h3 id=\"2-dynamic-thresholding\">2. Dynamic Thresholding</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git\">https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git</a></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4af6e92-9d0c-4222-9131-d3445b22396f/width=525/a4af6e92-9d0c-4222-9131-d3445b22396f.jpeg\" /></p><p></p><h3 id=\"3detection-detailer\">3.Detection Detailer</h3><p><a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/dddetailer.git\">https://github.com/Bing-su/dddetailer.git</a></p><p><img src=\"https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6599bfa0-373f-4e9f-988e-aac60caaf6f1/width=525/6599bfa0-373f-4e9f-988e-aac60caaf6f1.jpeg\" /></p><p></p><p>Questions that do not use the above four cannot be answered. Please note that images printed without using the four extensions may not look good.</p><p></p><p></p><p></p><p></p><h1 id=\"tip\">TIP</h1><p>In order to keep token 75, do not insert resolution, detail, or quality tokens. Since extension add-ons such as DD or DT handle it anyway, there is no need to insert tokens like the ones below.</p><h2 id=\"bad-prompt-do-not-use\">bad prompt (do not use)</h2><p>official art, unity 8k wallpaper, ultra detailed, ultra high res, 8k uhd, film grain, delicate, RAW, light particles, detailed skin texture, detailed armor texture, detailed face, intricate details, ultra detailed</p><p>Reality Emphasis Prompt Excludes Detail Emphasis Prompt.</p><p></p><p></p><h1 id=\"notice\">Notice</h1><p>The sample images are created with random prompts and are only examples of what these images can be generated for.<span style=\"color:rgb(60, 64, 67)\"> </span>Therefore, images and prompts may not match.</p><p></p><p></p><p></p>",
|
5 |
+
"type": "Checkpoint",
|
6 |
+
"poi": false,
|
7 |
+
"nsfw": false,
|
8 |
+
"allowNoCredit": true,
|
9 |
+
"allowCommercialUse": "Rent",
|
10 |
+
"allowDerivatives": false,
|
11 |
+
"allowDifferentLicense": true,
|
12 |
+
"stats": {
|
13 |
+
"downloadCount": 1469,
|
14 |
+
"favoriteCount": 345,
|
15 |
+
"commentCount": 11,
|
16 |
+
"ratingCount": 6,
|
17 |
+
"rating": 4.33
|
18 |
+
},
|
19 |
+
"creator": {
|
20 |
+
"username": "BBMIX",
|
21 |
+
"image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53a85b9-71ea-471a-b944-e4f245850c00/width=96/BBMIX.jpeg"
|
22 |
+
},
|
23 |
+
"tags": [
|
24 |
+
"anime",
|
25 |
+
"character",
|
26 |
+
"sexy",
|
27 |
+
"female",
|
28 |
+
"manga",
|
29 |
+
"woman",
|
30 |
+
"girls"
|
31 |
+
],
|
32 |
+
"modelVersions": [
|
33 |
+
{
|
34 |
+
"id": 94551,
|
35 |
+
"modelId": 70099,
|
36 |
+
"name": "v1.5",
|
37 |
+
"createdAt": "2023-06-12T13:29:12.105Z",
|
38 |
+
"updatedAt": "2023-06-12T13:34:31.429Z",
|
39 |
+
"trainedWords": [
|
40 |
+
"masterpiece",
|
41 |
+
"best quality"
|
42 |
+
],
|
43 |
+
"baseModel": "SD 1.5",
|
44 |
+
"earlyAccessTimeFrame": 0,
|
45 |
+
"description": "<p>RUIS+LUCI+NUNU = RUIS++</p>",
|
46 |
+
"stats": {
|
47 |
+
"downloadCount": 586,
|
48 |
+
"ratingCount": 2,
|
49 |
+
"rating": 5
|
50 |
+
},
|
51 |
+
"files": [
|
52 |
+
{
|
53 |
+
"name": "clearvae_main2.safetensors",
|
54 |
+
"id": 65439,
|
55 |
+
"sizeKB": 326797.86328125,
|
56 |
+
"type": "VAE",
|
57 |
+
"metadata": {
|
58 |
+
"fp": null,
|
59 |
+
"size": null,
|
60 |
+
"format": "Other"
|
61 |
+
},
|
62 |
+
"pickleScanResult": "Success",
|
63 |
+
"pickleScanMessage": "No Pickle imports",
|
64 |
+
"virusScanResult": "Success",
|
65 |
+
"scannedAt": "2023-06-12T13:31:53.508Z",
|
66 |
+
"hashes": {
|
67 |
+
"AutoV1": "89ABF451",
|
68 |
+
"AutoV2": "600345C503",
|
69 |
+
"SHA256": "600345C503784CD77536D714F0E4C43F9E1FA4379007E730D54C454C66EE36DB",
|
70 |
+
"CRC32": "A5AC268D",
|
71 |
+
"BLAKE3": "389F5954F26D7C555C7FEC603F1836DC5DEB40707A330E2433AAE5379BF5CB43"
|
72 |
+
},
|
73 |
+
"downloadUrl": "https://civitai.com/api/download/models/94551?type=VAE&format=Other"
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"name": "bbmixRUIS_v15.safetensors",
|
77 |
+
"id": 65441,
|
78 |
+
"sizeKB": 2323025.072265625,
|
79 |
+
"type": "Model",
|
80 |
+
"metadata": {
|
81 |
+
"fp": "fp16",
|
82 |
+
"size": "pruned",
|
83 |
+
"format": "SafeTensor"
|
84 |
+
},
|
85 |
+
"pickleScanResult": "Success",
|
86 |
+
"pickleScanMessage": "No Pickle imports",
|
87 |
+
"virusScanResult": "Success",
|
88 |
+
"scannedAt": "2023-06-12T13:37:59.225Z",
|
89 |
+
"hashes": {
|
90 |
+
"AutoV1": "D24CAC70",
|
91 |
+
"AutoV2": "54335861AD",
|
92 |
+
"SHA256": "54335861AD3F17E3FBD84BB95FF80F537BAC890211E1C5D45AC741FB8484196B",
|
93 |
+
"CRC32": "F2D0FCBD",
|
94 |
+
"BLAKE3": "A71ADF7D2506413E2062C7A5F89FFE6C91957AF8104DDACC83362A061DFC2E47"
|
95 |
+
},
|
96 |
+
"downloadUrl": "https://civitai.com/api/download/models/94551",
|
97 |
+
"primary": true
|
98 |
+
}
|
99 |
+
],
|
100 |
+
"images": [
|
101 |
+
{
|
102 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3720bd94-1a72-4cd1-971e-d001c34c6f10/width=450/1120199.jpeg",
|
103 |
+
"nsfw": "Mature",
|
104 |
+
"width": 1024,
|
105 |
+
"height": 1920,
|
106 |
+
"hash": "U9E2?~?s0c^%%}_1D*Ri_NM-MeD*02s=R79Z",
|
107 |
+
"meta": {
|
108 |
+
"Eta": "0.2",
|
109 |
+
"Size": "512x960",
|
110 |
+
"seed": 3219132071,
|
111 |
+
"steps": 30,
|
112 |
+
"hashes": {
|
113 |
+
"vae": "600345c503",
|
114 |
+
"model": "54335861ad"
|
115 |
+
},
|
116 |
+
"prompt": "masterpiece, best quality,1girl,young girl,honey blonde,bun,distressed _face,shiny skin,medium breasts,thick_thighs,thin_waist,, Sheer_mesh_top, high-waisted_bikini_bottoms, platform_sandals, statement_earrings, crossbody_bag, , Area_with_many_trees_and_vegetation,,looking at viewer,dynamic view",
|
117 |
+
"Version": "v1.3.2",
|
118 |
+
"sampler": "DPM++ SDE Karras",
|
119 |
+
"cfgScale": 7,
|
120 |
+
"Clip skip": "2",
|
121 |
+
"resources": [],
|
122 |
+
"Model hash": "54335861ad",
|
123 |
+
"Hires steps": "10",
|
124 |
+
"Mimic scale": "7",
|
125 |
+
"Hires upscale": "2",
|
126 |
+
"Hires upscaler": "SwinIR_4x",
|
127 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
128 |
+
"Denoising strength": "0.4",
|
129 |
+
"Threshold percentile": "100",
|
130 |
+
"Dynamic thresholding enabled": "True"
|
131 |
+
}
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf1c6c5b-266c-42b8-882c-8d90e44dea66/width=450/1120248.jpeg",
|
135 |
+
"nsfw": "Soft",
|
136 |
+
"width": 1920,
|
137 |
+
"height": 1024,
|
138 |
+
"hash": "UTIEhaIWNZ-:?wV@ozbcyDE1s;s:?bIpM|NG",
|
139 |
+
"meta": {
|
140 |
+
"Eta": "0.2",
|
141 |
+
"Size": "960x512",
|
142 |
+
"seed": 4175365915,
|
143 |
+
"steps": 30,
|
144 |
+
"Script": "Detection Detailer",
|
145 |
+
"hashes": {
|
146 |
+
"vae": "600345c503",
|
147 |
+
"model": "54335861ad"
|
148 |
+
},
|
149 |
+
"prompt": "masterpiece, best quality,4girl,young girl,titian,curly hair,happy smile,shiny skin,large breasts,thick_thighs,thin_waist,, Off-the-shoulder_denim_romper, espadrille_wedges, woven_circle_bag, layered_necklace_set, cityscape,looking at viewer,dynamic view",
|
150 |
+
"Version": "v1.3.2",
|
151 |
+
"sampler": "DPM++ SDE Karras",
|
152 |
+
"cfgScale": 7,
|
153 |
+
"resources": [],
|
154 |
+
"Model hash": "54335861ad",
|
155 |
+
"Hires steps": "10",
|
156 |
+
"Mimic scale": "7",
|
157 |
+
"DDetailer cfg": "7",
|
158 |
+
"Hires upscale": "2",
|
159 |
+
"Hires upscaler": "SwinIR_4x",
|
160 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
161 |
+
"DDetailer conf a": "30",
|
162 |
+
"DDetailer conf b": "30",
|
163 |
+
"DDetailer bitwise": "None",
|
164 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
165 |
+
"DDetailer model b": "None",
|
166 |
+
"Denoising strength": "0.4",
|
167 |
+
"DDetailer denoising": "0.4",
|
168 |
+
"DDetailer mask blur": "4",
|
169 |
+
"DDetailer dilation a": "4",
|
170 |
+
"DDetailer dilation b": "4",
|
171 |
+
"DDetailer offset x a": "0",
|
172 |
+
"DDetailer offset x b": "0",
|
173 |
+
"DDetailer offset y a": "0",
|
174 |
+
"DDetailer offset y b": "0",
|
175 |
+
"Threshold percentile": "100",
|
176 |
+
"DDetailer inpaint full": "True",
|
177 |
+
"DDetailer preprocess b": "False",
|
178 |
+
"DDetailer inpaint padding": "32",
|
179 |
+
"Dynamic thresholding enabled": "True"
|
180 |
+
}
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3419c76e-cc77-4189-b2b6-2a3a1bd11fd3/width=450/1120270.jpeg",
|
184 |
+
"nsfw": "Soft",
|
185 |
+
"width": 1024,
|
186 |
+
"height": 1920,
|
187 |
+
"hash": "U7Gktarx0000Gc-;^PnM?^KkX2?Z^k.l004.",
|
188 |
+
"meta": {
|
189 |
+
"Eta": "0.2",
|
190 |
+
"Size": "512x960",
|
191 |
+
"seed": 2915904513,
|
192 |
+
"steps": 30,
|
193 |
+
"hashes": {
|
194 |
+
"vae": "600345c503"
|
195 |
+
},
|
196 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,long hair,shiny_skin,,thick_thighs,thin_waist,huge breasts\nBREAK\npolka_dots_midi_dress,socks,converse\nBREAK\nday,street,crowd:1.1,depth of field,looking at viewer,random angle",
|
197 |
+
"Version": "v1.3.2",
|
198 |
+
"sampler": "DPM++ SDE Karras",
|
199 |
+
"cfgScale": 7,
|
200 |
+
"Clip skip": "2",
|
201 |
+
"resources": [],
|
202 |
+
"Model hash": "54335861ad",
|
203 |
+
"Hires steps": "10",
|
204 |
+
"Mimic scale": "7",
|
205 |
+
"Hires upscale": "2",
|
206 |
+
"Hires upscaler": "R-ESRGAN 4x+ Anime6B",
|
207 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
208 |
+
"Denoising strength": "0.4",
|
209 |
+
"Threshold percentile": "100",
|
210 |
+
"Dynamic thresholding enabled": "True"
|
211 |
+
}
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a0201b-0f88-4d41-a696-ce5ac6accf30/width=450/1120274.jpeg",
|
215 |
+
"nsfw": "Soft",
|
216 |
+
"width": 1024,
|
217 |
+
"height": 1920,
|
218 |
+
"hash": "UBE.9V0L55~WFanl-oELE09bo}n+~A9FIp%M",
|
219 |
+
"meta": {
|
220 |
+
"Eta": "0.2",
|
221 |
+
"Size": "512x960",
|
222 |
+
"seed": 316386794,
|
223 |
+
"steps": 30,
|
224 |
+
"hashes": {
|
225 |
+
"vae": "600345c503"
|
226 |
+
},
|
227 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,short hair,shiny_skin,,thick_thighs,thin_waist,large breasts\nBREAK\npolka_dots_wrap_dress,shiny_pantyhose:1.3,converse\nBREAK\nnight,park,crowd:1.1,depth of field,looking at viewer,random angle",
|
228 |
+
"Version": "v1.3.2",
|
229 |
+
"sampler": "DPM++ SDE Karras",
|
230 |
+
"cfgScale": 7,
|
231 |
+
"Clip skip": "2",
|
232 |
+
"resources": [],
|
233 |
+
"Model hash": "54335861ad",
|
234 |
+
"Hires steps": "10",
|
235 |
+
"Mimic scale": "7",
|
236 |
+
"Hires upscale": "2",
|
237 |
+
"Hires upscaler": "R-ESRGAN 4x+ Anime6B",
|
238 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
239 |
+
"Denoising strength": "0.4",
|
240 |
+
"Threshold percentile": "100",
|
241 |
+
"Dynamic thresholding enabled": "True"
|
242 |
+
}
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0c6c637-0c57-4d6b-a417-9d4b334c2f50/width=450/1120249.jpeg",
|
246 |
+
"nsfw": "X",
|
247 |
+
"width": 1920,
|
248 |
+
"height": 1024,
|
249 |
+
"hash": "ULHw[mRQs69HyXiwt8I:XmRixu=|_NR*RiIW",
|
250 |
+
"meta": {
|
251 |
+
"Eta": "0.2",
|
252 |
+
"Size": "960x512",
|
253 |
+
"seed": 4281516460,
|
254 |
+
"steps": 30,
|
255 |
+
"Script": "Detection Detailer",
|
256 |
+
"hashes": {
|
257 |
+
"vae": "600345c503",
|
258 |
+
"model": "54335861ad"
|
259 |
+
},
|
260 |
+
"prompt": "masterpiece, best quality,2girl,young girl,burgundy,bob,happy smile,shiny skin,large breasts,thick_thighs,thin_waist,, White_linen_jumpsuit, beige_espadrilles, straw_visor, gold_chain_necklace, cityscape,looking at viewer,dynamic view",
|
261 |
+
"Version": "v1.3.2",
|
262 |
+
"sampler": "DPM++ SDE Karras",
|
263 |
+
"cfgScale": 7,
|
264 |
+
"resources": [],
|
265 |
+
"Model hash": "54335861ad",
|
266 |
+
"Hires steps": "10",
|
267 |
+
"Mimic scale": "7",
|
268 |
+
"DDetailer cfg": "7",
|
269 |
+
"Hires upscale": "2",
|
270 |
+
"Hires upscaler": "SwinIR_4x",
|
271 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
272 |
+
"DDetailer conf a": "30",
|
273 |
+
"DDetailer conf b": "30",
|
274 |
+
"DDetailer bitwise": "None",
|
275 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
276 |
+
"DDetailer model b": "None",
|
277 |
+
"Denoising strength": "0.4",
|
278 |
+
"DDetailer denoising": "0.4",
|
279 |
+
"DDetailer mask blur": "4",
|
280 |
+
"DDetailer dilation a": "4",
|
281 |
+
"DDetailer dilation b": "4",
|
282 |
+
"DDetailer offset x a": "0",
|
283 |
+
"DDetailer offset x b": "0",
|
284 |
+
"DDetailer offset y a": "0",
|
285 |
+
"DDetailer offset y b": "0",
|
286 |
+
"Threshold percentile": "100",
|
287 |
+
"DDetailer inpaint full": "True",
|
288 |
+
"DDetailer preprocess b": "False",
|
289 |
+
"DDetailer inpaint padding": "32",
|
290 |
+
"Dynamic thresholding enabled": "True"
|
291 |
+
}
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ea0d6ee-e0d7-4d82-98c4-abd8a0f4f60f/width=450/1120202.jpeg",
|
295 |
+
"nsfw": "Soft",
|
296 |
+
"width": 1024,
|
297 |
+
"height": 1920,
|
298 |
+
"hash": "U9Hds*00?[n#NK4U%z0L7vE5-pIp01S4%2D+",
|
299 |
+
"meta": {
|
300 |
+
"Eta": "0.2",
|
301 |
+
"Size": "512x960",
|
302 |
+
"seed": 2859861914,
|
303 |
+
"steps": 30,
|
304 |
+
"Script": "Detection Detailer",
|
305 |
+
"hashes": {
|
306 |
+
"vae": "600345c503",
|
307 |
+
"model": "54335861ad"
|
308 |
+
},
|
309 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,long hair,shiny_skin,thin_waist,huge breasts\nBREAK\npolka_dots_midi_dress,socks,,\n converse\nBREAK\nnight,, Drawing_class,,crowd:1.1,depth of field,looking at viewer,sitting on bench,random pose",
|
310 |
+
"Version": "v1.3.2",
|
311 |
+
"sampler": "DPM++ SDE Karras",
|
312 |
+
"cfgScale": 7,
|
313 |
+
"Clip skip": "2",
|
314 |
+
"resources": [],
|
315 |
+
"Model hash": "54335861ad",
|
316 |
+
"Hires steps": "10",
|
317 |
+
"Mimic scale": "7",
|
318 |
+
"DDetailer cfg": "7",
|
319 |
+
"Hires upscale": "2",
|
320 |
+
"Hires upscaler": "SwinIR_4x",
|
321 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
322 |
+
"DDetailer conf a": "30",
|
323 |
+
"DDetailer conf b": "30",
|
324 |
+
"DDetailer bitwise": "None",
|
325 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
326 |
+
"DDetailer model b": "None",
|
327 |
+
"Denoising strength": "0.4",
|
328 |
+
"DDetailer denoising": "0.4",
|
329 |
+
"DDetailer mask blur": "4",
|
330 |
+
"DDetailer dilation a": "4",
|
331 |
+
"DDetailer dilation b": "4",
|
332 |
+
"DDetailer offset x a": "0",
|
333 |
+
"DDetailer offset x b": "0",
|
334 |
+
"DDetailer offset y a": "0",
|
335 |
+
"DDetailer offset y b": "0",
|
336 |
+
"Threshold percentile": "100",
|
337 |
+
"DDetailer inpaint full": "True",
|
338 |
+
"DDetailer preprocess b": "False",
|
339 |
+
"DDetailer inpaint padding": "32",
|
340 |
+
"Dynamic thresholding enabled": "True"
|
341 |
+
}
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35c312b2-6ce2-4b57-9c76-63a638b39885/width=450/1120212.jpeg",
|
345 |
+
"nsfw": "Soft",
|
346 |
+
"width": 1024,
|
347 |
+
"height": 1920,
|
348 |
+
"hash": "UEHxT*~WoY_302%LDiW=_MD%D%of~q^*xuxb",
|
349 |
+
"meta": {
|
350 |
+
"Eta": "0.2",
|
351 |
+
"Size": "512x960",
|
352 |
+
"seed": 2681164379,
|
353 |
+
"steps": 30,
|
354 |
+
"Script": "Detection Detailer",
|
355 |
+
"hashes": {
|
356 |
+
"vae": "600345c503",
|
357 |
+
"model": "54335861ad"
|
358 |
+
},
|
359 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,long hair,shiny_skin,thin_waist,large breasts\nBREAK\npolka_dots_wrap_dress,socks,,\n converse\nBREAK\nday,, Acting_school,,crowd:1.1,depth of field,looking at viewer,walking,random angle",
|
360 |
+
"Version": "v1.3.2",
|
361 |
+
"sampler": "DPM++ SDE Karras",
|
362 |
+
"cfgScale": 7,
|
363 |
+
"Clip skip": "2",
|
364 |
+
"resources": [],
|
365 |
+
"Model hash": "54335861ad",
|
366 |
+
"Hires steps": "10",
|
367 |
+
"Mimic scale": "7",
|
368 |
+
"DDetailer cfg": "7",
|
369 |
+
"Hires upscale": "2",
|
370 |
+
"Hires upscaler": "SwinIR_4x",
|
371 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
372 |
+
"DDetailer conf a": "30",
|
373 |
+
"DDetailer conf b": "30",
|
374 |
+
"DDetailer bitwise": "None",
|
375 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
376 |
+
"DDetailer model b": "None",
|
377 |
+
"Denoising strength": "0.4",
|
378 |
+
"DDetailer denoising": "0.4",
|
379 |
+
"DDetailer mask blur": "4",
|
380 |
+
"DDetailer dilation a": "4",
|
381 |
+
"DDetailer dilation b": "4",
|
382 |
+
"DDetailer offset x a": "0",
|
383 |
+
"DDetailer offset x b": "0",
|
384 |
+
"DDetailer offset y a": "0",
|
385 |
+
"DDetailer offset y b": "0",
|
386 |
+
"Threshold percentile": "100",
|
387 |
+
"DDetailer inpaint full": "True",
|
388 |
+
"DDetailer preprocess b": "False",
|
389 |
+
"DDetailer inpaint padding": "32",
|
390 |
+
"Dynamic thresholding enabled": "True"
|
391 |
+
}
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca86309f-38ef-469a-84c8-553647dec245/width=450/1120252.jpeg",
|
395 |
+
"nsfw": "X",
|
396 |
+
"width": 1920,
|
397 |
+
"height": 1024,
|
398 |
+
"hash": "UPGIAznLIptT_4wcs:.8?vafs;I:WZR*tRo2",
|
399 |
+
"meta": {
|
400 |
+
"Eta": "0.2",
|
401 |
+
"Size": "960x512",
|
402 |
+
"seed": 3196133625,
|
403 |
+
"steps": 30,
|
404 |
+
"hashes": {
|
405 |
+
"vae": "600345c503",
|
406 |
+
"model": "54335861ad"
|
407 |
+
},
|
408 |
+
"prompt": "masterpiece, best quality,4girl,young girl,natural blonde,messy hair,happy smile,shiny skin,large breasts,thick_thighs,thin_waist,, Purple_see-through_crop_top, black_leather_pants, purple_pumps, black_choker, cityscape,looking at viewer,random pose",
|
409 |
+
"Version": "v1.3.2",
|
410 |
+
"sampler": "DPM++ SDE Karras",
|
411 |
+
"cfgScale": 7,
|
412 |
+
"resources": [],
|
413 |
+
"Model hash": "54335861ad",
|
414 |
+
"Hires steps": "10",
|
415 |
+
"Mimic scale": "7",
|
416 |
+
"Hires upscale": "2",
|
417 |
+
"Hires upscaler": "SwinIR_4x",
|
418 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),EasyNegative,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
419 |
+
"Denoising strength": "0.4",
|
420 |
+
"Threshold percentile": "100",
|
421 |
+
"Dynamic thresholding enabled": "True"
|
422 |
+
}
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/984d8444-d043-49ad-a3c4-56ebd86dfbab/width=450/1120203.jpeg",
|
426 |
+
"nsfw": "Soft",
|
427 |
+
"width": 1024,
|
428 |
+
"height": 1920,
|
429 |
+
"hash": "U7F5Q^rt0J~B0N^$x?aL?Y4;xJ=|DORP=}%2",
|
430 |
+
"meta": {
|
431 |
+
"Eta": "0.2",
|
432 |
+
"Size": "512x960",
|
433 |
+
"seed": 2190361934,
|
434 |
+
"steps": 30,
|
435 |
+
"Script": "Detection Detailer",
|
436 |
+
"hashes": {
|
437 |
+
"vae": "600345c503",
|
438 |
+
"model": "54335861ad"
|
439 |
+
},
|
440 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,short hair,shiny_skin,thin_waist,huge breasts\nBREAK\npolka_dots_blazer_dress,socks,,\n sneakers\nBREAK\nnight,store,crowd:1.1,depth of field,looking at viewer,standing,random pose",
|
441 |
+
"Version": "v1.3.2",
|
442 |
+
"sampler": "DPM++ SDE Karras",
|
443 |
+
"cfgScale": 7,
|
444 |
+
"Clip skip": "2",
|
445 |
+
"resources": [],
|
446 |
+
"Model hash": "54335861ad",
|
447 |
+
"Hires steps": "10",
|
448 |
+
"Mimic scale": "7",
|
449 |
+
"DDetailer cfg": "7",
|
450 |
+
"Hires upscale": "2",
|
451 |
+
"Hires upscaler": "SwinIR_4x",
|
452 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
453 |
+
"DDetailer conf a": "30",
|
454 |
+
"DDetailer conf b": "30",
|
455 |
+
"DDetailer bitwise": "None",
|
456 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
457 |
+
"DDetailer model b": "None",
|
458 |
+
"Denoising strength": "0.4",
|
459 |
+
"DDetailer denoising": "0.4",
|
460 |
+
"DDetailer mask blur": "4",
|
461 |
+
"DDetailer dilation a": "4",
|
462 |
+
"DDetailer dilation b": "4",
|
463 |
+
"DDetailer offset x a": "0",
|
464 |
+
"DDetailer offset x b": "0",
|
465 |
+
"DDetailer offset y a": "0",
|
466 |
+
"DDetailer offset y b": "0",
|
467 |
+
"Threshold percentile": "100",
|
468 |
+
"DDetailer inpaint full": "True",
|
469 |
+
"DDetailer preprocess b": "False",
|
470 |
+
"DDetailer inpaint padding": "32",
|
471 |
+
"Dynamic thresholding enabled": "True"
|
472 |
+
}
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd185370-6462-4df8-b7ea-5ab68ae0a40a/width=450/1120205.jpeg",
|
476 |
+
"nsfw": "X",
|
477 |
+
"width": 1024,
|
478 |
+
"height": 1920,
|
479 |
+
"hash": "U9F5v~5s1b.84TmQ00jE4,_N_NI=4T4:?bM{",
|
480 |
+
"meta": {
|
481 |
+
"Eta": "0.2",
|
482 |
+
"Size": "512x960",
|
483 |
+
"seed": 189603366,
|
484 |
+
"steps": 30,
|
485 |
+
"Script": "Detection Detailer",
|
486 |
+
"hashes": {
|
487 |
+
"vae": "600345c503",
|
488 |
+
"model": "54335861ad"
|
489 |
+
},
|
490 |
+
"prompt": "masterpiece, best quality,1girl,28 year old woman,brown eyes,drill_hair,shiny_skin,thick_thighs,thin_waist,huge breasts\nBREAK\nday,, Black_turtleneck_sweater_dress, knee-high_boots, faux_fur_bucket_hat, pearl_drop_earrings, chain_bracelet,,pantyhose:1.3,crowd:1.1,depth of field,looking at viewer,dynamic angle",
|
491 |
+
"Version": "v1.3.2",
|
492 |
+
"sampler": "DPM++ SDE Karras",
|
493 |
+
"cfgScale": 7,
|
494 |
+
"Clip skip": "2",
|
495 |
+
"resources": [],
|
496 |
+
"Model hash": "54335861ad",
|
497 |
+
"Hires steps": "10",
|
498 |
+
"Mimic scale": "7",
|
499 |
+
"DDetailer cfg": "7",
|
500 |
+
"Hires upscale": "2",
|
501 |
+
"Hires upscaler": "SwinIR_4x",
|
502 |
+
"negativePrompt": "(worst quality:1.4),(low quality:1.4),(monochrome:1.1),verybadimagenegative_v1.3,negative_hand-neg,badhandv4,bad anatomy,((pencil))",
|
503 |
+
"DDetailer conf a": "30",
|
504 |
+
"DDetailer conf b": "30",
|
505 |
+
"DDetailer bitwise": "None",
|
506 |
+
"DDetailer model a": "bbox\\mmdet_anime-face_yolov3.pth [51e1af4a]",
|
507 |
+
"DDetailer model b": "None",
|
508 |
+
"Denoising strength": "0.4",
|
509 |
+
"DDetailer denoising": "0.4",
|
510 |
+
"DDetailer mask blur": "4",
|
511 |
+
"DDetailer dilation a": "4",
|
512 |
+
"DDetailer dilation b": "4",
|
513 |
+
"DDetailer offset x a": "0",
|
514 |
+
"DDetailer offset x b": "0",
|
515 |
+
"DDetailer offset y a": "0",
|
516 |
+
"DDetailer offset y b": "0",
|
517 |
+
"Threshold percentile": "100",
|
518 |
+
"DDetailer inpaint full": "True",
|
519 |
+
"DDetailer preprocess b": "False",
|
520 |
+
"DDetailer inpaint padding": "32",
|
521 |
+
"Dynamic thresholding enabled": "True"
|
522 |
+
}
|
523 |
+
}
|
524 |
+
],
|
525 |
+
"downloadUrl": "https://civitai.com/api/download/models/94551"
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"id": 74756,
|
529 |
+
"modelId": 70099,
|
530 |
+
"name": "BBMIX-RUIS+",
|
531 |
+
"createdAt": "2023-05-19T08:25:22.238Z",
|
532 |
+
"updatedAt": "2023-06-12T13:29:12.105Z",
|
533 |
+
"trainedWords": [
|
534 |
+
"masterpiece",
|
535 |
+
"best quality",
|
536 |
+
"white theme",
|
537 |
+
"black theme"
|
538 |
+
],
|
539 |
+
"baseModel": "SD 1.5",
|
540 |
+
"earlyAccessTimeFrame": 0,
|
541 |
+
"description": "<p>V2</p>",
|
542 |
+
"stats": {
|
543 |
+
"downloadCount": 883,
|
544 |
+
"ratingCount": 4,
|
545 |
+
"rating": 4
|
546 |
+
},
|
547 |
+
"files": [
|
548 |
+
{
|
549 |
+
"name": "bbmixRUIS_bbmixRUIS.safetensors",
|
550 |
+
"id": 51628,
|
551 |
+
"sizeKB": 4001869.052734375,
|
552 |
+
"type": "Model",
|
553 |
+
"metadata": {
|
554 |
+
"fp": "fp16",
|
555 |
+
"size": "pruned",
|
556 |
+
"format": "SafeTensor"
|
557 |
+
},
|
558 |
+
"pickleScanResult": "Success",
|
559 |
+
"pickleScanMessage": "No Pickle imports",
|
560 |
+
"virusScanResult": "Success",
|
561 |
+
"scannedAt": "2023-05-19T08:39:23.420Z",
|
562 |
+
"hashes": {
|
563 |
+
"AutoV1": "E13105FC",
|
564 |
+
"AutoV2": "E252D28EFE",
|
565 |
+
"SHA256": "E252D28EFEB5F81202CBD253CF6C41D69F11D90F6599A6907BBF24E8FEA3BE15",
|
566 |
+
"CRC32": "6DAE57FA",
|
567 |
+
"BLAKE3": "F527DFE943AACD9C59AD9AA97375CD9405F609D7B7D39A4953F44CEF0AC4FA2F"
|
568 |
+
},
|
569 |
+
"downloadUrl": "https://civitai.com/api/download/models/74756",
|
570 |
+
"primary": true
|
571 |
+
}
|
572 |
+
],
|
573 |
+
"images": [
|
574 |
+
{
|
575 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca1988d7-5d0f-4e8c-a240-6a235bc9a7c6/width=450/835553.jpeg",
|
576 |
+
"nsfw": "None",
|
577 |
+
"width": 1536,
|
578 |
+
"height": 2304,
|
579 |
+
"hash": "UaJtxW~WSdxuV=%M-;t7xuWBjEM{?bWBM{j[",
|
580 |
+
"meta": {
|
581 |
+
"Eta": "0.2",
|
582 |
+
"Size": "1024x1536",
|
583 |
+
"seed": 704874631,
|
584 |
+
"steps": 30,
|
585 |
+
"hashes": {
|
586 |
+
"vae": "600345c503",
|
587 |
+
"model": "e252d28efe",
|
588 |
+
"embed:EasyNegative": "66a7279a88"
|
589 |
+
},
|
590 |
+
"prompt": "masterpiece,best quality,1girl,long hair,upper body,black theme",
|
591 |
+
"sampler": "DPM++ SDE Karras",
|
592 |
+
"cfgScale": 7,
|
593 |
+
"Clip skip": "2",
|
594 |
+
"Mask blur": "4",
|
595 |
+
"resources": [],
|
596 |
+
"Model hash": "e252d28efe",
|
597 |
+
"Mimic scale": "7",
|
598 |
+
"negativePrompt": "EasyNegative,badhandv4,nsfw,nipples",
|
599 |
+
"Denoising strength": "0.4",
|
600 |
+
"SD upscale overlap": "64",
|
601 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
602 |
+
"Threshold percentile": "100",
|
603 |
+
"Dynamic thresholding enabled": "True"
|
604 |
+
}
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10d5b0e4-ed73-4bf6-a2a6-2a110ba9aa25/width=450/835616.jpeg",
|
608 |
+
"nsfw": "X",
|
609 |
+
"width": 1536,
|
610 |
+
"height": 2304,
|
611 |
+
"hash": "UEH-lbIq9@}[9GV@Nx%1?c-BxbIo0LWYaeNG",
|
612 |
+
"meta": {
|
613 |
+
"Eta": "0.2",
|
614 |
+
"Size": "1024x1536",
|
615 |
+
"seed": 3707067997,
|
616 |
+
"steps": 30,
|
617 |
+
"hashes": {
|
618 |
+
"vae": "600345c503",
|
619 |
+
"embed:badhandv4": "5e40d722fc",
|
620 |
+
"embed:EasyNegative": "66a7279a88"
|
621 |
+
},
|
622 |
+
"prompt": "(comic cover:1.4),masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,lolita_dress,red color high heels, Pathway_lined_with_blooming_cherry_blossom_trees,crowd,looking at viewer,from behind:1.3,full body, legsupsexms,",
|
623 |
+
"sampler": "DPM++ SDE Karras",
|
624 |
+
"cfgScale": 7,
|
625 |
+
"Clip skip": "2",
|
626 |
+
"Mask blur": "4",
|
627 |
+
"resources": [],
|
628 |
+
"Model hash": "e252d28efe",
|
629 |
+
"Mimic scale": "7",
|
630 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
631 |
+
"Denoising strength": "0.4",
|
632 |
+
"SD upscale overlap": "64",
|
633 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
634 |
+
"Threshold percentile": "100",
|
635 |
+
"Dynamic thresholding enabled": "True"
|
636 |
+
}
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d27d35b-e027-425f-b05a-5ab660b4601e/width=450/835626.jpeg",
|
640 |
+
"nsfw": "Soft",
|
641 |
+
"width": 1536,
|
642 |
+
"height": 2304,
|
643 |
+
"hash": "UPIXU2NGXm~p?Hx[M{xuIUD*RPMyR4ofSg-p",
|
644 |
+
"meta": {
|
645 |
+
"Eta": "0.2",
|
646 |
+
"Size": "1024x1536",
|
647 |
+
"seed": 2627989863,
|
648 |
+
"steps": 30,
|
649 |
+
"hashes": {
|
650 |
+
"vae": "600345c503",
|
651 |
+
"embed:badhandv4": "5e40d722fc",
|
652 |
+
"embed:EasyNegative": "66a7279a88"
|
653 |
+
},
|
654 |
+
"prompt": "(comic cover:1.4),masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,lolita_dress,red color high heels, Pathway_lined_with_blooming_cherry_blossom_trees,crowd:1.2,looking at viewer,from behind:1.3,full body, legsupsexms,",
|
655 |
+
"sampler": "DPM++ SDE Karras",
|
656 |
+
"cfgScale": 7,
|
657 |
+
"Clip skip": "2",
|
658 |
+
"Mask blur": "4",
|
659 |
+
"resources": [],
|
660 |
+
"Model hash": "e252d28efe",
|
661 |
+
"Mimic scale": "7",
|
662 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
663 |
+
"Denoising strength": "0.4",
|
664 |
+
"SD upscale overlap": "64",
|
665 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
666 |
+
"Threshold percentile": "100",
|
667 |
+
"Dynamic thresholding enabled": "True"
|
668 |
+
}
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f58ac9a-1f62-44e9-a8c7-2188086bb510/width=450/835645.jpeg",
|
672 |
+
"nsfw": "Soft",
|
673 |
+
"width": 1536,
|
674 |
+
"height": 2304,
|
675 |
+
"hash": "UHG[KCxI00RiH?xvM|Ri~VfjVrIo%MM_IAkD",
|
676 |
+
"meta": {
|
677 |
+
"Eta": "0.2",
|
678 |
+
"Size": "1024x1536",
|
679 |
+
"seed": 1285394581,
|
680 |
+
"steps": 30,
|
681 |
+
"hashes": {
|
682 |
+
"vae": "600345c503",
|
683 |
+
"embed:badhandv4": "5e40d722fc",
|
684 |
+
"embed:EasyNegative": "66a7279a88"
|
685 |
+
},
|
686 |
+
"prompt": "(comic cover:1.4),masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,lolita_dress,red color high heels, Pathway_lined_with_blooming_cherry_blossom_trees,crowd,looking at viewer,from behind:1.3,full body, legsupsexms,",
|
687 |
+
"sampler": "DPM++ SDE Karras",
|
688 |
+
"cfgScale": 7,
|
689 |
+
"Clip skip": "2",
|
690 |
+
"Mask blur": "4",
|
691 |
+
"resources": [],
|
692 |
+
"Model hash": "e252d28efe",
|
693 |
+
"Mimic scale": "7",
|
694 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
695 |
+
"Denoising strength": "0.4",
|
696 |
+
"SD upscale overlap": "64",
|
697 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
698 |
+
"Threshold percentile": "100",
|
699 |
+
"Dynamic thresholding enabled": "True"
|
700 |
+
}
|
701 |
+
},
|
702 |
+
{
|
703 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/144b3cc5-9295-485b-89f3-14961eb1da9f/width=450/835634.jpeg",
|
704 |
+
"nsfw": "X",
|
705 |
+
"width": 1536,
|
706 |
+
"height": 2304,
|
707 |
+
"hash": "UGH-lc~VXlS~+j%3%3X9QSIU-onihzNG4oIU",
|
708 |
+
"meta": {
|
709 |
+
"Eta": "0.2",
|
710 |
+
"Size": "1024x1536",
|
711 |
+
"seed": 1235160635,
|
712 |
+
"steps": 30,
|
713 |
+
"hashes": {
|
714 |
+
"vae": "600345c503",
|
715 |
+
"embed:badhandv4": "5e40d722fc",
|
716 |
+
"embed:EasyNegative": "66a7279a88"
|
717 |
+
},
|
718 |
+
"prompt": "(comic cover:1.4),masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,lolita_dress,red color high heels, Pathway_lined_with_blooming_cherry_blossom_trees,crowd,looking at viewer,from behind:1.3,full body, legsupsexms,",
|
719 |
+
"sampler": "DPM++ SDE Karras",
|
720 |
+
"cfgScale": 7,
|
721 |
+
"Clip skip": "2",
|
722 |
+
"Mask blur": "4",
|
723 |
+
"resources": [],
|
724 |
+
"Model hash": "e252d28efe",
|
725 |
+
"Mimic scale": "7",
|
726 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
727 |
+
"Denoising strength": "0.4",
|
728 |
+
"SD upscale overlap": "64",
|
729 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
730 |
+
"Threshold percentile": "100",
|
731 |
+
"Dynamic thresholding enabled": "True"
|
732 |
+
}
|
733 |
+
},
|
734 |
+
{
|
735 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cafa8efc-6c3c-4b49-99ae-4662034c9f5c/width=450/835555.jpeg",
|
736 |
+
"nsfw": "None",
|
737 |
+
"width": 1536,
|
738 |
+
"height": 2304,
|
739 |
+
"hash": "UMIXz5^jV@XTtV-U-pI;_4xZs;RkNzxtM{WE",
|
740 |
+
"meta": {
|
741 |
+
"Eta": "0.2",
|
742 |
+
"Size": "1024x1536",
|
743 |
+
"seed": 166088467,
|
744 |
+
"steps": 30,
|
745 |
+
"hashes": {
|
746 |
+
"vae": "600345c503",
|
747 |
+
"embed:badhandv4": "5e40d722fc",
|
748 |
+
"embed:EasyNegative": "66a7279a88"
|
749 |
+
},
|
750 |
+
"prompt": "masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,school uniform, thighhighs,necktie,((pencil skirt)),red color high heels, pantyhose, , Pathway_lined_with_blooming_cherry_blossom_trees,,looking at viewer,from below,full body, legsupsexms,",
|
751 |
+
"sampler": "DPM++ SDE Karras",
|
752 |
+
"cfgScale": 7,
|
753 |
+
"Clip skip": "2",
|
754 |
+
"Mask blur": "4",
|
755 |
+
"resources": [],
|
756 |
+
"Model hash": "e252d28efe",
|
757 |
+
"Mimic scale": "7",
|
758 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
759 |
+
"Denoising strength": "0.4",
|
760 |
+
"SD upscale overlap": "64",
|
761 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
762 |
+
"Threshold percentile": "100",
|
763 |
+
"Dynamic thresholding enabled": "True"
|
764 |
+
}
|
765 |
+
},
|
766 |
+
{
|
767 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c71ea627-681e-472b-a163-d2fe7c52fe8b/width=450/835620.jpeg",
|
768 |
+
"nsfw": "X",
|
769 |
+
"width": 1536,
|
770 |
+
"height": 2304,
|
771 |
+
"hash": "UHGbF,E1pb~BDkbux]ninio#IUNI4nV[IAt7",
|
772 |
+
"meta": {
|
773 |
+
"Eta": "0.2",
|
774 |
+
"Size": "1024x1536",
|
775 |
+
"seed": 166236836,
|
776 |
+
"steps": 30,
|
777 |
+
"hashes": {
|
778 |
+
"vae": "600345c503",
|
779 |
+
"embed:badhandv4": "5e40d722fc",
|
780 |
+
"embed:EasyNegative": "66a7279a88"
|
781 |
+
},
|
782 |
+
"prompt": "(comic cover:1.4),masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,lolita_dress,red color high heels, Pathway_lined_with_blooming_cherry_blossom_trees,crowd,looking at viewer,from behind:1.3,full body, legsupsexms,",
|
783 |
+
"sampler": "DPM++ SDE Karras",
|
784 |
+
"cfgScale": 7,
|
785 |
+
"Clip skip": "2",
|
786 |
+
"Mask blur": "4",
|
787 |
+
"resources": [],
|
788 |
+
"Model hash": "e252d28efe",
|
789 |
+
"Mimic scale": "7",
|
790 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
791 |
+
"Denoising strength": "0.4",
|
792 |
+
"SD upscale overlap": "64",
|
793 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
794 |
+
"Threshold percentile": "100",
|
795 |
+
"Dynamic thresholding enabled": "True"
|
796 |
+
}
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f9fe26a-e047-4576-96e9-08d5fac6e929/width=450/835556.jpeg",
|
800 |
+
"nsfw": "None",
|
801 |
+
"width": 1536,
|
802 |
+
"height": 2304,
|
803 |
+
"hash": "UOIhT~?c^kwv%jNf-p%19tIpInt7xbbHaKNG",
|
804 |
+
"meta": {
|
805 |
+
"Eta": "0.2",
|
806 |
+
"Size": "1024x1536",
|
807 |
+
"seed": 1634607746,
|
808 |
+
"steps": 30,
|
809 |
+
"hashes": {
|
810 |
+
"vae": "600345c503",
|
811 |
+
"embed:badhandv4": "5e40d722fc",
|
812 |
+
"embed:EasyNegative": "66a7279a88"
|
813 |
+
},
|
814 |
+
"prompt": "masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,school uniform, thighhighs,necktie,((pencil skirt)),red color high heels, pantyhose, , Pathway_lined_with_blooming_cherry_blossom_trees,,looking at viewer,from below,full body, legsupsexms,",
|
815 |
+
"sampler": "DPM++ SDE Karras",
|
816 |
+
"cfgScale": 7,
|
817 |
+
"Clip skip": "2",
|
818 |
+
"Mask blur": "4",
|
819 |
+
"resources": [],
|
820 |
+
"Model hash": "e252d28efe",
|
821 |
+
"Mimic scale": "7",
|
822 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
823 |
+
"Denoising strength": "0.4",
|
824 |
+
"SD upscale overlap": "64",
|
825 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
826 |
+
"Threshold percentile": "100",
|
827 |
+
"Dynamic thresholding enabled": "True"
|
828 |
+
}
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/466488cb-7ba2-4c87-a64f-c9f8becee7fd/width=450/835557.jpeg",
|
832 |
+
"nsfw": "None",
|
833 |
+
"width": 1536,
|
834 |
+
"height": 2304,
|
835 |
+
"hash": "UMG[vc-p$f?b%jkD?Gxu%NJ8ofRPNLR+NGM{",
|
836 |
+
"meta": {
|
837 |
+
"Eta": "0.2",
|
838 |
+
"Size": "1024x1536",
|
839 |
+
"seed": 3089984971,
|
840 |
+
"steps": 30,
|
841 |
+
"hashes": {
|
842 |
+
"vae": "600345c503",
|
843 |
+
"embed:badhandv4": "5e40d722fc",
|
844 |
+
"embed:EasyNegative": "66a7279a88"
|
845 |
+
},
|
846 |
+
"prompt": "masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,school uniform, thighhighs,necktie,((pencil skirt)),red color high heels, pantyhose, , Pathway_lined_with_blooming_cherry_blossom_trees,,looking at viewer,from below,full body, legsupsexms,",
|
847 |
+
"sampler": "DPM++ SDE Karras",
|
848 |
+
"cfgScale": 7,
|
849 |
+
"Clip skip": "2",
|
850 |
+
"Mask blur": "4",
|
851 |
+
"resources": [],
|
852 |
+
"Model hash": "e252d28efe",
|
853 |
+
"Mimic scale": "7",
|
854 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
855 |
+
"Denoising strength": "0.4",
|
856 |
+
"SD upscale overlap": "64",
|
857 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
858 |
+
"Threshold percentile": "100",
|
859 |
+
"Dynamic thresholding enabled": "True"
|
860 |
+
}
|
861 |
+
},
|
862 |
+
{
|
863 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46ad3227-db71-4c79-a623-956481cdfc0c/width=450/835541.jpeg",
|
864 |
+
"nsfw": "None",
|
865 |
+
"width": 1536,
|
866 |
+
"height": 2304,
|
867 |
+
"hash": "UOIOLmt5%M%N?dV@tSxaWAR*IoRjDixuD%Rj",
|
868 |
+
"meta": {
|
869 |
+
"Eta": "0.2",
|
870 |
+
"Size": "1024x1536",
|
871 |
+
"seed": 595080867,
|
872 |
+
"steps": 30,
|
873 |
+
"hashes": {
|
874 |
+
"vae": "600345c503",
|
875 |
+
"embed:badhandv4": "5e40d722fc",
|
876 |
+
"embed:EasyNegative": "66a7279a88"
|
877 |
+
},
|
878 |
+
"prompt": "(magazine cover:1.4),masterpiece, best quality,4girl,young girl, plum_pie eyes, brown, choppy bob,envious _face,shiny skin,medium breasts,nice leg line:1.3,thick thighs, thin waist,school uniform, thighhighs,necktie,((pencil skirt)),red color high heels, pantyhose, , Pathway_lined_with_blooming_cherry_blossom_trees,crowd,looking at viewer,from behind:1.3,full body, legsupsexms,",
|
879 |
+
"sampler": "DPM++ SDE Karras",
|
880 |
+
"cfgScale": 7,
|
881 |
+
"Clip skip": "2",
|
882 |
+
"Mask blur": "4",
|
883 |
+
"resources": [],
|
884 |
+
"Model hash": "e252d28efe",
|
885 |
+
"Mimic scale": "7",
|
886 |
+
"negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
|
887 |
+
"Denoising strength": "0.4",
|
888 |
+
"SD upscale overlap": "64",
|
889 |
+
"SD upscale upscaler": "4x-UltraSharp",
|
890 |
+
"Threshold percentile": "100",
|
891 |
+
"Dynamic thresholding enabled": "True"
|
892 |
+
}
|
893 |
+
}
|
894 |
+
],
|
895 |
+
"downloadUrl": "https://civitai.com/api/download/models/74756"
|
896 |
+
}
|
897 |
+
]
|
898 |
+
}
|
BBMIX-RUIS/bbMIXRUIS_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be65eaa66230e92a9f2eca3376c7e249aa522c817c92d57137004e955a38a545
|
3 |
+
size 2400040467
|
BBMIX-RUIS/bbMIXRUIS_v11.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a784d27ded165403231ab1a33e40e48d92009966ccf901b74c22edf8b87858e
|
3 |
+
size 2132625609
|
BBMIX-RUIS/bbMIXRUIS_v12.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd11341dec826cf20fae09190d054ce2aefa569c3ea684742070c3e3896851ed
|
3 |
+
size 2132625609
|
BBMIX-RUIS/bbmixRUIS_bbmixRUIS.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e252d28efeb5f81202cbd253cf6c41d69f11d90f6599a6907bbf24e8fea3be15
|
3 |
+
size 4097913910
|
BBMIX-RUIS/bbmixRUIS_v15.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54335861ad3f17e3fbd84bb95ff80f537bac890211e1c5d45ac741fb8484196b
|
3 |
+
size 2378777674
|
BBMIX-SANDY/bbMIXSANDY_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1371e4c7483903869c19f212cdc9066e380a8064337e3ad8fbb5c3036139c4d
|
3 |
+
size 2378777673
|
BBMIX-VERONICA/bbmixVERONICA_v10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aff4d5ce36723c66fa7c29c2018526289be41614129722c5c21ad162881a3c27
|
3 |
+
size 4097913910
|
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
duplicated_from: malikxseto/Necromancing-BBMixes
|
3 |
+
---
|
4 |
+
# BBMixes Backup
|
5 |
+
|
6 |
+
Backup of different BBMixes
|
7 |
+
|
8 |
+
## BBMIX-ALICE
|
9 |
+
- **[BB-Mix-ALICE_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-ALICE/bbMIXALICE_v10.safetensors)**
|
10 |
+
|
11 |
+
|
12 |
+
## BBMIX ANN
|
13 |
+
- **[BB-Mix-ANN_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-ANN/bbmixANN_v10.safetensors)**
|
14 |
+
|
15 |
+
|
16 |
+
## BBMIX EIMI
|
17 |
+
- **[BB-Mix-EIMI_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-EIMI/bbmixEIMI_v10.safetensors)**
|
18 |
+
|
19 |
+
|
20 |
+
## BBMIX EVE
|
21 |
+
- **[BB-Mix-EVE_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-EVE/bbmixEVE_v10.safetensors)**
|
22 |
+
|
23 |
+
|
24 |
+
## BBMIX HANNA
|
25 |
+
- **[BB-Mix-HANNA_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-HANNA/bbmixHANNA_v10.safetensors)**
|
26 |
+
|
27 |
+
|
28 |
+
## BBMIX JOY
|
29 |
+
- **[BB-Mix-JOY_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-JOY/bbmixJOY_v10.safetensors)**
|
30 |
+
- **[BB-Mix-JOY_V2.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-JOY/bbmixJOY_v20.safetensors)**
|
31 |
+
|
32 |
+
|
33 |
+
## BBMIX JUDE
|
34 |
+
- **[BB-Mix-JUDE_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-JUDE/bbmixJUDE_v10.safetensors)**
|
35 |
+
|
36 |
+
|
37 |
+
## BBMIX JULIA
|
38 |
+
- **[BB-Mix-JULIA_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-JULIA/bbmixJULIA_v10.safetensors)**
|
39 |
+
|
40 |
+
|
41 |
+
## BBMIX KALI
|
42 |
+
- **[BB-Mix-KALI_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-KALI/bbmixKALI_v10.safetensors)**
|
43 |
+
|
44 |
+
|
45 |
+
## BBMIX LIN
|
46 |
+
- **[BB-Mix-LIN_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-LIN/bbmixLIN_v10.safetensors)**
|
47 |
+
|
48 |
+
|
49 |
+
## BBMIX LUCI
|
50 |
+
- **[BB-Mix-LUCI_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-LUCI/bbmixLUCI_v10.safetensors)**
|
51 |
+
- **[BB-Mix-LUCI_V2.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-LUCI/bbmixLUCI_v20.safetensors)**
|
52 |
+
|
53 |
+
|
54 |
+
## BBMIX NUNU
|
55 |
+
- **[BB-Mix-NUNU_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-NUNU/bbmixNUNU_v10.safetensors)**
|
56 |
+
|
57 |
+
|
58 |
+
## BBMIX RUIS
|
59 |
+
- **[BB-Mix-RUIS_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-RUIS/bbMIXRUIS_v10.safetensors)**
|
60 |
+
- **[BB-Mix-RUIS_V1.1](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-RUIS/bbMIXRUIS_v11.safetensors)**
|
61 |
+
- **[BB-Mix-RUIS_V1.2](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-RUIS/bbMIXRUIS_v12.safetensors)**
|
62 |
+
- **[BB-Mix-RUIS_V1.5](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-RUIS/bbMIXRUIS_v15.safetensors)**
|
63 |
+
- **[BB-Mix-RUIS+](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-RUIS/bbmixRUIS_bbmixRUIS.safetensors)**
|
64 |
+
|
65 |
+
|
66 |
+
## BBMIX SANDY
|
67 |
+
- **[BB-Mix-SANDY_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-SANDY/bbMIXSANDY_v10.safetensors)**
|
68 |
+
|
69 |
+
|
70 |
+
## BBMIX VERONICA
|
71 |
+
- **[BB-Mix-VERONICA_V1.0](https://huggingface.co/malikxseto/Necromancing-BBMixes/resolve/main/BBMIX-VERONICA/bbmixVERONICA_v10.safetensors)**
|
72 |
+
|