norazlan commited on
Commit ·
d40ed2d
1
Parent(s): 71a703e
Upload 2 files
Browse files- config.json +27 -0
- styles.csv +6 -0
config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"quicksettings": "sd_model_checkpoint, sd_vae, eta_noise_seed_delta, CLIP_stop_at_last_layers",
|
| 3 |
+
"hide_samplers": [
|
| 4 |
+
"Euler",
|
| 5 |
+
"DPM++ SDE Karras",
|
| 6 |
+
"LMS",
|
| 7 |
+
"PLMS",
|
| 8 |
+
"Heun",
|
| 9 |
+
"DPM2",
|
| 10 |
+
"DPM2 a",
|
| 11 |
+
"DPM++ 2S a",
|
| 12 |
+
"DPM++ 2M",
|
| 13 |
+
"DPM++ SDE",
|
| 14 |
+
"DPM fast",
|
| 15 |
+
"DPM adaptive",
|
| 16 |
+
"LMS Karras",
|
| 17 |
+
"DPM2 Karras",
|
| 18 |
+
"DPM2 a Karras",
|
| 19 |
+
"DPM++ 2S a Karras"
|
| 20 |
+
],
|
| 21 |
+
"CLIP_stop_at_last_layers": 2,
|
| 22 |
+
"eta_noise_seed_delta": 31337,
|
| 23 |
+
"tac_showAllResults": true,
|
| 24 |
+
"control_net_max_models_num": 3,
|
| 25 |
+
"ctp_flavor": "mocha",
|
| 26 |
+
"accent_color": "red"
|
| 27 |
+
}
|
styles.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name,prompt,negative_prompt
|
| 2 |
+
Default Anime 1,"(masterpiece, best quality), ","(low quality, worst quality:1.4), (monochrome:1.1), (bad_prompt_version2:0.8), "
|
| 3 |
+
Default Anime 2,"masterpiece, best quality, ultra-detailed, illustration, 1girl, solo, modelshoot style, ","(worst quality, low quality:1.4), (bad_prompt_version2:0.8), (realistic, lip, nose, tooth, rouge, lipstick, eyeshadow:1.0), (dusty sunbeams:1.0), (abs, muscular, rib:1.0), (depth of field, bokeh, blurry:1.4), (grayscale, monochrome:1.1), (hands, ugly hands, badly drawn hands, fingers:1.0), (pubic hair:1.0), text, title, logo, signature, watermark, "
|
| 4 |
+
Default Anime 3,"(masterpiece, best quality, 1girl, solo), ","EasyNegative, (extra fingers, fewer fingers, hands)"
|
| 5 |
+
Default Realistic 1,"(RAW photo, best quality), (realistic, photo-realistic:1.2), high quality, (high detailed skin:1.4), puffy eyes, gorgeous hair, ","(EasyNegative:1.2), ng_deepnegative_v1_75t, paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, ((monochrome)), (grayscale:1.2), skin spots, acnes, skin blemishes, age spot, glans, extra fingers, fewer fingers, (watermark:1.2), (letters:1.2), (nsfw:1.2), teeth "
|
| 6 |
+
Negative Prompt 1,"(masterpiece, best quality, 1girl, solo, intricate details, chromatic aberration),","(worst quality:1.4), (low quality:1.4), (monochrome:1.1), EasyNegative, bad-artist-anime, bad-image-v2-39000, bad_prompt_version2, badquality, ng_deepnegative_v1_75t, verybadimagenegative_v1.2-6400, vile_prompt3, bad-hands-5, "
|