diff --git a/README.md b/README.md index 1ea1721..71c7eab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# sd-webui-oldsix_prompt v1.1 +# sd-webui-oldsix_prompt v1.2 #### 英文不好不用怕!彻底解决prompt对于国人不友好的痛点,整理了多个分类上千个提示词,无需英文快速输入提示词 #### 词库会持续更新,觉得不错的点个start #### AI交流Q群875376246 各种疑难解答 帮你踩坑 diff --git a/javascript/old_six_prompt.js b/javascript/old_six_prompt.js index c80f0fa..e6ce0b8 100644 --- a/javascript/old_six_prompt.js +++ b/javascript/old_six_prompt.js @@ -8,10 +8,13 @@ function loadNodes() { txtpromt: document.querySelector('#txt2img_prompt textarea'), txtnpromt: document.querySelector('#txt2img_neg_prompt textarea'), + imgpromt: document.querySelector('#img2img_prompt textarea'), imgnpromt: document.querySelector('#img2img_neg_prompt textarea'), btnReload:[], + btnClearP:[], + btnClearNP:[] } @@ -37,13 +40,45 @@ function addNPrompt(e) { } - -function addPrompt(e) { +function toggleNavCss(dom){ + let tabrow=dom.parentNode.parentNode.parentNode; + let tabnav=tabrow.parentNode.previousSibling; + let activebtns=tabrow.querySelectorAll(".oldsix-btn.active") + let target= tabnav.children[tabrow.dataset.tabitem] + + if(activebtns.length){ + target.classList.add("active") + } + else{ + target.classList.remove("active") + } - let elementprompt =e.target.dataset.pageindex==1 ? Elements.imgpromt : Elements.txtpromt - elementprompt.focus(); - document.execCommand('insertText', false, e.target.dataset.sixoldtit + ',') + +} + + +function addPrompt(e) { + let dom=e.target; + let str= e.target.dataset.sixoldtit + ',' + let elementprompt =e.target.dataset.pageindex==1 ? Elements.imgpromt : Elements.txtpromt + dom.classList.toggle("active") + toggleNavCss(dom) + ishas=false; + for (const item of dom.classList) { + if(item=='active'){ + ishas=true + } + } + if(!ishas){ + elementprompt.focus(); + elementprompt.value= elementprompt.value.replace(new RegExp(`(${str})`, 'g'), ''); + return + } + + elementprompt.focus(); + document.execCommand('insertText', false,str) + } @@ -146,6 +181,7 @@ function reloadNodes(jsonstring, btnreloadDom) { tabClick(tabbtn) }) let tabitem=CreateEle('div',contentContainer,'tab-item six-hide','') + tabitem.dataset.tabitem=count let content=CreateEle('div',tabitem,'oldsix-content','') if(count==0){ tabbtn.classList.add('selected') @@ -161,7 +197,7 @@ function reloadNodes(jsonstring, btnreloadDom) { tabs.appendChild(tabnav) tabs.appendChild(contentContainer) - btnreloadDom.parentNode.appendChild(tabs) + btnreloadDom.parentNode.parentNode.appendChild(tabs) } @@ -190,8 +226,67 @@ function move(){ Elements.img2img.appendChild(Elements.prompt2) } + +function clearPrompt(pageindex){ + + let textarea, container; + if(pageindex==0){ + textarea=Elements.txtpromt; + container=Elements.prompt + }else{ + textarea=Elements.imgpromt; + container=Elements.prompt2 + } + textarea.value=''; + let tabs=container.querySelector(".oldsix-tab-nav").children + let btns=container.querySelectorAll(".oldsix-btn.active") + + for (const item of tabs) { + item.classList.remove('active') + } + + btns.forEach(btn=>{ + btn.classList.remove('active') + }) + +} + +function clearNPrompt(pageindex){ + + let textarea=pageindex=='1'?Elements.imgnpromt:Elements.txtnpromt; + textarea.value=''; +} + +function loadClearbtn(){ + let btns1= Elements.prompt.querySelectorAll('.oldsix-clear') + let btns2= Elements.prompt2.querySelectorAll('.oldsix-clear') + btns1.forEach(item=>item.dataset.page='0') + btns2.forEach(item=>item.dataset.page='1') + Elements.btnClearP.push(btns1[0]) + Elements.btnClearP.push(btns2[0]) + Elements.btnClearNP.push(btns1[1]) + Elements.btnClearNP.push(btns2[1]) + + Elements.btnClearP.forEach(item=>{ + item.addEventListener('click',function(e){ + clearPrompt(item.dataset.page) + }) + }); + Elements.btnClearNP.forEach(item=>{ + item.addEventListener('click',function(e){ + clearNPrompt(item.dataset.page) + }) + }) +} + + onUiLoaded(async => { move() + + loadClearbtn() + + + Elements.btnReload= document.querySelectorAll('.oldsix-reload'); Elements.btnReload.forEach((item,index) => { item.dataset.page=index diff --git a/json/1画质和视角.json b/json/1画质和视角.json deleted file mode 100644 index 009b5e9..0000000 --- a/json/1画质和视角.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "画质": { - "提高质量": "HDR,UHD,8K", - "最佳质量": "best quality", - "杰作": "masterpiece", - "更多细节": "Highly detailed", - "演播室灯光": "Studio lighting", - "超精细绘画": "ultra-fine painting", - "聚焦清晰": "sharp focus", - "物理渲染": "physically-based rendering", - "极详细刻画": "extreme detail description", - "改善细节": "Professional", - "添加鲜艳色彩": "Vivid Colors", - "虚化模糊景": "Bokeh", - "相机设置": "(EOS R8,50mm,F1.2,8K,RAW photo:1.2)", - "老照片": "High resolution scan", - "素描": "Sketch", - "绘画": "Painting" - }, - "视角": { - "动态角度": "dynamic angle", - "从左侧视角": "from the left", - "从右侧视角": "from the right", - "从上方": "from above", - "从下面": "from below", - "从下往上看": "looking up", - "从上往下看": "looking down", - "从正上方往下看": "top down", - "从侧面往上看": "side view up", - "从侧面往下看": "side view down", - "从人物的角度往上看": "subject look up", - "从人物的角度往下看": "subject look down", - "在地面往上看": "ground view up", - "在地面往下看": "ground view down", - "全景": "panoramic view", - "广角宽景": "wide shot", - "广角": "wide-angle view", - "空中俯瞰视图": "aerial view", - "在高处往下看": "bird view", - "鸟瞰视角": "bird’s-eye view", - "蚯蚓视角": "worm’s eye view", - "带有角度的视角": "angled", - "低角度视角": "low-angle view", - "俯视视角": "top-down", - "放大镜效果": "zoomed in", - "缩小镜效果": "zoomed out", - "俯视": "top-down view", - "高角度视角": "high-angle view", - "平视": "eye level view/level gaze/straight gaze", - "特写": "close-up view", - "极端特写": "extreme close-up view" - }, - "视线": { - "面对画面或观众": "looking at viewer", - "两个角色对视": "looking at another", - "看着别的方": "looking away", - "回头看": "looking back", - "向上看": "looking up" - } -} \ No newline at end of file diff --git a/json/1起手.json b/json/1起手.json new file mode 100644 index 0000000..57dbc4d --- /dev/null +++ b/json/1起手.json @@ -0,0 +1,91 @@ +{ + "正面起手": { + "正常起手": "HDR,UHD,8K,Highly detailed,best quality,masterpiece,1girl", + "简单起手": "best quality,masterpiece,1girl", + "真实风格起手": "best quality,masterpiece,realistic,1girl", + "提高质量": "HDR,UHD,8K", + "最佳质量": "best quality", + "写实": "realistic", + "杰作": "masterpiece", + "更多细节": "Highly detailed", + "简单背景": "simple background", + "模糊背景": "blurry background", + "一个女孩": "1girl", + "演播室灯光": "Studio lighting", + "超精细绘画": "ultra-fine painting", + "聚焦清晰": "sharp focus", + "物理渲染": "physically-based rendering", + "极详细刻画": "extreme detail description", + "改善细节": "Professional", + "添加鲜艳色彩": "Vivid Colors", + "虚化模糊景": "Bokeh", + "相机设置": "(EOS R8,50mm,F1.2,8K,RAW photo:1.2)", + "老照片": "High resolution scan", + "素描": "Sketch", + "绘画": "Painting", + "上半身":"upper body", + "全身":"full body" + }, + "负面": { + "超级负面": "multiple breasts, (mutated hands and fingers:1.5 ), (long body :1.3), (mutation, poorly drawn :1.2) , black-white, bad anatomy, liquid body, liquid tongue, disfigured, malformed, mutated, anatomical nonsense, text font ui, error, malformed hands, long neck, blurred, lowers, lowres, bad anatomy, bad proportions, bad shadow, uncoordinated body, unnatural body, fused breasts, bad breasts, huge breasts, poorly drawn breasts, extra breasts, liquid breasts, heavy breasts, missing breasts, huge haunch, huge thighs, huge calf, bad hands, fused hand, missing hand, disappearing arms, disappearing thigh, disappearing calf, disappearing legs, fused ears, bad ears, poorly drawn ears, extra ears, liquid ears, heavy ears, missing ears, fused animal ears, bad animal ears, poorly drawn animal ears, extra animal ears, liquid animal ears, heavy animal ears, missing animal ears, text, ui, error, missing fingers, missing limb, fused fingers, one hand with more than 5 fingers, one hand with less than 5 fingers, one hand with more than 5 digit, one hand with less than 5 digit, extra digit, fewer digits, fused digit, missing digit, bad digit, liquid digit, colorful tongue, black tongue, cropped, watermark, username, blurry, JPEG artifacts, signature, 3D, 3D game, 3D game scene, 3D character, malformed feet, extra feet, bad feet, poorly drawn feet, fused feet, missing feet, extra shoes, bad shoes, fused shoes, more than two shoes, poorly drawn shoes, bad gloves, poorly drawn gloves, fused gloves, bad cum, poorly drawn cum, fused cum, bad hairs, poorly drawn hairs, fused hairs, big muscles, ugly, bad face, fused face, poorly drawn face, cloned face, big face, long face, bad eyes, fused eyes poorly drawn eyes, extra eyes, malformed limbs, more than 2 nipples, missing nipples, different nipples, fused nipples, bad nipples, poorly drawn nipples, black nipples, colorful nipples, gross proportions. short arm, (((missing arms))), missing thighs, missing calf, missing legs, mutation, duplicate, morbid, mutilated, poorly drawn hands, more than 1 left hand, more than 1 right hand, deformed, (blurry), disfigured, missing legs, extra arms, extra thighs, more than 2 thighs, extra calf, fused calf, extra legs, bad knee, extra knee, more than 2 legs, bad tails, bad mouth, fused mouth, poorly drawn mouth, bad tongue, tongue within mouth, too long tongue, black tongue, big mouth, cracked mouth, bad mouth, dirty face, dirty teeth, dirty pantie, fused pantie, poorly drawn pantie, fused cloth, poorly drawn cloth, bad pantie, yellow teeth, thick lips, bad cameltoe, colorful cameltoe, bad asshole, poorly drawn asshole, fused asshole, missing asshole, bad anus, bad pussy, bad crotch, bad crotch seam, fused anus, fused pussy, fused anus, fused crotch, poorly drawn crotch, fused seam, poorly drawn anus, poorly drawn pussy, poorly drawn crotch, poorly drawn crotch seam, bad thigh gap, missing thigh gap, fused thigh gap, liquid thigh gap, poorly drawn thigh gap, poorly drawn anus, bad collarbone, fused collarbone, missing collarbone, liquid collarbone, strong girl, obesity, worst quality, low quality, normal quality, liquid tentacles, bad tentacles, poorly drawn tentacles, split tentacles, fused tentacles, missing clit, bad clit, fused clit, colorful clit, black clit, liquid clit, QR code, bar code, censored, safety panties, safety knickers, beard, furry ,pony, pubic hair, mosaic, excrement, faeces, shit, futa, testis", + "基础负面": "nsfw,logo,text,badhandv4,EasyNegative,ng_deepnegative_v1_75t,rev2-badprompt,verybadimagenegative_v1.3,negative_hand-neg,mutated hands and fingers,poorly drawn face,extra limb,missing limb,disconnected limbs,malformed hands,ugly", + "NSFW": "nsfw,logo,text", + "embeddings": "badhandv4,EasyNegative,ng_deepnegative_v1_75t,rev2-badprompt,verybadimagenegative_v1.3,negative_hand-neg,bad-picture-chill-75v", + "变异手指": "mutated hands and fingers", + "畸形的": "deformed", + "解剖不良": "bad anatomy", + "毁容": "disfigured", + "脸不好": "poorly drawn face", + "变异的": "mutated", + "多余肢体": "extra limb", + "丑陋": "ugly", + "手画得差": "poorly drawn hands", + "缺少的肢体": "missing limb", + "漂浮的四肢": "floating limbs", + "肢体不连贯": "disconnected limbs", + "畸形的手": "malformed hands", + "脱离焦点": "out of focus", + "长颈": "long neck", + "身体长": "long body" + }, + "视角": { + "动态角度": "dynamic angle", + "从左侧视角": "from the left", + "从右侧视角": "from the right", + "从上方": "from above", + "从下面": "from below", + "从下往上看": "looking up", + "从上往下看": "looking down", + "从正上方往下看": "top down", + "从侧面往上看": "side view up", + "从侧面往下看": "side view down", + "从人物的角度往上看": "subject look up", + "从人物的角度往下看": "subject look down", + "在地面往上看": "ground view up", + "在地面往下看": "ground view down", + "全景": "panoramic view", + "广角宽景": "wide shot", + "广角": "wide-angle view", + "空中俯瞰视图": "aerial view", + "在高处往下看": "bird view", + "鸟瞰视角": "bird’s-eye view", + "蚯蚓视角": "worm’s eye view", + "带有角度的视角": "angled", + "低角度视角": "low-angle view", + "俯视视角": "top-down", + "放大镜效果": "zoomed in", + "缩小镜效果": "zoomed out", + "俯视": "top-down view", + "高角度视角": "high-angle view", + "平视": "eye level view/level gaze/straight gaze", + "特写": "close-up view", + "极端特写": "extreme close-up view" + }, + "视线": { + "面对画面或观众": "looking at viewer", + "两个角色对视": "looking at another", + "看着别的方": "looking away", + "回头看": "looking back", + "向上看": "looking up" + } +} \ No newline at end of file diff --git a/json/2负面.json b/json/2负面.json deleted file mode 100644 index e501c5a..0000000 --- a/json/2负面.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "负面提示": { - "全选": "nsfw,logo,text,badhandv4,EasyNegative,ng_deepnegative_v1_75t,rev2-badprompt,verybadimagenegative_v1.3,negative_hand-neg,mutated hands and fingers,poorly drawn face,extra limb,missing limb,disconnected limbs,malformed hands,ugly", - "NSFW": "nsfw,logo,text", - "embeddings": "badhandv4,EasyNegative,ng_deepnegative_v1_75t,rev2-badprompt,verybadimagenegative_v1.3,negative_hand-neg,bad-picture-chill-75v", - "变异手指": "mutated hands and fingers", - "畸形的": "deformed", - "解剖不良": "bad anatomy", - "毁容": "disfigured", - "脸不好": "poorly drawn face", - "变异的": "mutated", - "多余肢体": "extra limb", - "丑陋": "ugly", - "手画得差": "poorly drawn hands", - "缺少的肢体": "missing limb", - "漂浮的四肢": "floating limbs", - "肢体不连贯": "disconnected limbs", - "畸形的手": "malformed hands", - "脱离焦点": "out of focus", - "长颈": "long neck", - "身体长": "long body" - } -} \ No newline at end of file diff --git a/json/人物.json b/json/人物.json index 59bbb41..35d4971 100644 --- a/json/人物.json +++ b/json/人物.json @@ -50,7 +50,10 @@ "普通": "medium breasts", "巨乳": "large breasts", "爆乳": "huge breasts", - "下垂": "hanging breasts" + "下垂": "hanging breasts", + "侧乳":"sideboob", + "乳沟":"cleavage", + "半露前胸(拉开衣效果)":"unbuttoned clothes" }, "身体部位": { "腋窝": "armpits", @@ -58,12 +61,6 @@ "肚脐": "navel", "屁股": "ass", "大腿": "thighs" - }, - "翼": { - "翅膀": "wings", - "蝠翼": "bat wings", - "蝶翼": "butterfly wings", - "悪魔翼": "demon wings", - "龙翼": "dragon wings" } + } \ No newline at end of file diff --git a/json/人物_头发.json b/json/人物_头发.json index c635eb1..17cdada 100644 --- a/json/人物_头发.json +++ b/json/人物_头发.json @@ -1,92 +1,98 @@ { - "髪色": { - "単色": { - "黒髪": "black hair", - "金髪": "blonde hair", - "棕髪": "brown hair", - "红髪": "red hair", - "粉髪": "pink hair", - "蓝髪": "blue hair", - "水色髪": "aqua hair", - "緑髪": "green hair", - "紫髪": "purple hair", - "橙髪": "orange hair", - "銀髪": "silver hair", - "灰髪": "gray hair", - "白髪": "white hair" - }, - "多色": { - "五颜六色": "multicolored hair", - "条纹色": "streaked hair", - "渐变色": "gradient hair", - "内侧彩发": "colored inner hair", - "分色(着重发梢)": "split-color hair" - } - }, - "髪型": { - "長度": { - "极短发": "very short hair", - "短发": "short hair", - "中等": "medium hair", - "长发": "long hair", - "超长": "very long hair", - "超超长(超过屁股)": "absurdly long hair" - }, - "種類": { - "凌乱": "messy hair", - "直发": "straight hair", - "卷发": "wavy hair", - "倒立": "flipped hair", - "非対称": "asymmetrical hair" - }, - "马尾": { - "马尾": "ponytail", - "高马尾": "high ponytail", - "低马尾": "low ponytail", - "前马尾": "front ponytail", - "侧马尾": "side ponytail", - "分股马尾": "split ponytail", - "折叠马尾": "folded ponytail", - "短马尾": "short ponytail" - }, - "双马尾": { - "双马尾": "twintails", - "低双马尾": "low twintails", - "短双马尾": "short twintails", - "三尾": "tri tails", - "四尾": "quad tails" - }, - "辫子":{ - "辫子": "braid", - "盘辫": "half updo", - "一面朝上": "one side up", - "两面朝上": "two side up", - "多辫": "multi-tied hair", - "头顶结": "topknot", - "巻毛": "curly hair", - "钻孔": "drill hair", - "双头螺柱": "twin drills", - "发卷儿": "ringlets", - "蝴蝶结": "bow-shaped hair", - "丸子頭": "hair bun", - "带发圈": "hair rings", - "脏辫": "dreadlocks" - }, - "刘海": { - "平刘海": "blunt bangs", - "非対称": "asymmetrical bangs", - "遮盖眼睛": "hair over eyes", - "遮一只眼睛": "hair over one eye", - "分缝的齐刘海": "parted bangs", - "齐刘海": "swept bangs", - "单竖刘海": "hair between eyes", - "头量": "hair intakes", - "侧锁(侧面发起来整齐)": "side locks" - }, - "其他": { - "发片": "hair flaps", - "阿货(日语)": "ahoge", - "天线毛": "antenna hair" - } -} + "髪色": { + "単色": { + "黒髪": "black hair", + "金髪": "blonde hair", + "棕髪": "brown hair", + "红髪": "red hair", + "粉髪": "pink hair", + "蓝髪": "blue hair", + "水色髪": "aqua hair", + "緑髪": "green hair", + "紫髪": "purple hair", + "橙髪": "orange hair", + "銀髪": "silver hair", + "灰髪": "gray hair", + "白髪": "white hair" + }, + "多色": { + "五颜六色": "multicolored hair", + "条纹色": "streaked hair", + "渐变色": "gradient hair", + "内侧彩发": "colored inner hair", + "分色(着重发梢)": "split-color hair" + } + }, + "长度种类": { + "長度": { + "极短发": "very short hair", + "短发": "short hair", + "中等": "medium hair", + "长发": "long hair", + "超长": "very long hair", + "超超长(超过屁股)": "absurdly long hair" + }, + "種類": { + "凌乱": "messy hair", + "直发": "straight hair", + "卷发": "wavy hair", + "倒立": "flipped hair", + "非対称": "asymmetrical hair" + } + }, + "发型": { + "马尾": { + "马尾": "ponytail", + "高马尾": "high ponytail", + "低马尾": "low ponytail", + "前马尾": "front ponytail", + "侧马尾": "side ponytail", + "分股马尾": "split ponytail", + "折叠马尾": "folded ponytail", + "短马尾": "short ponytail" + }, + "双马尾": { + "双马尾": "twintails", + "低双马尾": "low twintails", + "短双马尾": "short twintails", + "三尾": "tri tails", + "四尾": "quad tails" + }, + "辫子": { + "辫子": "braid", + "盘辫": "half updo", + "一面朝上": "one side up", + "两面朝上": "two side up", + "多辫": "multi-tied hair", + "头顶结": "topknot", + "巻毛": "curly hair", + "钻孔": "drill hair", + "双头螺柱": "twin drills", + "发卷儿": "ringlets", + "蝴蝶结": "bow-shaped hair", + "丸子頭": "hair bun", + "带发圈": "hair rings", + "脏辫": "dreadlocks" + }, + "刘海": { + "平刘海": "blunt bangs", + "非対称": "asymmetrical bangs", + "遮盖眼睛": "hair over eyes", + "遮一只眼睛": "hair over one eye", + "分缝的齐刘海": "parted bangs", + "齐刘海": "swept bangs", + "单竖刘海": "hair between eyes", + "发片": "hair flaps", + "头量": "hair intakes", + "侧锁(侧面看起来整齐)": "side locks" + + + } + } + + + + + + } \ No newline at end of file diff --git a/json/人物_姿势.json b/json/人物_姿势.json index 2f4a785..ccee34d 100644 --- a/json/人物_姿势.json +++ b/json/人物_姿势.json @@ -1,131 +1,188 @@ { - "姿态": { - "侧身坐": "yokozuwari", - "鸭子坐": "ahirusuwari", - "盘腿": "indian style", - "跪着": "kneeling", - "躬躯": "arched back", - "膝枕": "lap pillow", - "学猫叫": "paw pose", - "单膝跪地": "one knee", - "蜷起身子侧躺": "fetal position", - "仰卧": "on back", - "俯卧": "on stomach", - "坐着": "sitting", - "屈膝抱腿坐": "hugging own legs", - "立式跨骑": "upright straddle", - "站着": "standing", - "蹲着": "squatting", - "绑在十字架上": "crucifixion", - "双腿缠绕": "leg lock", - "四肢着地": "all fours", - "戴耳机": "hand on headphones", - "鬼姿势": "ghost pose", - "回头": "turning around", - "歪头": "head tilt", - "前倾": "leaning forward" - }, - "手势": { - "嘘手势": "shushing", - "翘大拇指": "thumbs up", - "手放脑后": "arms behind head", - "手放身后": "arms behind back", - "手插口袋": "hand in pocket", - "双手插口袋": "hands in pocket", - "十指相扣": "interlocked fingers", - "V字手势": "victory pose", - "手在地板上": "hand on floor", - "手在额头上": "hand on forehead", - "手在肚子上": "hand on own stomach", - "手在肩膀上": "arm over shoulder", - "手搭别人的腿": "hand on another's leg", - "手搭别人的腰": "hand on another's waist", - "双手合十": "own hands clasped", - "翼展双臂": "wide open arms", - "手放嘴边": "hand to mouth", - "手枪手势": "finger gun", - "猫爪手势": "cat pose" - }, - "视线": { - "远眺": "looking afar", - "照镜子": "looking at mirror", - "看手机": "looking at phone", - "看向别处": "looking away", - "透过刘海看": "visible through hair", - "透过眼镜看": "looking over glasses", - "面向观者": "look at viewer", - "靠近观者": "close to viewer", - "动态角度": "dynamic angle", - "舞台角度": "dramatic angle", - "凝视": "stare", - "向上看": "looking up", - "向下看": "looking down", - "看向旁边": "looking to the side", - "移开目光": "looking away" - }, - "整体": { - "嗅闻": "smelling", - "公主抱": "princess carry", - "拥抱": "hug", - "背对背": "back-to-back", - "耶": "peace symbol", - "调整过膝袜": "adjusting_thighhigh", - "抓住": "grabbing", - "战斗姿态": "fighting_stance", - "走": "walking", - "跑": "running", - "跨坐": "straddling", - "跳": "jump", - "飞": "fly", - "靠墙": "against wall", - "躺": "lie", - "从背后抱": "hug from behind", - "遛狗": "walk a dog", - "提裙": "skirt lift", - "泡温泉": "half body under water", - "骑马": "horse riding", - "自拍": "selfie", - "一字马": "standing split", - "敬礼": "salute", - "祈祷": "pray", - "冥想": "doing a meditation" - }, - "上半身": { - "伸懒腰": "stretch", - "托腮": "gill support", - "牵手": "holding hands", - "单手叉腰": "hand_on_hip", - "双手叉腰": "hands_on_hips", - "招手": "waving", - "撮头发": "hair scrunchie", - "拉头发": "hair_pull", - "抓别人的头发": "grabbing another's hair", - "竖中指": "middle_finger", - "弯腰": "bent over", - "亲吻脸颊": "kissing cheek", - "亲吻额头": "kissing forehead", - "踮起脚尖吻": "tiptoe kiss", - "头顶水果": "fruit on head", - "咬手套": "glove biting", - "脸贴脸": "cheek-to-cheek", - "手牵手": "hand on another's hand", - "双手交叉": "crossed arms", - "双手张开伸直": "spread arms", - "挥动手臂": "waving arms", - "伸出手臂": "outstretched arm", - "用手臂支撑": "carrying", - "搂着手臂": "arm hug", - "拿着": "holding", - "拿着餐刀": "holding knife", - "拿着枪": "holding gun", - "拿着杯子": "holding cup", - "拿着食物": "holding food", - "拿着书": "holding book", - "拿着魔杖": "holding wand", - "打着伞": "holding umbrella", - "捧着花": "holding flower", - "拿着麦克风": "holding microphone", - "抱着物品": "object hug", - "抱着心": "holding heart" - } + + "综合": { + "站立": "standing", + "弯腰": "bent over", + "弓背": "arched back", + "拉伸": "stretching", + "躺着": "lying on back", + "趴着": "on stomach", + "侧躺": "on side", + "坐着": "sitting", + "w坐割座": "wariza", + "跨坐": "straddling", + "四肢着地": "all fours", + "jack-o": "jack-o' challenge", + "双腿过头": "legs over head", + "胎儿姿势": "fetal position", + "自拍": "selfie", + "通过腿看": "looking through legs", + "二郎腿": "crossed_legs", + "跪姿": "kneel", + "萝莉坐": "kneeling&setting on floot", + "裸露的肩膀 ": "bare shoulders", + "坐在地上": "sitting on the ground", + "提裙": "Skirt lift", + "一字马": "standing split", + "手臂在背后 ": "arms behind back ", + "狗趴式": "doggystyle", + "鸭子坐(女子座)": "wariza", + "泡温泉": "half body under water", + "张开腿": "spread legs", + "趴着翘臀": "top-down_bottom-up", + "開腳": "open your legs wide", + "漏腋": "armpits", + "坐在地上(XWX)": "w-sitting on the ground", + "战斗姿态": "fighting_stance", + "坐在椅子上": "sitting on chair", + "瑜伽": "yoga", + "绝对空域(大腿三角)": "thigh gap", + "骑马": "horse riding", + "掀裙子": "skirt_lift", + "行走": "walk", + "鸭子坐": "wariza", + "正骑乘": "girl on top", + "祈祷": "pray", + "蹲着": "squatting", + "坐在床上": "sitting on bed", + "翘PP": "top-down bottom-up", + "抱膝": "huddle, clasp knees", + "公主抱": "princess carry", + "侧躺着": "Lie on your side,", + "抚摸": "groping", + "撩起衣服": "clothes_lift", + "盘腿坐": "indian style,", + "动态姿势": "dynamic pose", + "敬礼": "salute" + }, + + "姿态": { + "侧身坐": "yokozuwari", + "鸭子坐": "ahirusuwari", + "盘腿": "indian style", + "跪着": "kneeling", + "躬躯": "arched back", + "膝枕": "lap pillow", + "学猫叫": "paw pose", + "单膝跪地": "one knee", + "蜷起身子侧躺": "fetal position", + "仰卧": "on back", + "俯卧": "on stomach", + "坐着": "sitting", + "屈膝抱腿坐": "hugging own legs", + "立式跨骑": "upright straddle", + "站着": "standing", + "蹲着": "squatting", + "绑在十字架上": "crucifixion", + "双腿缠绕": "leg lock", + "四肢着地": "all fours", + "戴耳机": "hand on headphones", + "鬼姿势": "ghost pose", + "回头": "turning around", + "歪头": "head tilt", + "前倾": "leaning forward" + }, + "手势": { + "嘘手势": "shushing", + "翘大拇指": "thumbs up", + "手放脑后": "arms behind head", + "手放身后": "arms behind back", + "手插口袋": "hand in pocket", + "双手插口袋": "hands in pocket", + "十指相扣": "interlocked fingers", + "V字手势": "victory pose", + "手在地板上": "hand on floor", + "手在额头上": "hand on forehead", + "手在肚子上": "hand on own stomach", + "手在肩膀上": "arm over shoulder", + "手搭别人的腿": "hand on another's leg", + "手搭别人的腰": "hand on another's waist", + "双手合十": "own hands clasped", + "翼展双臂": "wide open arms", + "手放嘴边": "hand to mouth", + "手枪手势": "finger gun", + "猫爪手势": "cat pose" + }, + "视线": { + "远眺": "looking afar", + "照镜子": "looking at mirror", + "看手机": "looking at phone", + "看向别处": "looking away", + "透过刘海看": "visible through hair", + "透过眼镜看": "looking over glasses", + "面向观者": "look at viewer", + "靠近观者": "close to viewer", + "动态角度": "dynamic angle", + "舞台角度": "dramatic angle", + "凝视": "stare", + "向上看": "looking up", + "向下看": "looking down", + "看向旁边": "looking to the side", + "移开目光": "looking away" + }, + "整体": { + "嗅闻": "smelling", + "公主抱": "princess carry", + "拥抱": "hug", + "背对背": "back-to-back", + "耶": "peace symbol", + "调整过膝袜": "adjusting_thighhigh", + "抓住": "grabbing", + "战斗姿态": "fighting_stance", + "走": "walking", + "跑": "running", + "跨坐": "straddling", + "跳": "jump", + "飞": "fly", + "靠墙": "against wall", + "躺": "lie", + "从背后抱": "hug from behind", + "遛狗": "walk a dog", + "提裙": "skirt lift", + "泡温泉": "half body under water", + "骑马": "horse riding", + "自拍": "selfie", + "一字马": "standing split", + "敬礼": "salute", + "祈祷": "pray", + "冥想": "doing a meditation" + }, + "上半身": { + "伸懒腰": "stretch", + "托腮": "gill support", + "牵手": "holding hands", + "单手叉腰": "hand_on_hip", + "双手叉腰": "hands_on_hips", + "招手": "waving", + "撮头发": "hair scrunchie", + "拉头发": "hair_pull", + "抓别人的头发": "grabbing another's hair", + "竖中指": "middle_finger", + "弯腰": "bent over", + "亲吻脸颊": "kissing cheek", + "亲吻额头": "kissing forehead", + "踮起脚尖吻": "tiptoe kiss", + "头顶水果": "fruit on head", + "咬手套": "glove biting", + "脸贴脸": "cheek-to-cheek", + "手牵手": "hand on another's hand", + "双手交叉": "crossed arms", + "双手张开伸直": "spread arms", + "挥动手臂": "waving arms", + "伸出手臂": "outstretched arm", + "用手臂支撑": "carrying", + "搂着手臂": "arm hug", + "拿着": "holding", + "拿着餐刀": "holding knife", + "拿着枪": "holding gun", + "拿着杯子": "holding cup", + "拿着食物": "holding food", + "拿着书": "holding book", + "拿着魔杖": "holding wand", + "打着伞": "holding umbrella", + "捧着花": "holding flower", + "拿着麦克风": "holding microphone", + "抱着物品": "object hug", + "抱着心": "holding heart" + } } \ No newline at end of file diff --git a/json/人物_服装.json b/json/人物_服装.json index cc28093..ac779bd 100644 --- a/json/人物_服装.json +++ b/json/人物_服装.json @@ -1,88 +1,292 @@ { - "上装": { - "过手袖": "sleeves_past_fingers", - "背心": "tank top", - "白衬衫": "white shirt", - "水手衬衫": "sailor shirt", - "T恤": "T-shirt", - "毛衣": "sweater", - "夏日长裙": "summer dress", - "连帽衫": "hoodie", - "毛领": "fur trimmed colla", - "兜帽斗篷": "hooded cloak", - "夹克": "jacket", - "皮夹克": "leather jacket", - "探险家夹克": "safari jacket", - "兜帽": "hood", - "牛仔夹克": "denim jacket", - "高领夹克": "turtleneck jacket", - "消防员夹克": "firefighter jacket", - "透明夹克": "see-through jacket", - "战壕大衣": "trench coat", - "实验室外套": "lab coat", - "羽绒服": "Down Jackets", - "防弹盔甲": "body armor", - "防弹衣": "flak jacket", - "大衣": "overcoat", - "粗呢大衣": "duffel coat" - }, - "服装": { - "透视装": "transparent clothes", - "燕尾服": "tailcoat", - "女仆装": "Victoria black maid dress", - "水手服": "sailor suit", - "学生服": "school uniform", - "职场制服": "bussiness suit", - "西装": "suit", - "军装": "military uniform", - "礼服": "lucency full dress", - "汉服": "hanfu", - "旗袍": "cheongsam", - "和服": "japanses clothes", - "运动服": "sportswear", - "工装服": "dungarees", - "婚纱": "wedding dress", - "银色连衣裙": "silvercleavage dress", - "长袍": "robe", - "围裙": "apron", - "快餐制服": "fast food uniform", - "JK制服": "JK", - "健身服": "gym_uniform", - "巫女服": "miko attire", - "海军陆战队服": "SWAT uniform", - "无袖连衣裙": "sleeveless dress", - "雨衣": "raincoat", - "机甲衣": "mech suit", - "巫师法袍": "wizard robe", - "刺客装束": "assassin-style" - }, - "下装": { - "牛仔短裤": "denim shorts", - "百褶裙": "pleated skirt", - "热裤": "short shorts", - "铅笔裙": "pencil skirt", - "皮裙": "leather skirt", - "黑色紧身裤": "black leggings", - "和服下的裙子": "skirt under kimono" - }, - "其他服装": { - "褶边": "frills", - "花边": "lace", - "哥特风格": "gothic", - "洛丽塔风格": "lolita fashion", - "西部风格": "western", - "湿身": "wet clothes", - "露单肩": "off_shoulder", - "露双肩": "bare_shoulders", - "格子花纹": "tartan", - "横条花纹": "striped", - "披甲": "armored skirt", - "盔甲": "armor", - "金属盔甲": "metal armor", - "狂战士铠甲": "berserker armor", - "腰带": "belt", - "围巾": "scarf", - "披肩": "cape", - "皮草披肩": "fur shawl" - } + "综合1": { + "比基尼": "bikini", + "系绳比基尼": "string bikini", + "解开比基尼": "untied bikini", + "前系带比基尼上着": "front-tie bikini top", + "侧系带比基尼下着": "side-tie bikini bottom", + "微小比基尼": "micro bikini", + "泳装": "swimsuit", + "连体泳衣": "one-piece swimsuit", + "学校泳衣": "school swimsuit", + "竞赛泳衣": "competition swimsuit", + "运动服": "sportswear", + "排球服": "volleyball uniform", + "旗袍": "china dress", + "水手服": "serafuku", + "校服": "school uniform", + "布鲁玛": "buruma", + "高领衬衫": "collared shirt", + "紧身衣": "leotard", + "无肩带紧身衣": "strapless leotard", + "高叉紧身衣": "highleg leotard", + "丁字紧身衣": "thong leotard", + "衣服下紧身衣": "leotard under clothes", + "紧身衣服": "taut clothes", + "紧身衬衫": "taut shirt", + "薄纱连衣裙": "sheer tulle dress", + "雪纺连衣裙": "chiffon dress", + "紧身衣裤": "bodysuit", + "背心": "tank top", + "连身裙": "dress", + "露背连身裙": "backless dress", + "绕颈连身裙": "halter dress ", + "毛衣连身裙": "sweater dress", + "露背装": "backless outfit", + "睡袍": "nightgown", + "毛衣": "sweater", + "高领毛衣": "turtleneck sweater", + "罗纹毛衣": "ribbed sweater", + "露肩毛衣": "off-shoulder sweater", + "开胸毛衣": "open-chest sweater", + "肩膀切口": "shoulder cutout", + "臀部切口": "hip vent", + "心型切口": "heart cutout", + "后背切口": "back cutout", + "下胸切口": "underboob cutout", + "束腹": "corset", + "小可爱露腹短上衣": "crop top", + "赛车服(By KimZuo)": "racing suit", + "护士服(By Yao_men)": "nurse", + "乳胶紧身衣(By Yao_men)": "latex", + "白大褂(By Yao_men)": "lab_coat", + "便利店工作服(By 糯米)": "convenience store uniforms", + "夏日长裙": "summer long skirt", + "西装": "business suit", + "浴衣": "yukata", + "圣诞装": "santa", + "哥特洛丽塔风格": "gothic_lolita", + "马猴烧酒风格": "mahou shoujo" + }, + "综合2": { + "女仆装": "Maid dress", + "西服(black黑)-by bilibili-跑酷": "black suit", + "啦啦隊": "cheerleading", + "迷你比基尼": "micro bikini", + "頸帶": "neck ribbon", + "无胸罩": "no_bra", + "黑丝连体衣": "conjoined black silk", + "兜帽斗篷": "Cape hood", + "修女服": "nun gown", + "军装": "military uniform", + "汉服": "hanfu", + "破损的衣物": "torn clothes", + "婚纱": "wedding_dress", + "黑色礼服": "black skirt dress, flower pattern in dress,black gown", + "披风": "cloak", + "白色风衣": "white_windbreaker", + "风衣": "wind coat", + "奶牛比基尼": "cow_bikini", + "露背毛衣": "Open-backed sweater", + "曬痕": "tan line", + "透明衣服": "see-through", + "运动制服": "gym_uniform", + "晚礼服": "evening dress", + "礼服": "full dress", + "战斗服": "combat suit", + "小披风": "poncho", + "休闲服(素上衣、牛仔裤)": "casual wear", + "实验袍": "lab coat", + "学校制服": "school_uniform", + "甜美可爱的洛丽塔": "sweet_lolita", + "网纹衣": "fishnet top", + "魔女风格服": "Witch dress", + "巫女服": "Miko clothing", + "无裆内裤": "crotchless panties", + "大衣": "overcoat", + "湿润的衣服": "wet clothes", + "长袍": "robe", + "战壕风衣": "trench_coat", + "抹胸": "strapless tank top, navel cutout", + "派克大衣": "parka", + "洛丽塔风格": "lolita_fashion", + "无内衣": "no underwear", + "水手裙": "sailor dress", + "紧身连体衣": "zentai", + "皮衣": "leather jacket", + "防弹衣": "bulletproof_vest,", + "蛛网纹路": "spider web print", + "sweet_lolita,": "sweet_lolita", + "A": "Maid dress", + "史莱姆装": "slime dress", + "撕裂的衣服": "torn clothes", + "无": "less clothes\n" + }, + "综合3": { + "乳胶衣": "latex", + "中式死库水(辉木)": "Chinese style,One-piece swimsuit,Clothes with gold patterns", + "雨衣": "Raincoat", + "不知火舞": "Mai Shiranui", + "睡衣": "pajamas", + "街头风格服饰": "street wear", + "透明晚礼服 by czz": "[see-through:evening dress:0.3]", + "修女": "loli,one girl,domineering lady, nun", + "短款和服": "kimono", + "浴袍": "bathrobe", + "铠甲": "armor", + "外套": "coat", + "连帽衫(带帽卫衣)": "hoodie", + "圆领卫衣": "sweatshirt", + "蓝白条纹比基尼": "blue and white striped bikini", + "神父/修生黑袍": "Cassock", + "动力甲": "power armor", + "长袖运动服(直译为立领长风衣)": "Standing collar long windbreaker", + "旗袍(效果好)": "cheongsam", + "浸湿(如果有内衣会透的更明显)": "soaked", + "工装": " dungarees", + "透过衣服能看到胸罩": "bra visible through clothes", + "蕾丝边胸罩": "lace-trimmed bra", + "一些风格服饰": "indian clothes,chinese clothes,Cleopatra,", + "肚皮舞者": "Belly Dancer", + "中国的衣服裙子": "chinese clothes,china dress,", + "连体白丝": "conjoined white silk", + "透明水手服": "see-through serafuku", + "高叉泳衣": "highleg swimsuit", + "礼服长裙": "revealing dress", + "病号服": "hospital gown", + "白色衣服": "White clothes", + "希腊服饰": "Greek clothes", + "紧身连衣裤": "leotards", + "V领针织毛衣(无袖背心)": "V-NECK SWEATER VEST", + "南瓜裙": "Pumpkin skirt", + "万圣节服装": "halloween_costume", + "软壳外套": "soft shell coat", + "内衣": "underwear", + "外骨骼": "exoskeleton", + "罩衫": "frock", + "道袍": "Taoist robe", + "军大衣": "Army overcoat", + "荷叶边衬衫": "frillded shirt", + "黑色连衣裙+白色打底T恤搭配(请勿去掉tag括号)": "(((black sundress with round neck,white T-shirt bottom)))", + "外骨骼机甲": "Exoskeleton Mecha", + "拼接款": "mosaic", + "战袍": "Battle Robe", + "性感内衣": "sexy lingerie", + "机械服装": "mechanical clothes", + "机械战甲": "[Battle Robe:Exoskeleton Mecha:0.3]" + + }, + "裙子": { + "裙子": "skirt", + "百褶裙": "pleated skirt", + "格子裙 ": "plaid skirt", + "超短裙": "miniskirt", + "包臀裙": "sheath dress", + "连衣裙": "one-piece dress", + "花卉图案连衣裙(白)": "white skirt dress, flower pattern in dress,white gow", + "花卉图案连衣裙(黑)": "black skirt dress, flower pattern in dress,black gow", + "多層裙子": "layered skirt", + "分层式半身裙(贵族气质)(by残阳)": "layered skirt", + "夏日连衣裙": "summer dress", + "腰围裙": "waist apron", + "蓬蓬裙": "pettiskirt", + "芭蕾舞裙": "tutu", + "格子裙": "plaid skirt", + "围裙": "apron", + "铅笔裙": "pencil skirt", + "迷你裙": "miniskirt", + "透明硬纱/蕾丝花边": "Organza lace", + "哥特式洛丽塔": "lolita gothic", + "现代洛丽塔": "lolita fasion", + "紧身连衣裙": "Dirndl", + "铠装连衣裙": "armored dress", + "盔甲裙": "armored dress", + "长裙": "Long skirt", + "雨裙": "Rainskirt", + "中式旗袍死库水": "chinese clothes+leotard", + "带褶连衣裙": "pleated dress", + "无肩带礼服": "strapless dress", + "露肩连衣裙": "off-shoulder dress", + "婚纱": "wedding dress", + "汉服": "Han Chinese Clothing", + "微型短裙": "microskirt", + "黑百褶裙": "black pleated skirt", + "吊带裙": "suspender skirt" + }, + "上装": { + "过手袖": "sleeves_past_fingers", + "背心": "tank top", + "白衬衫": "white shirt", + "水手衬衫": "sailor shirt", + "T恤": "T-shirt", + "毛衣": "sweater", + "夏日长裙": "summer dress", + "连帽衫": "hoodie", + "毛领": "fur trimmed colla", + "兜帽斗篷": "hooded cloak", + "夹克": "jacket", + "皮夹克": "leather jacket", + "探险家夹克": "safari jacket", + "兜帽": "hood", + "牛仔夹克": "denim jacket", + "高领夹克": "turtleneck jacket", + "消防员夹克": "firefighter jacket", + "透明夹克": "see-through jacket", + "战壕大衣": "trench coat", + "实验室外套": "lab coat", + "羽绒服": "Down Jackets", + "防弹盔甲": "body armor", + "防弹衣": "flak jacket", + "大衣": "overcoat", + "粗呢大衣": "duffel coat" + }, + "服装": { + "透视装": "transparent clothes", + "燕尾服": "tailcoat", + "女仆装": "Victoria black maid dress", + "水手服": "sailor suit", + "学生服": "school uniform", + "职场制服": "bussiness suit", + "西装": "suit", + "军装": "military uniform", + "礼服": "lucency full dress", + "汉服": "hanfu", + "旗袍": "cheongsam", + "和服": "japanses clothes", + "运动服": "sportswear", + "工装服": "dungarees", + "婚纱": "wedding dress", + "银色连衣裙": "silvercleavage dress", + "长袍": "robe", + "围裙": "apron", + "快餐制服": "fast food uniform", + "JK制服": "JK", + "健身服": "gym_uniform", + "巫女服": "miko attire", + "海军陆战队服": "SWAT uniform", + "无袖连衣裙": "sleeveless dress", + "雨衣": "raincoat", + "机甲衣": "mech suit", + "巫师法袍": "wizard robe", + "刺客装束": "assassin-style" + }, + "下装": { + "牛仔短裤": "denim shorts", + "百褶裙": "pleated skirt", + "热裤": "short shorts", + "铅笔裙": "pencil skirt", + "皮裙": "leather skirt", + "黑色紧身裤": "black leggings", + "和服下的裙子": "skirt under kimono" + }, + "其他服装": { + "褶边": "frills", + "花边": "lace", + "哥特风格": "gothic", + "洛丽塔风格": "lolita fashion", + "西部风格": "western", + "湿身": "wet clothes", + "露单肩": "off_shoulder", + "露双肩": "bare_shoulders", + "格子花纹": "tartan", + "横条花纹": "striped", + "披甲": "armored skirt", + "盔甲": "armor", + "金属盔甲": "metal armor", + "狂战士铠甲": "berserker armor", + "腰带": "belt", + "围巾": "scarf", + "披肩": "cape", + "皮草披肩": "fur shawl" + } } \ No newline at end of file diff --git a/json/汉服.json b/json/汉服.json index 613eb3f..942906d 100644 --- a/json/汉服.json +++ b/json/汉服.json @@ -19,21 +19,21 @@ "粉黑上杉": "pink with black upper shan" }, "长上杉": { - "橙色长上杉": "orange long upper shan", - "红色长上杉": "red long upper shan", - "绿色长上杉": "green long upper shan", - "蓝色长上杉": "blue long upper shan", - "粉色长上杉": "pink long upper shan", - "黄色长上杉": "yellow long upper shan", - "白色长上杉": "white long upper shan", - "淡蓝长上杉": "light blue long upper shan", - "浅绿长上杉": "light green long upper shan", - "浅红长上杉": "light red long upper shan", - "青蓝长上杉": "cyan blue long upper shan", - "浅紫长上杉": "light purple long upper shan", - "黑蓝长上杉": "black with blue long upper shan", - "橙白长上杉": "white with orange long upper shan", - "粉黑长上杉": "pink with black long upper shan" + "橙色": "orange long upper shan", + "红色": "red long upper shan", + "绿色": "green long upper shan", + "蓝色": "blue long upper shan", + "粉色": "pink long upper shan", + "黄色": "yellow long upper shan", + "白色": "white long upper shan", + "淡蓝": "light blue long upper shan", + "浅绿": "light green long upper shan", + "浅红": "light red long upper shan", + "青蓝": "cyan blue long upper shan", + "浅紫": "light purple long upper shan", + "黑蓝": "black with blue long upper shan", + "橙白": "white with orange long upper shan", + "粉黑": "pink with black long upper shan" }, "齐胸破裙": { "白色破裙": "white chest po skirt", diff --git a/json/环境.json b/json/环境.json index 8cb71b0..e0a9b33 100644 --- a/json/环境.json +++ b/json/环境.json @@ -1,132 +1,201 @@ { - "四季朝暮": { - "春天": "in spring", - "夏天": "in summer", - "秋天": "in autumn", - "冬天": "in winter", - "黄昏": "dusk", - "夜晚": "night", - "秋景": "(autumn maple forest:1.3),(very few fallen leaves),(path)" - }, - "日月星辰": { - "太阳": "sun", - "落日": "sunset", - "月亮": "moon", - "满月": "full_moon", - "星星": "stars", - "天空": "sky", - "多云": "cloudy", - "雨天": "rain", - "冰雪": "snow,ice", - "雪花": "snowflakes", - "闪电": "lighting", - "彩虹": "rainbow", - "流星雨": "meteor shower", - "宇宙": "universe" - }, - "天涯海角": { - "大海": "sea", - "山丘": "hills", - "草地": "in a meadow", - "海滩": "on the beach", - "水中": "underwater", - "海边": "over the sea", - "树林": "grove", - "沙漠": "on a desert", - "高原": "plateau", - "悬崖": "cliff", - "峡谷": "canyon", - "绿洲": "oasis", - "竹林": "bamboo forest", - "冰川": "glacier", - "浮岛": "floating island", - "火山": "volcano", - "大草原": "savanna", - "瀑布": "waterfall", - "溪流": "stream", - "荒地": "wasteland", - "稻田": "rice paddy", - "麦田": "wheat field", - "花田": "flower field", - "花海": "flower sea" - }, - "室内场景": { - "室内": "indoor", - "窗帘": "curtain", - "床": "bed", - "浴室": "bathroom", - "厕所隔间": "toilet stall", - "宅男房间": "otaku room", - "自助餐厅": "cafeteria", - "教室": "classroom", - "俱乐部": "clubroom", - "沙龙": "salon", - "酒吧": "bar", - "居酒屋": "izakaya", - "咖啡馆": "cafe", - "面包店": "bakery", - "便利店": "convenience store", - "超市": "supermarket", - "书店": "bookstore", - "药店": "pharmacy", - "剧院": "theater", - "电影院": "movie theater", - "温室": "greenhouse", - "地库": "dungeon", - "健身房": "gym", - "医务室": "infirmary", - "实验室": "laboratory", - "图书馆": "library", - "工作坊": "workshop", - "舞台": "stage", - "法庭": "courtroom" - }, - "城市建筑": { - "城堡": "castle", - "城市": "city", - "水上乐园": "waterpark", - "旋转木马": "carousel", - "摩天轮": "ferris wheel", - "水族馆": "aquarium", - "动物园": "zoo", - "保龄球馆": "bowling alley", - "美术馆": "art gallery", - "博物馆": "museum", - "天文馆": "planetarium", - "游泳池": "swimming pool", - "体育场": "stadium", - "寺庙": "temple", - "巴士车站": "bus stop", - "火车站": "train station", - "喷泉": "fountain", - "游乐场": "playground", - "市场摊位": "market stall", - "电话亭": "phone booth", - "铁轨": "railroad tracks", - "机场": "airport", - "隧道": "tunnel" - }, - "背景氛围": { - "新年": "new year", - "兔年": "year of the rabbit", - "情人节": "valentine", - "元宵节": "lantern festival", - "夏日祭": "summer festival", - "七夕节": "tanabata", - "中秋节": "mid-autumn festival", - "万圣节": "halloween", - "圣诞节": "christmas", - "爆炸": "explosion", - "蒸汽": "water vapor", - "焰火": "fireworks", - "落地窗": "ceiling window", - "彩色玻璃": "colourful glass", - "染色玻璃": "stain glass", - "涂鸦墙": "Graffiti wall", - "马赛克背景": "mosaic background", - "液体背景": "liquid background, Sputtered water", - "魔法环": "magic circles", - "荧光蘑菇森林": "fluorescent mushroom forests background", - "彩色泡泡": "(((colorful bubble)))" - } + "四季朝暮": { + "春天": "in spring", + "夏天": "in summer", + "秋天": "in autumn", + "冬天": "in winter", + "黄昏": "dusk", + "夜晚": "night", + "秋景": "(autumn maple forest:1.3),(very few fallen leaves),(path)" + }, + "日月星辰": { + "太阳": "sun", + "落日": "sunset", + "月亮": "moon", + "满月": "full_moon", + "星星": "stars", + "天空": "sky", + "多云": "cloudy", + "雨天": "rain", + "冰雪": "snow,ice", + "雪花": "snowflakes", + "闪电": "lighting", + "彩虹": "rainbow", + "流星雨": "meteor shower", + "宇宙": "universe" + }, + "天涯海角": { + "大海": "sea", + "山丘": "hills", + "草地": "in a meadow", + "海滩": "on the beach", + "水中": "underwater", + "海边": "over the sea", + "树林": "grove", + "沙漠": "on a desert", + "高原": "plateau", + "悬崖": "cliff", + "峡谷": "canyon", + "绿洲": "oasis", + "竹林": "bamboo forest", + "冰川": "glacier", + "浮岛": "floating island", + "火山": "volcano", + "大草原": "savanna", + "瀑布": "waterfall", + "溪流": "stream", + "荒地": "wasteland", + "稻田": "rice paddy", + "麦田": "wheat field", + "花田": "flower field", + "花海": "flower sea" + }, + "室内场景": { + "室内": "indoor", + "窗帘": "curtain", + "床": "bed", + "浴室": "bathroom", + "厕所隔间": "toilet stall", + "宅男房间": "otaku room", + "自助餐厅": "cafeteria", + "教室": "classroom", + "俱乐部": "clubroom", + "沙龙": "salon", + "酒吧": "bar", + "居酒屋": "izakaya", + "咖啡馆": "cafe", + "面包店": "bakery", + "便利店": "convenience store", + "超市": "supermarket", + "书店": "bookstore", + "药店": "pharmacy", + "剧院": "theater", + "电影院": "movie theater", + "温室": "greenhouse", + "地库": "dungeon", + "健身房": "gym", + "医务室": "infirmary", + "实验室": "laboratory", + "图书馆": "library", + "工作坊": "workshop", + "舞台": "stage", + "法庭": "courtroom" + }, + "城市建筑": { + "城堡": "castle", + "城市": "city", + "水上乐园": "waterpark", + "旋转木马": "carousel", + "摩天轮": "ferris wheel", + "水族馆": "aquarium", + "动物园": "zoo", + "保龄球馆": "bowling alley", + "美术馆": "art gallery", + "博物馆": "museum", + "天文馆": "planetarium", + "游泳池": "swimming pool", + "体育场": "stadium", + "寺庙": "temple", + "巴士车站": "bus stop", + "火车站": "train station", + "喷泉": "fountain", + "游乐场": "playground", + "市场摊位": "market stall", + "电话亭": "phone booth", + "铁轨": "railroad tracks", + "机场": "airport", + "隧道": "tunnel" + }, + "背景氛围": { + "新年": "new year", + "兔年": "year of the rabbit", + "情人节": "valentine", + "元宵节": "lantern festival", + "夏日祭": "summer festival", + "七夕节": "tanabata", + "中秋节": "mid-autumn festival", + "万圣节": "halloween", + "圣诞节": "christmas", + "爆炸": "explosion", + "蒸汽": "water vapor", + "焰火": "fireworks", + "落地窗": "ceiling window", + "彩色玻璃": "colourful glass", + "染色玻璃": "stain glass", + "涂鸦墙": "Graffiti wall", + "马赛克背景": "mosaic background", + "液体背景": "liquid background, Sputtered water", + "魔法环": "magic circles", + "荧光蘑菇森林": "fluorescent mushroom forests background", + "彩色泡泡": "(((colorful bubble)))" + }, + + "背景建筑": { + "太空": "space", + "城市风景": "cityscape", + "建物": "building architecture", + "摩天楼": "skyscraper", + "废墟": "ruins", + "西罗马建筑": "greco-roman architecture", + "东亚建物": "east asian architecture", + "鸟居": "torii", + "大自然": "nature", + "田园": "field", + "海洋": "ocean", + "海边": "beach", + "湖泊": "lake", + "河流": "river", + "温泉": "onsen", + "星空": "starry sky ", + "室外": "outdoors", + "室内": "indoors", + "塌塌米": "tatami", + "无人": "no humans", + "教堂": "church", + "繁花草甸": "flowers meadows", + "商店": "shop", + "喷泉": "fountain", + "阿尔卑斯山脉": "Alps", + "街道": "street", + "积雨云": "cumulonimbus", + "赛博朋克城市": "cyberpunk city", + "古风建筑": "chinese style architecture", + "神社": "gohei", + "繁华都市": "Bustling city", + "实验室": "laboratory", + "咖啡馆": "coffee house", + "宿舍": "dormitory", + "健身房": "gym", + "厨房": "kitchen", + "寺庙": "temple", + "博物馆": "museum", + "图书馆": "library", + "监狱": "prison", + "轮机舱": "engine room", + "配电房": "electrical room", + "服务器机房": "server room", + "栏杆": "handrail", + "霓虹灯": "neon lights", + "路灯": "street lamp", + "道路": "road", + "贫民窟": "shanty town/slum", + "始终背景": "clockbackground", + "地下室": "basement", + "梦幻之森(虚幻感.光粒子幽静)": "Dreamy forest", + "美术室": "art room", + "仓库": "warehouse", + "哥特式建筑": "gothic architecture", + "时钟背景": "clock_background", + "浴室": "bathing", + "饭店": "restaurant", + "树屋": "treehouse", + "法兰西": "modern,Europe", + "工业化古建筑": "Industrial wind, Chinese architecture", + "建筑废墟": "building_ruins", + "山脉": "mountain", + "卧室": "bedroom", + "教室": "classroom", + "楼梯": "stairs" + } + } \ No newline at end of file diff --git a/random/random1.json b/random/random1.json new file mode 100644 index 0000000..5bd4df2 --- /dev/null +++ b/random/random1.json @@ -0,0 +1 @@ +[{"tit": "", "key": "(杰作),最好的质量,(插图),原汁原味,非常细致墙纸,(((京剧))),(小品),(水墨画),((泼彩)),(泼墨),((((染色)))),((中国画)),((五彩)),(美丽秀美的山),(单人),(奇幻生物),((中国白虎)),(单人;1.8),黑色斑纹,(白虎),(单人),美丽细腻的金色眼睛,巨大的爪子,大而强,穷凶极恶,Tyrannica,(山区)", "val": "((masterpiece)),best quality, ((illustration)),original,extremely detailed wallpaper,(((beijing opera))), (sketch),(wash painting),((color splashing)),((ink splashing)),((((dyeing)))),((Chinese painting)),((colorful)),(beautiful and delicate mountain),(solo),(Fantasy creatures),((Chinese white tiger)),(solo;1.8),Black markings,(white tiger),((solo)),beautiful and delicate golden eyes,Huge claws,Big and strong,Diabolical,Tyrannica,(mountains)"}, {"tit": "", "key": "((名作)),极品,((插画)),原创,极其细致的壁纸,(((京剧)),(素描),((水墨画)),(((泼墨)),((((染色)))),((国画)),((京剧)),(素描),(水墨画),(泼墨),染色,((国画)),((神话中的猛兽)),{{牛}},{ {长角}},{ {背上有翅膀}},{红黑翅膀),(独舞),山,大,恶魔的,残暴的", "val": "((masterpiece)),best quality, ((illustration)),original, extremely detailed wallpaper,(((beijing opera))), (sketch),((wash painting)),((ink splashing)),((((dyeing)))),((Chinese painting)),((beijing opera))), (sketch),(wash painting),(ink splashing),dyeing,((Chinese painting)), ((a mythical ferocious animal)),{{The bull}},{{ long horns}},{{With wings on its back}},(Red and black wings),(solo),mountain,Big and strong,Diabolical,Tyrannical"}, {"tit": "", "key": "阿维尼翁的少女,五颜六色,纯色,有限的调色板,{ {毕加索}},{ {立体主义}},{ {一个女孩}},漂亮的脸,上身,平坦的胸部,漂浮的黑色夹克,白色校服,白色贝雷帽),白色贝雷帽上的蝴蝶结", "val": "Maidens of Avignon, colorful, flat_color, limited palette, {{by Picasso}}, {{cubism}}, {{a girl}}, pretty face, upper body, flat_chest, floating black jacket, white school uniform, white beret), bowknot over white beret"}, {"tit": "", "key": "{{杰作}},{ {高品质}},{ { {极致细节}},{ {清晰五官}},逆光,1少女,{昏暗场景},{ {墙上复杂凌乱的街头荧光涂鸦}},面对观者,全身,嘻哈风格,泼漆_动态角度,恶魔般的微笑,酷炫时尚的帽衫,双手插在口袋里,视觉冲击,{聚光灯},{ {美国漫画画风}},轮廓加深,漫画", "val": "{{masterpiece}}, {{high quality}}, {{{Extreme details}}}, {{Clear facial features}},Backlight, 1 girl, {Dim scene}, {{Complex and messy street fluorescent graffiti on the wall}}, Face the viewer, full body, Hip-Hop Style, Splashed paint_dynamic angle, Demonic smile, Cool and fashionable hoodies, Hands in pockets,Visual impact,{Spotlight}, {{American caricature painting style}},contour deepening,comic"}, {"tit": "", "key": "((最好的质量)),((杰作)),高画幅,原创,极其详细的墙纸,极其精致和美丽,插图,电影照明,体积照明,花朵效果,光粒子,((1女孩)),美丽详细的眼睛,长袖,卫衣,褶边,没有阴影,简单的背景,(((黑色背景)),欧洲风格,明亮的皮肤,(((80年代(风格)))),电影院,剪影,灰度,单色,((大波浪卷发)),开缝瞳孔,((((回头看)),电影角度,((特写)),((肖像)),镜头光晕,迷人的微笑,塔罗牌,中号头发", "val": "((best quality)), ((masterpiece)), highres, original, extremely detailed wallpaper,an extremely delicate and beautiful,illustration,cinematic lighting, volume lighting, bloom effect, light particles,((1 girl)),beautiful detailed eyes,long sleeves, hoodie,frills, no shadow, simple background, (((black background))), European style, bright skin, (((1980s (style)))), movie theater, silhouette, greyscale, monochrome,((Big wavy curls)), slit pupils,(((looking back))),cinematic angle, (((close-up))),(((portrait))),lens flare,seductive smile, tarot, medium hair"}, {"tit": "", "key": "(漫画),(创意画框设计),flat_color,{{{有限调色板}}},story,{girl},gothic,{语音泡泡},(单色:3),{说话箭头(符号)},meme,漫画画框,((黑暗强烈阴影)),((电影灯光)),((过度曝光)),可爱的动漫脸,sketch,{{故事板}},(漂亮的脸),section,frame,{border},{split_theme},{ {分屏}},{漫画分割},河,(森林),宫殿,(仙境,羽毛,花朵,自然),(阳光),朦胧的雾,薄雾,(美丽细致的天空),{2个女孩},平坦的胸部,钻石和炫目的眼睛,黑色的眼睛,美丽细致的冷脸,{红色短发},短波浪发,美丽细致的眼睛,发光的眼睛,头后计划,1个女孩,辫子,连衣裙,睫毛,褶边裙,握刀,枪套,女仆,女仆头饰,中发,怀表,蓬松的短袖,银链,大腿带,手腕袖口,张开的嘴,茫然的凝视,微笑,生气,眼泪", "val": "(comic), (creative frame design), flat_color,{{{ limited palette}}},story, {girl}, gothic, {speech bubble}, (monochrome:3) , {speak arrow (symbol)} ,meme, manga frame, ((dark intense shadows)), ((cinematic lighting)), ((overexposure)),cute anime faces, sketch,{{storyboards}}, (pretty face), section, frame, {border}, {split_theme}, {{split screen}}, {Cartoon split},river, (forest),palace, (fairyland,feather,flowers, nature),(sunlight),Hazy fog, mist,(beautiful detailed sky), {2 girls}, flat_chest, diamond and glaring eyes, black eyes, beautiful detailed cold face, {short red hair}, short wavy hair, beautiful detailed eyes, glowing eyes, touhou project, 1girl,braid,dress,eyelashes,frilled skirt,holding knife, holster,maid,maid headdress, medium hair,pocket watch,puffy short sleeves,silver chain, thigh strap, wrist cuffs, open mouth,blank stare, smile,angry,tears"}, {"tit": "", "key": "{{{浮世绘}}},{{扁平风格}},{单色},{{{杰作}},{葛饰北斋},长发,发花,{{黑头发}},红眼睛,红天空,{中国风},{{高质量}},和服{{超细节}},{插图},枫叶飞行,{{1个女孩}},{{{{单独的}},{{极其微妙的和美丽的}},瞪了他一眼,接近观众,{微风},{飞溅},{花瓣飞},风,{华丽和丰富的图形}", "val": "{{{Ukiyo-e_style}}},{{flat_style}},{simple_colors},{{{masterpiece}}}, {katsushika_hokusai},long_hair,hair_flower,{{black_hair}},red_eyes,red_sky,{chinoiserie},{{{best_quality}}},kimono,{{ultra-detailed}},{illustration},Maple_leaves_flying,{{1girl}},{{{solo}}},{{an_extremely_delicate_and_beautiful}},blank_stare,close_to_viewer,{breeze},{Flying_splashes},{Flying_petals},wind,{Gorgeous and rich graphics}"}, {"tit": "", "key": "(高度精细),((杰作),(Impasto),错综复杂,教堂绘画,(((1女孩)),画框,幻想,精致的草原,女巫,牧羊人长长的白发,红色的龙眼,白色的衣服,(漂亮的脸),美丽的细节脸,极其精致和美丽的女孩,阿尔卑斯山,常绿的针叶林,晴朗的天空,风,美丽的天空,积云", "val": "(highly detailed), ((masterpiece)),(Impasto), intricate, church painting,(((1 girl))) , painting frame, fantasy ,delicate grassland,sorceress,shepherd long white hair,red dragon eye,white dress ,(pretty face),beautiful detailed face,extremely delicate and beautiful girls,alps,evergreen coniferous forest ,clear sky ,wind ,beautiful sky ,cumulus"}, {"tit": "", "key": "(Solo),CAD,蓝图,工程线图,线图,2D,(过度曝光),(((杰作)),((极其详细:1.1)),Hdr", "val": "(solo),CAD,blueprint,Engineering line drawings,Line diagram,2D,(overexposure),(((masterpiece))),((extremely detailed:1.1)),Hdr"}, {"tit": "", "key": "((杰作)),((最佳质量)),((超精细)),(插图),((极其精致和美丽的)),动态角度,漂浮,(绘画),(黑色盔甲),机甲,((邪恶的爪子)),雨天,燃烧的宫殿,(恐怖),(单人),(锁链),(嚎叫),血腥,全身,(一人),火环,雾,((抬头)),斗篷,(两只手臂)", "val": "(((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration), ((an extremely delicate and beautiful)),dynamic angle,floating,(painting),(black Armor),mecha,(((evil paws))),rainy days,burning palace,(horrible),((solo)),(Chain),((howling)),bloody,full body,((1man)),fire ring,fog,((look up)),Cloak,(two arms)"}, {"tit": "", "key": "((最佳质量)),((杰作)),((超细节)),(油画),力量装甲,(史诗),(蒸汽),只有上身和头部可以看到,(一个宏伟的场景),骑士,震动,军阀,战争机器,泰坦,废墟,耶稣之光,灰色的天空,(插图),(细节光),夜晚,下雨,从侧面,从下面", "val": "((best quality)), ((masterpiece)), ((ultra-detailed)),(oil paint),power armor,(epic),(steam),Only the upper body and head can be seen, (A magnificent scene),knight,shock,Warlord,war machine,Titan,in ruins,Jesus Light,grey sky,(illustration), (detailed light),night,rainy,from side, from below"}, {"tit": "", "key": "杰作,最好的质量,超细节,盔甲骑士,金属,极其详细的高清壁纸,现实主义,荧光,8k,彩色背景,酷的运动,疯狂,动态组成,运动,超细节,斗篷,难以置信的细节,很多细节,惊人的精细细节和笔触,流畅,高清半现实动画cg概念艺术数字绘画,体积,极其精致和美丽,动态角度,浮动,绘画,独奏,全身,1人,抬头,斗篷,黑暗的灵魂,两个手臂", "val": "masterpiece, best quality,ultra-detailed, Knight in Armor, Metal,extremely detailed HD wallpaper,realism, fluorescent,8k,colorful background,cool movement,insanity, dynamic composition, motion, ultra - detailed,Cloak,incredibly detailed, a lot of details, amazing fine details and brush strokes, smooth, hd semirealistic anime cg concept art digital painting,volume,an extremely delicate and beautiful,dynamic angle,floating,painting,solo,full body,1man,look up,Cloak,dark souls,two arms"}, {"tit": "", "key": "(杰作)),(最佳质量:1.2),(超细节),(插图),(场地)的(深度),极其详细的CG,(8k_墙纸),(空间:1.3),破坏,(飞船:1.4),(战争:1.5),(机械),金属,(火),(飞船残骸:1.3),(燃烧),爆炸,深刻的,深刻的含义,太空战争,(激光),流星,(大炮),丢失的技术,火力武器,黑暗主题,高质量的飞船,巨大的文件,飞船战斗,高质量的爆炸,空间站", "val": "((masterpiece)), (best quality:1.2), ((ultra-detailed)), ((illustration)),(depth) of (field), extremely detailed CG,(8k_wallpaper),(space:1.3),destroy,(spaceship:1.4),(war:1.5),(machinery),metal,(fire),(wreckage of spaceship:1.3),(buring),blast,insightful,deep meaning,space war,((laser)),meteor,(cannon),lost technology,fire weapon,dark theme,high quality spaceship,huge_filesize, spaceship fight,high quality blast,spacestation"}, {"tit": "", "key": "可乐存在,天文园,天空,幻想,{{{巨大的木星}}},蓝色,{{{巨大的木星}}},{{{杰作}},{{最好的质量,超精细的插图,美丽细腻的水}},{{非常细腻的光}},星落,干净的天空,夜空,夜晚,景深,{{{{两个月亮}},巨人,Megaphobia,{{极其细致的CG统一8k壁纸}},{超细致},{极其细腻美丽}", "val": "cola exists, planetarium, sky, fantasy, {{{giant Jupiter}}}, blue, {{{huge Jupiter}}},{{{masterpiece}}}, {{the best quality, super fine illustrations, beautiful and delicate water}}, {{very delicate light}}, starfall, clean sky, night sky, night, depth of field,{{{Two moons}}}, Giants, Megaphobia, {{extremely detailed CG unity 8k wallpaper}}, {ultra-detailed}, {extremely delicate and beautiful}"}, {"tit": "", "key": "杰作,最好的质量,俯视图,特写镜头,多彩的美味,多菜,新鲜的风格,蛋糕,粉紫色,奶油,(金玫瑰),可可,冰淇淋,蜡烛,[抹茶],横幅,高细节,美食,舞台照明,(闪亮的桌布),餐盘和叉子,调味品,国宴", "val": "masterpiece,best quality,Top view,Close-up shots,Colorful deliciousness,Multiple dishes,Fresh style,cake,pink violet,cream,(golden rose),cacao,ice_cream,candle,[Matcha],streamers,High detail,Delicacies,Stage lighting,(Shining tablecloth),Plates and forks,seasoning,State banquet"}, {"tit": "", "key": "(塑料积木),灰色背景,立体感", "val": "(Plastic building blocks),Grey background,Stereoscopic feeling"}, {"tit": "", "key": "(高度详细),((杰作)),(Impasto),复杂,数字绘画,阴影,风景,幻想,精致的草原,(码头:1.3),(湖:1.3),(村庄:1.2),灯光,晴朗的天空,风,美丽的天空,积云,(夜星)", "val": "(highly detailed), ((masterpiece)),(Impasto), intricate, digital painting,shadow ,landscapes , fantasy,delicate grassland,(piers:1.3),(lake:1.3),(villiage:1.2),lights,clear sky ,wind ,beautiful sky ,cumulus ,(night star)"}, {"tit": "", "key": "(最好的照明,最好的阴影,一个极其精致和美丽的),((只有水)),清澈和蓝绿色的天空,水如镜般光滑,花瓣,有云在水和天空连接,(彩色的云),景深,美丽的细节天空,青色的天空,美丽的细节云,美丽的细节水,反射池,(((极其详细的CG统一8k墙纸,杰作,最好的质量,超细节)),动态角度,浮动,精细的细节,(绽放),(闪耀),闪烁的星星,羽毛,自然,(阳光),仙境", "val": "(best illumination, best shadow, an extremely delicate and beautiful), ((only water)), Clear and turquoise sky, Water as smooth as a mirror, petal, There are clouds where water and sky connect, (Colorful clouds), depth of field, beautiful detailed sky, Cyan sky, beautiful detailed cloud, beautiful detailed water, reflection pool, (((extremely detailed CG unity 8k wallpaper, masterpiece, best quality, ultra-detailed))), dynamic angle, floating, finely detail, (bloom), (shine), glinting stars, feather,nature,(sunlight), fairyland"}, {"tit": "", "key": "{杰作}},(((最佳质量)),(((超精细))宏伟运动,插图),酷运动,((1东方龙)),黑色背景,美丽而详细的鳞,((美丽而详细的龙角),美丽而详细的龙头,美丽而详细的龙尾,特征,火焰,闪电效果,雨,(悬浮),全长,连贯的龙,(((美丽充满细节的爪子)),((4只长爪子),俯瞰,坐标,((细长)),(细长的爪子),黑色,半藏在云里,(((wash_and_int))),中国风,中国风,(((登云骑雾)))", "val": "{master piece}},(((best quality))),(((ultra_detailed)))grand movement,illustration),cool movement,((1 Orient dragon)),black background,beautiful and detailed squama,((beautiful and detailed loong_horns)),beautiful and detailed dragon's head,beautiful and detailed loong_tail,feature ,flames,lightning effect,rainy,(suspending),full_loong,coherent loong,(((beautiful_and_detailed_claw))),((loong_with_4_claws)),overlook view,coordinate ,((slim and long)) ,((slim claws)), black, half hidden in the cloud,(((wash_and_int))),Chinoiserie,Chinese_int,(((mount the cloud and ride the mist)))"}, {"tit": "", "key": "((杰作))),(((最佳质量)),((超细节)),(插图),(动态角度),(漂浮),(绘画),(凌乱的头发)),(独奏),(1个女孩),萝莉,(小胸),((细节的阿尼玛脸)),(美丽的细节脸),衣领,裸露的肩膀,白发,((彩色头发)),((有条纹的头发)),美丽细致的眼睛,(渐变颜色的眼睛),(((彩色眼睛)),(((彩色背景)),((高饱和度)),(((被彩色斑点包围)),((被彩色点包围)),彩色气泡,((闪闪发光))", "val": "(((masterpiece))),(((best quality))),((ultra-detailed)),(illustration),(dynamic angle),((floating)),(paint),((disheveled hair)),(solo),(1girl), loli, ((small_breasts)), (((detailed anima face))),((beautiful detailed face)),collar,bare shoulders,white hair, ((colorful hair)),((streaked hair)),beautiful detailed eyes,(Gradient color eyes),(((colorful eyes))),(((colorful background))),(((high saturation))),(((surrounded by colorful splashes))),(((surrounded by colorful dot))),colorful bubble,((shining))"}, {"tit": "", "key": "(阴郁暗淡的黄色灯光),金发女孩穿德国军装,(女孩穿黑色德国军装),((女孩看起来很厌恶)),女孩面无表情,(女孩披着黑色斗篷),((((火焰在少女身后燃烧)))),(女孩身后有战场),(((血腥)),(((美丽细致的德国军装)),(((美丽细致的德国军装)),((德国军装)),美丽细致的女孩,完美的脸,脚出框,((完美的身体)),直直的,((独自)),红眼睛,卷发,((背光)),画面中轴上的女孩,小胸部,(人物在画面中央),画面中轴上的女孩,(极详细的CG统一8k墙纸,杰作,最好的质量,超细节),(最好的照明,最好的阴影,极其精致和美丽),动态角度,浮动,精细的细节,(绽放),(闪耀),闪烁的星星,经典", "val": "(Gloomy dim yellow light), A blonde girl wears a German military uniform, (The girl wore a black German military uniform), ((The girl looked disgusted)), The girl was expressionless, (The girl was draped in a black cloak), ((((Flames burned behind the maiden)))), (There is battlefield behind the girl), (((Bloody))), (((beautiful detailed German military uniform))), ((German military uniform)), beautiful detailed girl, Perfect face, feet out of frame, ((Perfect body)), straight-on, ((solo)), red eyes, curly hair, ((backlight)), Girl on the center axis of the picture, small breasts, (The character is in the center of the frame), Girl on the center axis of the picture, (extremely detailed CG unity 8k wallpaper, masterpiece, best quality, ultra-detailed), (best illumination, best shadow, an extremely delicate and beautiful), dynamic angle, floating, finely detail, (bloom), (shine), glinting stars, classic"}, {"tit": "", "key": "植物插图,杰作,最好的质量,非常详细", "val": "Botanical illustration, masterpiece, best quality, extremely detailed"}, {"tit": "", "key": "植物学插图,杰作,最好的质量,非常详细,水彩,杰作,最好的质量,非常详细,1个女孩,完整的身体,美丽的详细的眼睛,可爱的动漫脸,完整的身体,美丽的详细的脸,白发,(植物学插图:1.5),白色的裙子", "val": "Botanical illustration, masterpiece, best quality, extremely detailed, watercolor, masterpiece, best quality, extremely detailed, 1girl, full body, beautiful detailed eyes, cute anime face, full body, beautiful detailed face, white hair, (Botanical illustration:1.5), white dress"}, {"tit": "", "key": "((杰作)),((精品)),(超详细),(插画),((极美)),(动态角度),中国龙,瓷器,1girl,(美丽细致的眼睛) ,可爱的粉红色眼睛,绿色的瞳孔,详细的脸,上身,凌乱的飘发,蓬乱的头发,专注,完美的手", "val": "((masterpiece)),((best quality)),(ultra-detailed),(illustration),((an extremely delicate and beautiful)),(dynamic angle),chinese dragon,china,1girl,(beautiful detailed eyes),cute pink eyes,green pupil,detailed face,upper body,messy floating hair,disheveled hair,focus,perfect hands"}, {"tit": "", "key": "原创,(杰作),(插图),(极美),完美细节,逼真,(美丽清晰背景:1.25),(景深:0.7),(1个可爱的女孩(猫耳朵和猫尾巴) :1.2)站在花园里:1.1),(可爱:1.35),(细美的眼睛:1.3),(漂亮的脸蛋:1.3),休闲,银发,银耳,(蓝发:0.8),(蓝耳 :0.8),长发,外套,短裙,随风飘扬的头发,(蓝眼:1.2),鲜花,(小女孩:0.65),蝴蝶飞舞", "val": "original, (masterpiece), (illustration), (extremely fine and beautiful), perfect detailed, photorealistic, (beautiful and clear background:1.25), (depth of field:0.7), (1 cute girl with (cat ear and cat tail:1.2) stands in the garden:1.1), (cute:1.35), (detailed beautiful eyes:1.3), (beautiful face:1.3), casual, silver hair, silver ear, (blue hair:0.8), (blue ear:0.8), long hair, coat, short skirt, hair blowing with the wind, (blue eye:1.2), flowers, (little girl:0.65), butterflys flying around"}, {"tit": "", "key": "原作,(杰作),(插图),(极其精美),(完美细节),(unity CG 8K壁纸:1.05),(美丽清晰的背景:1.25),(景深:0.7),(1 有(2 只狐狸耳朵:0.9)和(背面狐狸尾巴:1.2)的可爱女孩站在河边:1.15)。 (可爱:1.3),(细美的眼睛:1.3),(美丽的脸:1.3),银发,银耳,(粉红头发:0.7),(粉红耳朵:0.7),长发,(日本kimomo:1.25) , (头发随风飘:1.1), (蓝眼睛:1.1), (小女孩:1.1), 蝴蝶飞来飞去, (月光:0.6), 树, (夏天), (夜:1.2), (关闭 -up:0.35), (手套:0.8), 单人", "val": "original, (masterpiece), (illustration), (extremely fine and beautiful), (perfect details), (unity CG 8K wallpaper:1.05), (beautiful and clear background:1.25), (depth of field:0.7), (1 cute girl with (2 fox ear:0.9) and (fox tail on the back:1.2) stands aside the river:1.15). (cute:1.3), (detailed beautiful eyes:1.3), (beautiful face:1.3), silver hair, silver ear, (pink hair:0.7), (pink ear:0.7), long hair, (japanese kimomo:1.25), (hair blowing with the wind:1.1), (blue eye:1.1), (little girl:1.1), butterflys flying around, (moon light:0.6), tree, (summer), (night:1.2), (close-up:0.35), (gloves:0.8), solo"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),((插图)),浮动,((一个极其精致和美丽)),(美丽细致的眼睛),( (蓬乱的头发)),(绘画),(素描),1girl,萝莉,小乳房,((颈部)),(((背部))),(回头看),腮红,dhalter连衣裙,银色头发,露背连衣裙", "val": "(((masterpiece))),(((best quality))),((ultra-detailed)), ((illustration)),floating, ((an extremely delicate and beautiful)),(beautiful detailed eyes),((disheveled hair)), (painting),(sketch), 1girl, loli, small_breasts,((neck)),(((back))),(looking back), blush,dhalter dress, sliver hair,backless dress"}, {"tit": "", "key": "(((杰作))),((最好的画质,超精细的插图,美丽细腻的水)),景深,精美的8KCG壁纸,(细腻的灯光),((电影灯光)),(人像),人像 镜头,(((阿尔方斯·穆夏))),((奇幻风格)),((闪耀)),(((塔罗牌)))(少女),(((中国旗袍))),(纤细的睫毛),((可爱的动漫脸)),(极其精致美丽),(头花),(宝石),(水晶),((彩色内长 头发)),(五彩),(美丽细致的脸),(((细长的头发))),飘逸的长发,渐变的头发,(蕾丝),(缎带),((皇冠)),(细布)((蝴蝶)),(详细蝴蝶),(五彩蝴蝶),(霓虹调色板),((详细的花朵)),((五彩的花朵)),(鲜花包围),(蝴蝶包围)(((鲜花填满屏幕))),((填满屏幕))", "val": "(((masterpiece))), ((the best quality, super fine illustrations, beautiful and delicate water)),Depth of field, fine 8KCG wallpapers, ( delicate light), ((cinematic lighting)),(portrait),Portrait lens,(((Alphonse Mucha))),((Fantasy style)),((shine)),(((Tarot card)))(young girl),(((China_Cheongsam))),(delicate eyelash),((cute anime face)),(extremely delicate and beautiful),(hair_flower),(Gem),(crystal),((colored inner long hair)),(multicolored),(beautiful detailed face ),((( detailed long hair ))),floating long hair,gradient hair,(lace),(ribbon),((crown)),(detailed cloth)((Butterfly)),(detailed Butterfly) ,(multicolored Butterfly),(neon palette),((detailed flowers)) ,((multicolored flowers)),(flowers_Surrounded),(Butterfly_Surrounded)(((Flowers fill the screen))),((Fill the screen))"}, {"tit": "", "key": "杰作, 最佳质量, (女孩们), 碎褶", "val": "masterpiece, best quality, (girls), gathering"}, {"tit": "", "key": "(极其精致美丽),((杰作)),(((最好的质量))),((超详细)),((插图)),((个展)),((((一个女孩) ))),(美丽细致的女孩),(((旗袍))),((((((背后手臂交叉)))))),红眼睛,((((美丽细致的眼睛)))),白头发,春节,(((过年))),( ((雪))),((农历新年)),鞭炮,庙会,((繁华的街道)),(详细的烟花),精细的细节,(鞭炮),((最好的建筑)),((( 最好的影子))),很多人,(飞舞的雪花)", "val": "(an extremely delicate and beautiful),((masterpiece)), (((best quality))), ((ultra-detailed)), ((illustration)),((solo)),((((a girl)))),(beautiful detailed girl),(((cheongsam))),((((((arms_behind_back)))))) ,red eyes,((((beautiful detailed eyes)))),white hair,spring festival,(((chinese new year))),(((snow))),((lunar new year)),firecracker,Temple Fair,((busy street)),(detailed fireworks), finely detail,(firecracker),((the best building)),(((best shadow))),many people,(Flying snowflakes)"}, {"tit": "", "key": "杰作, 最佳品质, 杰作, 最佳品质,高度详细,{最佳品质}, {{杰作}}, {高分辨率},原创, {极其精致和美丽},杰作, 最佳品质,高度详细,{最佳品质} , 蒸汽朋克, 邪恶之花{高分辨率}, 极其详细的 8K 壁纸, 1girl", "val": "masterpiece, best quality, masterpiece, best quality,highly detailed,{best quality}, {{masterpiece}}, {highres},original, {an extremely delicate and beautiful},masterpiece, best quality,highly detailed,{best quality}, steampunk, evil flower{highres}, extremely detailed 8K wallpaper, 1girl"}, {"tit": "", "key": "杰作, 最佳品质, CG 8k 壁纸, 插图, 惊人的精细细节和笔触, 光滑,(((1girl))), 极其细致, 动态构图, 动作, 令人难以置信的细节, 白色宫廷礼服, 萝莉, 月光, 美丽, 详细 眼睛,[白色头发蓝色头发:0.5],蓝色眼睛,长长的卷发, 双手背在身后, 高度详细, 独奏, 饱满, 惊艳, 美丽, 精细, (星星), 星系, 光线追踪, 景深", "val": "masterpiece, best quality, CG 8k wallpaper, illustration, amazing fine details and brush strokes, smooth,(((1girl))), extremely detailed, dynamic composition, motion, incredibly detailed, white court dress,loli, moonlight, beautiful, detailed eyes,[white hairblue hair:0.5],blue eyes,long_curly_hair, hands behind back, highly detailed, solo, full,amazing, beautiful, finely detail, (stars),galaxy,ray trace, Depth of field"}, {"tit": "", "key": "((戴草帽的女孩在向日葵的田野里回望),(逆光),(最好的照明,最好的阴影,一个极其精致和美丽),画面中轴的女孩,小乳房,((向日葵) 极致的细节)),美丽细致的天空,完美的身材,(美丽细致的脸),极其精致和美丽的女孩,日落时的向日葵田,日落,黑发,美丽的细节云,(((非常详细的CG unity 8k 壁纸, 杰作, 最好的质量, 超详细))), 动态角度, 浮动, 精细的细节, (绽放), (闪耀), 闪烁的星星, 羽毛,自然, (阳光), 仙境, (((人物在中心) 框架)))", "val": "((Girl in straw hat looking back in a field of sunflowers)), (backlight), (best illumination, best shadow, an extremely delicate and beautiful), Girl on the center axis of the picture, small breasts, ((Sunflowers with the ultimate in detail)), beautiful detailed sky, Perfect body, (beautiful detailed face), extremely delicate and beautiful girls, Sunflower fields at sunset, sunset, black hair, beautiful detailed cloud, (((extremely detailed CG unity 8k wallpaper, masterpiece, best quality, ultra-detailed))), dynamic angle, floating, finely detail, (bloom), (shine), glinting stars, feather,nature,(sunlight), fairyland, (((The character is in the center of the frame)))"}, {"tit": "", "key": "{非常详细的 8k 壁纸},{杰作},{最佳品质},{{{{{娃娃}}}}},{{BJD}},玩具娃娃,木偶,{球节},{{{{无生命} }}},{{{无机}}},{1girl},精美细致的玻璃眼,卷发,华丽的头发,面无表情,冷漠,超写实,哥特,古典装饰,坐姿,放大眼睛,专注眼睛,洛可可 风格,{{丝线}}", "val": "{extremely detailed 8k wallpaper},{masterpiece},{best quality},{{{{{doll}}}}},{{BJD}},toy doll,Marionette,{ball joint},{{{{lifeless}}}},{{{inorganic}}},{1girl},beautiful detailed Glass eye,handled hair,gorgeous hair,expressionless,indifferent,hyperrealistic,gothic,Classical decoration,sit,zoom in on eyes,focus on eyes,rococo style,{{silk thread}}"}, {"tit": "", "key": "((油画)), ((杰作)), ((最好的质量)), ((超详细)), (插图), ((厚涂画)), 高分辨率, (美丽的详细), 圣人(美丽的详细) 译文),电影灯光,古典主义,+圣经", "val": "((oil painting)), ((masterpiece)), ((best quality)), ((ultra-detailed)), (illustration), ((impasto paintings)), highres, (beautiful detailed), saint(beautiful detailed faces), cinematic lighting, classicism, +圣经原文"}, {"tit": "", "key": "长发,美丽细致的眼睛,美丽细致的头发,花瓣,(((流动))),(((((全身))))),1girl,((剪纸)),红色,(美丽细致的眼睛 ),漂浮在海", "val": "long hair, beautiful detailed eyes, beautiful detailed hair, petals,(((flowing))), (((((full body))))),1girl,((paper-cut)),red,(beautiful detailed eyes),floating_hai"}, {"tit": "", "key": "工蜂,无人机,{{{{{制作中带有女孩详细面孔的蜂王}}}}}},在蜂巢中,{{{{game_cg}}}},{{{{由著名艺术家}}} },{{非常详细}},{{杰作}},{{{质量最好}}},[蜂蜡],[蜂蜜],[蜂王浆],个展", "val": "worker bees,drones,{{{{{queen bee with a detailed face of girl in production}}}}}},in beehive,{{{{game_cg}}}},{{{{by famous artist}}}},{{highly detailed}},{{masterpiece}},{{{best quality}}},[Beeswax],[honey], [Royal jelly],solo"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),(((很多细节))),(美丽细致的女孩),((史诗光影)), 电影角度,油画,(插图),(细光),((极其精致美丽)),一个女孩坐在黑暗的环境中。 她的身后是一道诡异的紫色传送门。 传送门伸出许多触手从女孩身边经过,(((瓦里扎))),弱,(((半闭着眼睛))),(((紫色能量转移门))),裸露的肩膀,肖像,女孩穿着黑色长袍, 肖像,暗光,(((细节背景))),(可爱的动漫脸),((头饰)),((美饰)),小胸部,", "val": "(((masterpiece))), (((best quality))), ((ultra-detailed)),(((lots of details))),(beautiful detailed girl),((Epic Light and Shadow)),cinematic angle ,oil painting , (illustration), (detailed light),((an extremely delicate and beautiful)),A girl was sitting in a dark environment. Behind her was a strange purple portal. The portal stretched out many tentacles and passed by the girl,(((Wariza))),weak,(((half_closed_eyes))),(((Purple_Energy_Transfer_Gate))),bare_shoulders,portrait,The girl is wearing a black gown,portrait,Dark ray,(((Detail background))),(cute anime face),((Headdress)),((Beautiful accessories)),small_breasts,"}, {"tit": "", "key": "原创,(杰作),(插图),(非常精美),(非常详细:1.15),(完美细节),(unity CG 8K壁纸:1.05),(美丽清晰的背景:1.25),(深度 场:0.7),(英俊古僧1.5),(细美眼:1.15),(细美脸:1.35),(秃头:1.4),(佛光回照:0.9),(盘坐 庙前1.25),(塔:1.1),(红黄袈裟:1.25),(金白眼:0.9),(清晨),(近景:0.35),treee, 中国,(山:0.9),(奇幻:0.85),(传说中的龙王王:1.35),(中国龙:1.25),(美丽细致的辉光),(雾:0.9),chinadre,国画(中国风) :1.1)", "val": "original, (masterpiece), (illustration), (extremely fine and beautiful),(extremely detailed:1.15) ,(perfect details), (unity CG 8K wallpaper:1.05), (beautiful and clear background:1.25), (depth of field:0.7),(A handsome Ancient Monk1.5),(detailed beautiful eyes:1.15), (detailed beautiful face:1.35),(bald:1.4),(Buddha's light shines back:0.9),(The plate sits in front of the temple1.25),(tower:1.1),(Red and yellow and cassock: 1.25),(golden and white eye:0.9),(Early in the morning),(close-up:0.35),treee,china,(mountain:0.9),(fantasy:0.85),(legendary Dragon King king:1.35),(Chinese dragon:1.25),(beautiful detailed glow),(fog:0.9),chinadre, traditional chinese painting(Chinese wind:1.1)"}, {"tit": "", "key": "(九龙寨城),(((极细))),((杰作)),(((极品))),((超细)),((图)),流动,电线杆,个展 ,1girl,bnematic light,背心,(精致的脸)(雨),(女孩撑伞),灰色的天空,寂寞,(城市),美丽细致的眼睛,细致的湿衣服,白眼,动态角度,伞,面无表情, 湿,小巷,漩涡", "val": "(Kowloon Walled City),(((extremely detailed))),((masterpiece)), (((best quality))), ((ultra-detailed)), ((illustration)),flowing ,Telegraph Pole ,solo,1girl,bnematic lighting,vest,(Delicate face)(rain),(girl hold an umbrella),grey sky,lonely,(city),beautifuldetailedeyes, detailedwetclothes,blankstare ,dynamicangle,umbrella,expressionless,wet,alley,swirl"}, {"tit": "", "key": "((杰作)), (((最好的质量))), (超详细:1.5), ((插图)), ((蓬乱的头发)),(1girl),独唱,性别不明,动物耳朵,艺名,黑鞋,黑手套,黑裤子,黑丝带,血,眼血,口血,衣服上血,血色脸,蓝色外套,蓝色头发,靴子,建筑,防弹背心,猫耳朵,香蒲,警告胶带,残破的建筑物,人物名称,城市,城市景观,云,多云的天空,外套,尸体,起重机(机器),水晶,切割,睫毛,手套,绿眼睛,灰色外套,兜帽,兜帽向下,兜帽向上,兜帽兜帽,刺穿,受伤,远离,梯子,腿带,闪电,长发,抬头,面具,流星,敞开的衣服,敞开的外套,户外,裤子,分开的嘴唇,栏杆,雨,丝带,屋顶,侧锁,天空,摩天大楼,尾巴,很长的头发,(大雨),负提示,光滑的反射,(镜面反射),(精致细腻的脸:1.5),残檐断笔,深色调,(虹彩和彩虹眼),背光", "val": "((masterpiece)), (((best quality))), (ultra-detailed:1.5), ((illustration)), ((disheveled hair)),(1girl),solo,ambiguous gender,animal ears,artist name,black footwear,black gloves ,black pants,black ribbon,blood,blood from eyes,blood from mouth,blood on clothes,bloodonface,blue coat,blue hair,boots,building,bulletproof vest,cat ears,cattail,caution tape,A broken building,character name,city,cityscape,cloud,cloudy sky,coat,corpse,crane (machine),crystal,cuts,eyelashes,gloves,green eyes,grey coat,hood,hood down,hood up,hooded coat,impaled,injury,keep out,ladder,leg ribbon,lightning,long hair,looking up,mask, meteor,open clothes,open coat,outdoors,pants,parted lips,railing,rain,ribbon,rooftop,sidelocks,sky,skyscraper, tail,very long hair,(Heavy rains),Negative prompt,Smooth reflection, (specular reflection), (delicate and delicate face:1.5),TheresidualeavesDuanBi,Dark tonal,(Iridescenceandrainboweyes),backlight"}, {"tit": "", "key": "((杰作)),(((最好的质量))),((超详细)),((插图)),((蓬乱的头发)),空间,航天器,(航天器内部:2.0),边框,浮动,身后,发光,灰色边框,科幻,{{非常详细的CG统一8k壁纸}},超精细的插图,最好的质量,驾驶舱,全息显示器,地平线,写实,飞机,1girl,刘海,蓝眼睛,紧身衣裤,书,棕色头发,电缆,驾驶舱,电脑,绘图板,地球(行星),漂浮物,漂浮书,漂浮物,眼镜,石墨(中号),灰色紧身连衣裤,头发披肩,果汁盒,笔记本电脑,长发,看到一边,行星,风景,屏幕,半无框眼镜,坐着,独奏,空间站,星星,阳光,日出,传统媒体,昆德边缘眼镜,窗户,零重力,(空中战斗),(战斗), (交叉),(混战),(背光:1.5),中间", "val": "((masterpiece)),(((bestquality))),((ultra-detailed)),((illustration)),((disheveledhair)),space,spacecraft,(spacecraft_interior:2.0),border,floating,formbehind,glowing,greyborder,Sciencefiction,{{extremelydetailedCGunity8kwallpaper}},superfineillustrations,thebestquality,cockpit,holographicmonitor,horizon,realistic,plane,1girl,bangs,blueeyes,bodysuit,book,brownhair,cable,cockpit,computer,drawingtablet,earth(planet),floating,floatingbook,floatingobject,glasses,graphite(medium),greybodysuit,hairovershoulder,juicebox,laptop,longhair,lookingtotheside,planet,scenery,screen,semi-rimlesseyewear,sitting,solo,spacestation,star,sunlight,sunrise,traditionalmedia,kunder-rimeyewear,window,zerogravity,(aerialbattle),(battle),(crossover),(dogfight),(backlight:1.5),middle"}, {"tit": "", "key": "(杰作), (极品), (超精致), (插画), (极美), (动态角度), 黑白高光, (传说龙后:1.3)(1个女孩), 汉服, ( 复杂的细节)(美丽精致的眼睛),金色的眼睛,绿色的瞳孔,精致的脸,上身,凌乱的飘发,凌乱的头发,焦点,完美的手,(幻想风)", "val": "(masterpiece), (best quality), (super delicate), (illustration), (extremely delicate and beautiful), (dynamic angle), white and black highlights, (legendary Dragon Queen:1.3)(1 girl), Hanfu, (complex details) (beautiful and delicate eyes), golden eyes, green pupils, delicate face, upper body, messy floating hair, messy hair, focus, perfect hands, (fantasy wind)"}, {"tit": "", "key": "((杰作)),((最好的质量)),((官方艺术)),(非常详细的CG统一8k壁纸),((非常详细)),((插图)),国画,((中国风 )),((一个女孩)), (单身), 凝视, 仙女,hair_ornament, 耳环, 首饰, (很长的头发), (凌乱的头发), 裸露的肩膀, 丝带, 眼睛之间的毛发, 美丽细致的天空, 全身, 特写,双臂背在身后,道袍,大腿,高空,薄雾笼罩,瓷器,过曝,[湿衣],中胸,单人,[娃娃],裸露大腿,难以置信地荒谬,劲角,百褶裙,中国风 建筑,单发髻,白发,红眼,侧身一瞥,冷酷的态度,眼影,眼线笔,透过头发可见的眼睛,没有鞋子,丝带修剪的袖子,耳环,项链,头饰,中胸,阳光,反射光,光线追踪,萝莉 ,凤冠红袍,腮红", "val": "((masterpiece)), ((best quality)), ((official art)), (extremely detailed CG unity 8k wallpaper), ((highly detailed)), ((illustration)), traditional chinese painting,((Chinese wind)),((a girl)), (single), staring, fairy,hair_ornament, earrings, jewelry, (very long hair), (messy_hair), bare shoulders, ribbon,hairs between eyes, beautiful detailed sky,full body,close-up,arms behind back,Taoist robe, thighs, aloft, mist-shrouded,chinadre,overexposure,[wet clothes],medium breast,solo,[doll],Bare thigh,incredibly_absurdres,intense angle ,pleated dress,chinese style architecture,single hair bun,white_hair,red_eyes,sideways glance,cold attitude,eyeshadow,eyeliner,eyes visible through hair,no shoes,ribbon-trimmed sleeves,earrings,necklace,tiara,medium_breasts,sunlight,reflection light,ray tracing,loli,Phoenix crown and rosy robe,blush"}, {"tit": "", "key": "((杰作)), (((最好的质量))), ((超详细)), ((插图)), 很多挥舞着的荧光棒,舞台,演唱会,(独奏),1个女孩,((唱歌 )),耳机,(向前倾斜:1.2),(手臂藏在身后),((极其详细的眼睛和脸)),五颜六色,,东京巨蛋,光线追踪,(蓬乱的头发),樱花,花瓣,飞翔的笔记", "val": "((masterpiece)), (((best quality))), ((ultra-detailed)), ((illustration)), A lot of waving glow sticks,Stage,Concert,(solo),1 girl,((singing)),headset,(leaning_forward:1.2),(arms_behind_back),((extremely_detailed_eyes_and_face)),colorful,,Tokyo Dome,ray tracing,(disheveled hair),cherry_blossoms,petals,Flying notes"}, {"tit": "", "key": "(非常详细的CG unity 8k 壁纸,杰作,最好的质量,超详细),(最好的照明,最好的阴影,极其细腻和美丽),动态角度,浮动,精细的细节,景深(绽放),(闪耀) , 闪烁的星星, 经典, (插图), 最好的星空, 透明,1girl:1.75,长长的灰色头发,精致的蓝眼睛,中等乳房,女巫,(坐在长水晶瓶里的女孩),带塞的瓶子,瓶中的水,草背景,自然", "val": "(extremely detailed CG unity 8k wallpaper,masterpiece, best quality, ultra-detailed), (best illumination, best shadow, an extremely delicate and beautiful), dynamic angle, floating, finely detail, Depth of field (bloom), (shine), glinting stars, classic, (illustration),best starry sky,transparent,1girl:1.75,long gray hair,detailed blue eyes,medium breasts,witch,(girl sitting inside a long crystal bottle),bottle with stopper,water in bottle,grass background,nature"}, {"tit": "", "key": "美丽详细的花,美丽详细的眼睛,超详细,花,优质,,眼睛,花和头发是相同的颜色,美丽的颜色,脸,{{{{{她的头发正在变成花,花,头发,花,蝴蝶, }}}}},{{{{1girl}}}}卡哇伊,,{{{高细节,高品质}}},{{{背光}}},{{头发和衣服都是花}},{ {{上身}}},高品质,头发与身体,蹼裙,上身,花腿,花手,身体与花,{{花与衣服}},衣服与花,,光粒子,黑色背景, {{{{发带花}}}} ,小胸带花 ,大发带花 ,{{飘发带花 ,飘}}1girl ,小胸 ,大理石花纹发带衣服 ,看着观众 ,{{原创}} ,{{手臂向下}} , {{剪纸}} , 黑色背景 , 花前景 , {{头发花}} ,{{{{{高分辨率}}}} ,}头发花 ,头发花 , 头发 , 卷发 , 漫射光 , 抽象 , 蝴蝶与身体 , 花与头发 , 她的头发是花朵 , 大袖子 , 漂浮", "val": "beautifuldetailedflower,beautifuldetailedeyes,hyperdetailed,flower,hyperquality,,eyes,flowerandhairissamecolor,beautifulycolor,face,{{{{{herhairisbecomingflower,flower,hair,flower,butterfly,}}}}},{{{{1girl}}}}kawaii,,{{{highdetails,highquality}}},{{{backlight}}},{{hairandclothesisflower}},{{{upperbody}}},highquality,hairwithbody,webbeddress,upperbody,flowerleg,flowerhands,bodywithflower,{{flowerwithclothes}},dresswithflower,,lightparticles,blackbackground,{{{{Hairwithflower}}}},smallbreastwithflower,bighairwithflower,{{floatinghairwithflower,floating}}1girl,smallbreast,marblingwithhairandclothes,lookingatviewer,{{original}},{{armdown}},{{papercutting}},blackbackground,flowerforground,{{hairwithflower}},{{{{{highres}}}},}hairwithflower,hairwithflower,hair,wavyhair,diffusionlighting,abstract,Butterflywithbody,flowerwithhair,herhairisflower,bigtopsleeves,floating"}, {"tit": "", "key": "融化,抽象,飞溅,超详细,小胸,白发,长发短发,小胸,凌乱的头发,蓝眼睛,背光,沙子,水,黑色背景,尘埃,水溅,长袖,白衣 , 飞溅, 超大号的衣服", "val": "melting,abstract,splash,hyperdetailed,smallbreast,whitehair,shorthairwithlonglocks,smallbreast,messyhair,blueeyes,backlighting,sand,water,blackbackground,dustclodust,watersplash,longsleeves,whiteclothes,splash,oversizedclothes"}, {"tit": "", "key": "(非常详细的CG unity 8k 壁纸),(杰作),(最好的质量),(超-详细),(最好的插图),(最好的阴影),(一个极其精致和美丽),动态角度,浮动,精细的细节, (绽放), (闪耀), 闪亮的星星, (经典), ( 插图), ( 绘画), ( 素描), 漂亮的脸蛋,极致美丽详细的动漫脸,美丽细致的女孩, (一件精致的风衣),披风,浅绿色头发,非常长的头发,小胸 ,极其精致美丽的女孩,美丽细致的眼睛,凌乱的头发,朦胧的雾气,薄雾,(森林),羽毛,自然,(阳光),仙境,", "val": "(extremely detailed CG unity 8k wallpaper),(masterpiece), (best quality), (ultra-detailed), (best illustration),(best shadow), (an extremely delicate and beautiful), dynamic angle, floating, finely detail, (bloom), (shine), glinting stars, (classic),( illustration),( painting),( sketch),beautiful face, extremely_beautiful_detailed_anime_face,Beautiful detailed girl, (andetailedorgandiedress),cape,light_green_hair,very_long_hair,small_chest,extremely delicate and beautiful girls,beautiful detailed eyes,dishevelled hair,Hazy fog, mist, (forest),feather,nature,(sunlight), fairyland,"}, {"tit": "", "key": "{最佳品质},{{杰作}},{高分辨率},原创,极其细致的壁纸,一朵花娶一个女孩,独奏,高细节,酷图,美丽,戏剧性的光线,戏剧性的角度,透彻的眼睛,(写实) , 黑发, 宝石眼, 唯美, 软脸, 长发辫, 美颜, {{{超详细}}}, 躺花瓣, 飘花瓣, 落花瓣, {{微风}}, 风, 天空, 黄昏, { {{backlighting}}},牛仔拍摄,看着观众,汉服,她戴着可爱的头饰,发夹,贴花,刺绣,华孙,女士发饰,耳坠,耳坠,珍珠和翡翠项链,五颜六色", "val": "{Best quality}, {{masterpiece}}, {high resolution}, original, extremely detailed wallpape, a flower marries a girl, solo, highly detailed, cool image, beautiful, dramatic light, dramatic angle, penetrating eyes, (realistic), Black hair, jewel eyes, aestheticism, soft face, long hair braided, beautiful face, {{{ultra detailed}}},lying petals, floating petals, falling petals, {{breeze}}, wind, sky, dusk, {{{backlighting}}}, cowboy shot, looking at viewer,Hanfu,She wore a lovely tiara,Hairpin,applique,embroidery,Huasun,women's hair ornament,Eardrop,Eardrop,pearl and jade necklace, colorful"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),{1女:2),(街边的樱花树),(插图), 奥约萨马,(个展) ,隐藏的双手, ((极其精致美丽)), ((美丽细致的蓝天)),美丽细致的眼睛, 风, 缎带, 领结, 纽扣, 露肩, 优雅的礼服, ((微风)), 飞舞的花瓣", "val": "(((masterpiece))),(((bestquality))),((ultra-detailed)),{1?girl:2),(cherry blossoms tree along the street),(illustration),ojousama,(solo),hidden hands,((anextremelydelicateandbeautiful)),((beautifuldetailed bluesky)),beautifuldetailedeyes,wind,ribbons,bowties,buttons,bareshoulders,elegant dress,((breeze)),flyingpetals"}, {"tit": "", "key": "浅绿色的头发,呆毛,连帽衫,白丝袜,牛仔裤,(非常详细的CG统一8k壁纸),(杰作),(最好的质量),(超详细),(最好的插图),(最好的阴影),(一个极其精致和美丽),动态角度,精细的细节,(绽放 ), (闪耀), 经典, (绘画), 电影般的光, 极其精致美丽的女孩, 美丽细致的眼睛, (((神性))), 微笑,((只有一个女孩)),(枫树),阳光,美丽细致的天空,(枫林),(仙境),(((枫叶))),秋天,", "val": "light green hair,ahoge,hoodie,white stockings,jeans,(extremely detailed CG unity 8k wallpaper),(masterpiece), (best quality), (ultra-detailed), (best illustration),(best shadow), (an extremely delicate and beautiful),dynamic angle,finely detail, (bloom), (shine), classic, (painting), cinematic light,extremely delicate and beautiful girls, beautiful detailed eyes,(((divinity))),smile,((only one girl)), (maples),sunlight,beautiful and detailed sky,(maple_forest),(fairyland),(((maple_leaves))),autumn,"}, {"tit": "", "key": "(非常详细的CG unity 8k 壁纸),(杰作),(最好的质量),(超详细),(最好的插图),(最好的阴影),(一个极其精致和美丽),动态角度,浮动,精细的细节, (绽放),(闪耀),闪烁的星星,经典,(绘画),1girl,奴隶,(黑色裙子),(非常长的黑色头发),钻石和刺眼的眼睛,((美丽细致的冷脸)),眼泪,微笑,中等胸,明星 发饰,蓬乱的头发,(飘动的羽毛),黑色的羽毛,(领子),((笼子)),((链子)),月亮,薄雾,星空,", "val": "(extremely detailed CG unity 8k wallpaper),(masterpiece), (best quality), (ultra-detailed), (best illustration),(best shadow), (an extremely delicate and beautiful), dynamic angle, floating, finely detail, (bloom), (shine), glinting stars, classic, (painting),1girl,slave,(black_dress),(very_long_black_hair),diamond and glaring eyes, ((beautiful detailed cold face)),tears,smile,medium_chest,star hair ornament,dishevelled hair,(floating feathers),black feathers,(collar),((cage)),((Chains)),moon,mist,starryNebula,"}, {"tit": "", "key": "(非常详细的CG unity 8k 壁纸),(杰作),(最好的质量),(超详细),(最好的插图),(最好的阴影),(一个极其精致和美丽),动态角度,浮动,精细的细节, (绽放),(闪耀),闪烁的星星,经典,(绘画),1girl,奴隶,(((黑色裙子))),(非常长的银色头发),钻石闪亮的眼睛,((美丽细致的冷脸)),中胸,明星发饰,((蓬乱的头发)),(衣领),(((一个女孩被困在一个巨大的笼子里))) ,(漂浮的黑色羽毛),((监狱)),((链子)),((城堡)),(((阳光))),薄雾,(仙境),((白花)),(沙漏),((仅 一个女孩))", "val": "(extremely detailed CG unity 8k wallpaper),(masterpiece), (best quality), (ultra-detailed), (best illustration),(best shadow), (an extremely delicate and beautiful), dynamic angle, floating, finely detail, (bloom), (shine), glinting stars, classic, (painting),1girl,slave,(((black_dress))),(very_long_silver_hair),diamond and glaring eyes, ((beautiful detailed cold face)),medium_chest,star hair ornament,((dishevelled hair)),(collar),(((a girl was trapped in a huge cage))) ,(floating_black_feathers),((cage)),((Chains)),((castle)),(((sunlight))),mist,(fairyland),((white flower)), (hourglass),((only one girl))"}, {"tit": "", "key": "(UFOtable),命运,((Illyasviel)),艺术线条,杰作,高分辨率,最好的质量,美丽的细节,精细的细节,插图,最好的灯光,闪耀,(ahoge),美丽可爱的动漫脸,(精致的魔术圈背景),可爱的萝莉 ,(((碎溅水晶漂浮))),魔法少女,裂袖,小胸,冰,光粒子,(水晶飞溅),(运动模糊),((星辰之环)),精致圆圈,坚定微笑, Japanese_clothes,gem_earrings,精致的白发,美丽的飘逸长发,复杂的图案衣服,繁茂的白色发带,露肩,光线,光线追踪,极细的眼睛,单焦点,柔焦,魔光,光轴", "val": "(UFOtable),fate,((Illyasviel)),lineart,masterpiece,highres,best quality,beautiful details,finely detail,illustration,bestlighting,shine,(ahoge),beautiful cute anime face,(delicate magic_circle background),cute loli,(((breaken splashing crystals floating))),magiciangirl,split sleeves,small_breasts,ice,light particles,(crystalline flyingsplashes),(motion blur),((Circle of Stars)),delicate circle,firmly smile,japanese_clothes,gem_earrings,delicate white hair,beautiful floating long hair,complex pattern clothes,luxuriant white hairband,bare shoulders,light,ray tracing,extremely detailed eyes,solo focus,soft focus,magic glow,light shafts"}, {"tit": "", "key": "(最好的质量),((高细节)),((杰作)), (高分辨率), (一个非常精致和美丽), 原始的, 非常详细的壁纸, 漂浮的花瓣,花园,风,1girl,长发,眼睛倒影,薄嘴唇, 温柔的微笑,单独的,,发饰,微笑,流苏,刘海,钝刘海,辫子,非常长的头发,上半身,观看者,动物的耳朵,闭嘴,3D,((真实)),光粒子,,阳光,侧光,腮红,", "val": "(best quality),((high_detail)),((masterpiece)), (highres), (an extremely delicate and beautiful), original, extremely detailed wallpaper, floating petals,garden,wind,1girl,long_hair,reflection_eyes,thin_lips,soft_smile,solo,,hair_ornament,smile,tassel,bangs,blunt_bangs,braid,very_long_hair,upper_body,looking_at_viewer,animal_ears,closed mouth,3D,((realistic)) ,light particles,,sunlight, light from side, blush,"}, {"tit": "", "key": "杰作, 最佳品质, {{杰作}},{最佳质量},{高分辨率},{{{靠近}}},独立的,{教堂}里的一个女孩,光透过五颜六色的玻璃滴落,详细的脸,插图, 单身,(1个女孩),(美丽细致的眼睛),电影灯光,明亮的眼睛,(眼睛里的星星),(闪闪发光的动漫眼睛),(渐变头发),(最好的质量),(高分辨率),非常详细的壁纸,独奏 ,原创,头发发光,(精致细节),上身,英国,皇室_妹妹,少女,(勋章),军装,中胸,庄重的脸,金发,皇冠", "val": "masterpiece, best quality, {{masterpiece}},{best quality},{highres},{{{close to}}},solo,a girl inside the {church} ,light dripped through the colourful glass,detailed face, illustration, single,(1girl),(beautiful detailed eyes),cinematic lighting,bright eyes,(star in eyes),(sparkling anime eyes),(gradient hairdient hair),(best quality), (highres),extremely detailed wallpaper, solo,original,Hair glows, (Exquisite detail),upper body,British,royal_sister,maiden,(medal),military uniform,medium breasts,solemn face,blonde hair,crown"}, {"tit": "", "key": "杰作, 最佳品质, (最佳品质), ((杰作)), (高分辨率), 原创, 极其细致的8K壁纸, (极其精致美丽), 腮红, 张开嘴, 微笑, 2girls, 在棋盘地板上, 棋子,尤里,((详细的脸)),美丽的细节眼睛,在风中飘扬的头发,凌乱的头发,镜头光晕,柔和的阴影,真实的灯光,详细的灯光,吊袜带和吊袜带,(金发和平胸和长发和 公主裙和少女),(银发和平胸高马尾和长发女骑士和骑士_裙和小姑娘),(漂浮的玻璃碎片),((彩色折射)),双手合十,并排,眼神交流 , 苛性碱, Hdr,", "val": "masterpiece, best quality, (best quality), ((masterpiece)), (highres), original, extremely detailed 8K wallpaper, (an extremely delicate and beautiful), Blush, open mouth, smile ,2girls,On the Chess board floor, Chess pieces,yuri, ((detailed face)),beautiful detail eyes,hair fluttering in the wind,messy hair,lens flare,soft shadows,eal lighting,detailed lighting,garter straps and garter belt,(blond_hair and flat_breasts and long_hair and Princess Dress and young girl ),(silver_hair and flat_breasts and High horsetail and long_hair and A female_ knight and Knight_ Dress and Little girl ),(floating glass fragments), ((colorful refraction)) ,own hands together,on side ,eye contact, caustic,Hdr,"}, {"tit": "", "key": "((杰作)),(插图),(高分辨率),(((最佳质量))),((超详细)),景深,轮廓,((半身像)),看着观众,( 1girl), (solo), 无表情, ((bishoujo)), (美丽细致的红眼睛), (蓬乱的头发), 黑色的头发, ((中乳)), 眼间的头发, 长发, (复杂的图案), ( (锋利的黑色盔甲)), ((锋利的黑色肩甲)), (华丽的肩甲), (盔甲上的红色闪亮符文细节), (红色撕裂的斗篷), (废墟), 云, (日落), 灯光粒子, (微风),((余烬)),详细的背景,(被许多美丽的详细红色水晶包围),山,", "val": "((masterpiece)), (illustration), (highres), (((best quality))), ((ultra-detailed)), depth of field, profile, ((bust shot)), looking at the viewer, (1girl), (solo), expressionless, ((bishoujo)), (beautiful detailed red eyes), (disheveled hair), black hair, ((medium breasts)), hair between eyes, long hair, (complex pattern), ((sharp black armour)), ((sharp black shoulder armor)), (gorgeous shoulder armor), (red shining rune details on armor), (red torn cape), (ruins), cloud, (sunset), lighting particle, (breeze), ((embers)), detailed background, (surrounded by many beautiful detailed red crystal), mountain,"}, {"tit": "", "key": "{Arknights}, 杰作, 插画, [尘土飞扬的颜色], [美丽的素描], 柔光, [模糊的纹理],1girl,solo,(一个极其精致美丽的女孩),大胸,仰望天空,(白发), 非常长的头发,波浪形的头发,面无表情,面无表情的眼睛,红眼睛,长睫毛,美丽细致的眼睛,((血)),闭着的嘴,恶魔角,头发花,耳环,花丝带,尖耳朵,哥特洛丽塔,露肩,黑色连衣裙,无袖连衣裙,十字架项链 ,((女孩背上的背翼)),((女孩背上的天使翅膀)),肚脐,夜晚,满月,阴天,云杉,(燃烧的森林),(火),火光照在脸上,火焰,战斗姿态,( 风),(白色的羽毛),飘落的玫瑰花瓣,(在废墟中),模糊的背景,梦幻般的流光,灿烂的银河,行走,靴子,((剑))", "val": "{Arknights}, masterpiece, ilustration, [dusty color], [beautiful detailed sketch], soft light, [blurry texture],1girl,solo,(an extremely delicate and beautiful girl),large_breasts,looking at sky,(white_hair),very_long_hair,wavy hair,expressionless,expressionless eyes,red_eyes,longeyelashes,beautiful detailed eyes,((blood)),closed mouth,demon horns,hair_flower,earrings,flower ribbon,pointy ears,gothic_lolita,off_shoulder,black_dress,sleeveless_dress,cross necklace,((dorsal wings on girl's back)),((angel wings on girl's back)),navel,night,full_moon,cloudy,spruce,(burning_forests),(fire),fire shine on the face,flame,fighting_stance,(windy),(white_feathers),falling_rose petals,(in_ruins),blurry background,fantastic streamer,brilliant galaxy,walking,boots,((swords))"}, {"tit": "", "key": "杰作,极品,高级,凌乱的头发:1.8,头发随风飘扬,超大文件,高细节,闪闪发光,独奏,美丽((((黑色))))详细天空,(((超详细的脸) )), 光线追踪, (人像), 白发: 5.9, 漂浮, ((很多乌鸦)), 女孩:背景 = 1:3, 详细的云, 极其细致的眼睛, 漂浮的火焰: 5.2, (漂浮的羽毛) ,((灰烬)), 浮动闪光: 6, 运动模糊, 动态角度, 蒸汽朋克: 4.5, 杰作:1.1, 肖像,脸上的污垢:3, 黑色:1.4 烟雾, 上半身, 乌鸦:1.67, 史诗:6 ,萝莉,详细城市风光,废墟:5,铜:2,中土,大巫师帽:2,扫帚:2,超精细机械假肢:2", "val": "masterpiece, best quality, advanced, messy hair:1.8, hair fluttering in the wind, super large documents, high details, glittering, solo, beautiful ((((black))))detailed sky, (((ultra-detailed face))), ray tracing, (portrait), white hair: 5.9, floating , ((a lot of crowls)), girl:background = 1:3, detailed cloud,Extremely detailed eyes, floating flames: 5.2,(floating feather),((ashes)), floating flashes: 6, motion blur, dynamic angle, steam punk: 4.5, masterpiece:1.1, portrait,dirt on face:3, black:1.4 smoke, upper body ,crow:1.67, epic:6, loli, detailed city scenery, ruins: 5, copper:2, middle earth, large wizard hat: 2, broom:2, ultra detailed mechanical prostheses:2"}, {"tit": "", "key": "超广角, 礼服-宝石-星空-融合, ((1girl)), 水下, 绚丽多彩, {亚特兰蒂斯}, 紫水, 星海, 巨型玻璃瓶中的女孩: 5, ((巨大玻璃 瓶子))-((一个巨大的白发女孩)),泡泡,星星枕头,((睡梦中的女孩)),牛仔射击:3,小乳房:5,裙子套装,((娃娃))", "val": "very wide shot, Dress - Gem - starry sky - fusion, ((1girl)), underwater, Bright and colorful, {Atlantis}, purple water, Sea of Stars, The Girl in the Giant Glass Bottle: 5, ((Huge glass bottle))- ((A huge white-haired girl)), bubbles, star pillow, ((The Girl in Sleep)), cowboy shot: 3, small breasts: 5, skirt set, ((doll))"}, {"tit": "", "key": "二十世纪,城市街道,城市,((中间的女孩:1.9)),(看观众),面无表情,无人的十字路口,(整个黑暗的天空:1.5),(厚厚的积雨云),灰白的头发,斑驳的头发 ,巨大的文件大小,高细节,(杰作),(最好的质量),(((一个极度精致和美丽的女孩))),(个展:1.4),美丽的天空,美丽细致的眼睛,((牛仔射击)),交叉刘海 ,中长发,连衣裙,(美丽细致的黑色手套:1.4),超大文件,壁纸,杰作,超详细,插图,美丽细致的眼睛,华丽,((((杰作))),插图,详细发光,(多层 建筑物),(风电梯),极其精细的4k CG,(绝望:1.4),八字辫,绿眼睛,1个女孩,(在十字路口中间),(下雨),毛毛雨,寂寞,沉重的天空,无助的眼睛 ,侧身,高度详细,黑瞳,", "val": "twenty-second century,urban street,city,((the girl in the middle:1.9)),(looking_at_viewer),expressionless,manless crossroads,(whole dark sky:1.5),(thick cumulonimbus cloud),gray hair,streaked hair,huge_filesize,high detail,(masterpiece),(best quality),(((an extreme delicated and beautiful girl))),(solo:1.4),beautiful sky,beautiful detailed eyes,((cowboy shot)),crossed bangs,medium hair,dress,(beautiful detailed black gloves:1.4),huge_filesize,wallpaper,masterpiece,ultra-detailed,illustration,beautiful detailed eyes,gorgeous,(((masterpiece))), illustration,detailed glow, (many-storied buildings),(wind lift),extremely detailed 4k CG,(despairing:1.4),Splayed braid,green eyes,1 girl,(in the middle of the intersection),(rainny), drizzle, loneliness, heavy sky, helpless eyes,sideway,highly detailed,black pupil,"}, {"tit": "", "key": "((最佳质量)),((杰作)),((超详细)),(插图),1girl,独奏,美丽详细的随机眼睛,美丽详细的脸,美丽详细的随机头发,景深,很多 蓝天白云,白色随意汉服,((上身)),肖像,看着观众,逆光,", "val": "((best quality)), ((masterpiece)) , ((ultra-detailed)), (illustration), 1girl, solo, beautiful detailed random eyes, beautiful detailed face, beautiful detailed random hair, depth of field, a lot of clouds in blue sky, white random hanfu, ((upper body)), portrait, looking at viewer, backlighting,"}, {"tit": "", "key": "层,(插图),杰作,最好的品质,高度详细,最佳光线,闪耀,(呆毛),天体,1girl,1精灵,((个展)),发饰,肚脐切口,小乳房,遮胸,纹身,开衫, 白色长裙,发花,微笑,宝石耳环,分离袖,丝绸,侧胸,温泉,凌乱的长发,图案服装,细条纹图案,公共纹身,轻盈,修身,摩洛伊斯兰解放阵线,裸肩,(精美的魔术圈背景),(( 破碎的飞溅水晶漂浮)),冰,光粒子,(水晶飞溅),((星圈)),柔焦,星云,周围发光的行星,星尘,(符文环),飞伦符文,罗马数字, 卫星轨道环绕,(玻璃球),(沙漏),(水滴,飞羽)", "val": "layers,(illustration),masterpiece,best quality,highly detailed,bestlight,shine,(ahoge),celestial,1girl,1elf,((solo)),hair ornament,navel cutout,small_breasts,cover chest,tattoo,open shirt,white long dress,hair flower,smile,gem_earrings,detached sleeves,silk,sideboob,onsen,long messy hair,patterned clothing,pinstripe pattern,public tattoo,ligh,slim,milf,bare shoulders,(delicate magic_circle background),((breaken splashing crystals floating)),ice,light particles,(crystalline splashes),((Circle of Stars)),soft focus,star_clouds,glowing planets around,star dust,(runes rings),fly rune of lun,roman numeral,satellite orbit around,(glassball),(hourglass),(water drop,flying feathers)"}, {"tit": "", "key": "((最好的质量)), ((杰作)), ((超详细)), (插图), (详细的光), (极其精致美丽), ((1girl)), ((个展)), (美丽细致的眼睛),景深,汉服,动态姿势,(((美丽细致的中式建筑))),上身,(((户外))),细致的中式流苏,发花", "val": "((best quality)), ((masterpiece)) , ((ultra-detailed)), (illustration), (detailed light), (an extremely delicate and beautiful), ((1girl)), ((solo)), (beautiful detailed eyes), depth of field,hanfu, dynamic pose,(((beautiful detailed chinese style architecture))), upper body, (((outdoors))), detailed chinese style tassel, hair flower"}, {"tit": "", "key": "(非常详细的CG统一8k壁纸),(杰作),(最好的质量),(超详细),(最好的插图),(最好的阴影),(一个极其精致和美丽),动态角度,精细细节,后启示录,赛博朋克,电影光,赛博屏幕框架,(只有一个女孩),娃娃,极其精致美丽的女孩,(((神))),战斗姿态,(空洞的眼睛),(冷脸),((脸上的血)),厌恶,悲伤,很长的头发,粉红色的头发,光环,(((许多魔术圈))),美丽细致的眼睛,蓝眼睛,成长的眼睛,((血统)),(白色机械外骨骼:1.1),机械装甲,(成熟的女人),(举起手臂),飘扬的头发,风,((撕裂的电线)),散落的蓝色颗粒,((损坏的实验室)),火花,宇宙飞船,(((机械室))),((全息投影)),室内,景深:(精致的手臂和手):0.9", "val": "(extremely detailed CG unity 8k wallpaper),(masterpiece), (best quality), (ultra-detailed), (best illustration),(best shadow), (an extremely delicate and beautiful),dynamic angle,finely detail, post-apocalypse,cyberpunk, cinematic light,cyber screen frame,(only one girl),doll,extremely delicate and beautiful girls, (((divinity))),fighting_stance,(empty eyes),(cold face),((blood on face)),disgust,sad,very long hair,pink hair,halo,(((many magic circles))),beautiful detailed eyes,blue eyes,growing eyes,((bloodline)),(white Mechanical exoskeleton:1.1),mechanic armor,(mature woman),(arm up),fluttering hair,wind,((torn eletric wire)),scattered blue particles,((damaged lab)),sparking,spaceship,(((mechanic room))),((Holographic projection)),indoor,depth of field:(delicate arms and hands):0.9"}, {"tit": "", "key": "杰作, 极品, 官画, 1girl, 个展, (((彩色水墨画))), (((中国画))), 出自 维克多·倪, (中国古建筑), ((女性焦点)), ((泼墨)),((泼色)),(京剧),(七彩),((素描)),染色,画得很漂亮,很细致,(汉服),多色头发,((黑色头发) ), 彩色内发, 飘发, 辫子, 发髻, 发夹, 贴花, 刺绣, 华孙, 女士发饰, 耳坠, 玉项链", "val": "masterpiece, best quality, official art, 1girl, solo, (((color Ink wash painting))), (((Chinese painting))), by Victo Ngai, (Chinese ancient buildings), ((female focus on)), ((ink splashing)), ((color splashing)), (Beijing opera), (colorful), ((sketch)), dyeing, beautifully painted, highly detailed, (hanfu), multiple color hair, ((black color hair), colored inner hair, floating hair, braid, bun,hairpin, applique, embroidery, Huasun, women's hair ornament, Eardrop, jade necklace"}, {"tit": "", "key": "人物(4:6),金属装备(系列),特写,机械假肢,[[蒸汽朋克]],人体重建,黑烟,齿轮钟楼,[[烟雾弥漫的废弃城市]],{白长头发},齿轮靴,棕色手套,凌乱的白发,随风飘扬的银发,巨大的文件,高细节,{杰作},{最好的质量},{一个非常精致漂亮的女孩},脸上的污垢,小胸围,{乌鸦},黑色天空(非常),美丽的眼睛,{哥特式连衣裙长裙-(黑色)},{许多黑色羽毛},许多零星黑色羽毛,{1个女孩},{上半身},独奏, 风暴, 光", "val": "characters (4:6), metal equipment (series), close-up, mechanical prostheses, [[steampunk]], human reconstruction, black smoke, gear clock tower, [[smoke filled abandoned city]], {white long hair}, gear boots, brown gloves, messy white hair, silver hair fluttering in the wind, huge documents, high details, {masterpiece}, {best quality}, {a very delicate and beautiful girl}, dirt on the face, small chest circumference, {crow}, Black sky (very much), beautiful eyes, {Gothic dress long skirt - (black)}, {many black feathers}, many sporadic black feathers, {1 girl}, {upper body}, solo, storm, light "}, {"tit": "", "key": "{杰作},极品,极细CG unity 8k壁纸,电影角度,1girl,长发,凌乱的头发,美丽细致的眼睛,美丽细致的头发,坐着,{刀剑},破损的衣服,脸上的血,性感 ,银色腹甲,牛角,金属,复杂图案,斗篷,自然,废墟,战场,{烈焰},英勇,{黑暗的天空},", "val": "{masterpiece},bestquality,extremely detailed CG unity 8k wallpaper,cinematic angle, 1girl,long_hair,messy_hair, beautiful detailed eyes,beautiful detailed hair,sitting,{knife and sword},Damaged clothes,Blood on the face,sexy,silver plastron,horns,metal, complex pattern,cape,nature,Ruins, battlefield,{burning flames},Valiant,{Dark sky},"}, {"tit": "", "key": "极其详细的 CG 统一 8k 壁纸,{杰作},最佳质量,电影角度,插图,美丽细致的眼睛,美丽细致的头发,{1 女孩},{剑},性别,{金眼睛},银色腹甲,牛角,金属, 复纹,斗篷,冷漠,废墟,熊熊烈火,勇猛,黑暗天空,傲慢,", "val": "extremelydetailedCGunity8kwallpaper,{masterpiece},bestquality,cinematic angle, illustration,beautiful detailed eyes,beautiful detailed hair,{1girl},{Sword},sex,{golden eyes},silver plastron,horns,metal, complex pattern,cape, indifference, Ruins of the battlefield,burning flames,Valiant,Dark sky,prideful,"}, {"tit": "", "key": "(((((独奏,杰作,极品,高细节,体积光照,原创, ))))),极其细致的8K壁纸,{极其精致美丽},超大文件,高细节,白色长发,白色 丝袜,白色蕾丝手套,凌乱的头发,超大的文件,高细节,{{{{{一个极其精致美丽的女孩}}}}},小胸,美丽的细节眼睛,西方神秘,史诗,{{超现实}}, {{{奇幻}}},(动态角度),光线追踪,HDR,炫彩,{混沌与邪恶},蓝眼睛,{{{齿轮机械装甲}}},精致美丽的脸蛋,彩色内发,姬发 , {{赛伯朋克}}{{{宇宙}}},{{{机械装置}}},(白色机械外骨骼:1.1),星际飞船,分离机翼", "val": "(((((solo,masterpiece,best quality,highly detailed,volumetric lighting,original, ))))), extremely detailed 8K wallpaper, {an extremely delicate and beautiful}, oversized documents, high details, white long hair, white stockings, white lace gloves, messy hair, oversized documents, high details, {{{{{a extremely delicate and beautiful girl}}}}}, small chest, beautiful detail eyes, Western Mystery,epic, {{surreal}}, {{{Fantasy}}},(dynamic angles),ray tracing , HDR , colorful, {Chaos and evil},blue eyes, {{{Gear mechanical armor}}}, Exquisite and beautiful face, colored inner hair,hime cut, {{Cyberpunk}}{{{universe}}},{{{Mechanism}}},(white Mechanical exoskeleton:1.1),Starship,detached wings"}, {"tit": "", "key": "{{杰作}},插图,最好的质量,非常详细的 CG unity 8k 壁纸,(废墟:0.8),肩章,1girl,ojousama,独奏,很长的头发,中等乳房,战争,牛仔射击,浅笑,银色头发, 蓝色的眼睛,{引擎盖},长披肩,风,美丽细致的眼睛,tsurime,看着查看器,光线追踪,浅腮红", "val": "{{masterpiece}},illustration,best quality,extremely detailed CG unity 8k wallpaper,(ruins:0.8),epaulete,1girl,ojousama,solo,very long hair ,medium breasts,warscape,cowboy shot ,light smile, silver hair, blue eyes,{hood}, long capelet, wind,beautiful detailed eyes,tsurime,looking at viewer,ray tracing,light blush"}, {"tit": "", "key": "金属装备(系列),近摄镜头,机械假肢,[[蒸汽朋克]],人体重建,黑烟,齿轮钟楼,[[烟雾弥漫的废弃城市]],{白色长发},齿轮靴,棕色手套, 风, 凌乱的白长发, 白长发随风飘扬, 巨大的文件, 高细节, {杰作}, {最好的质量}, {一个非常精致美丽的女孩}, 脸上的污垢, 小胸围, {乌鸦}黑色的天空,美丽的眼睛,{破烂的哥特式连衣裙-(黑色)},逆光缺乏羽毛},许多零星的黑色羽毛,{一个女孩},{上半身},独奏,{{大量黑色灰烬和火花漂浮在空中-(非常多)},背光,乌鸦羽毛短斗篷", "val": "Metal equipment (series), close-up lens, mechanical prosthesis, [[Steampunk]], human reconstruction, black smoke, gear clock tower, [[smoke filled abandoned city]], {white long hair}, gear boots, brown gloves, wind, messy white long hair, white long hair fluttering in the wind, huge documents, high details, {masterpiece}, {best quality}, {a very delicate and beautiful girl}, dirt on the face, small chest circumference, {crow} Black sky, beautiful eyes, {tattered Gothic dress - (black)}, backlighting Lack feathers}, many sporadic black feathers, {a girl}, {upper body}, solo, {{a large number of black ashes and sparks floating in the air - (very many)}, backlight, Crow Feather Short Cloak"}, {"tit": "", "key": "正面,美丽细节眼睛,{白色旗袍},1girl,{白色泳衣},白发,长发,小胸,站立,看脸,精灵,红眼,森林,水,", "val": "front , beautiful detail eyes,{white cheongsam},1girl,{white swimsuit},white hair,long hair, small breasts,standing,face viewer,elf,red eyes,forest,water,"}, {"tit": "", "key": "{{最佳品质}}, {{杰作}}, {{难以置信的荒谬}},8k 壁纸,原创,极其细致的壁纸,{{1girl}},{极其精致美丽}:,traditional_media,loli,精致细腻 脸,画册,个人资料,可爱漂亮的女孩,明亮的瞳孔,中等乳房,{脸红},诱人的微笑,看着观众,黑发,刘海,床上的泰迪熊,躺在床上,{睡衣},发夹,{躺在床上 一个人在床上},", "val": "{{best quality}}, {{masterpiece}}, {{ncredibly_absurdres}},8k wallpaper,original,extremely detailed wallpaper,{{1girl}},{an extremely delicate and beautiful}:,traditional_media,loli,Delicate and delicate face,artbook,profile,Lovely and beautiful girl,bright pupils,medium_breasts,{blush},seductive smile,looking_at_viewer,black hair, bangs ,a teddy bear on the bed,Lying in bed,{pajamas},hairclip,{Lying on one's side in bed},"}, {"tit": "", "key": "{{详细的风琴裙}},{{坐着}},燃烧的头发,水晶质感的头发,彩虹色的头发,{{{{{{{水彩_(medium)}}}}}}},{{{{{{ {大上衣}}}}}}},{飘白丝},{{{无鞋}}},{{星星发饰}},{{{很多冰块围着女孩}}},{{ {冰与火融化}}},详细的冰,冰晶纹理翅膀,{{{{{火花}}}}},燃烧,在火焰中燃烧自己,{{{裸膝}}},{{{雪花} }},{{{燃烧的天空}}},{{火药烟雾}},{{{冰在空中漂浮}}},人间地狱,漂浮的玻璃碎片,{{{hiten}}},一个非常精致和美丽的女孩,{{{{{{哥特式建筑,}}}}}},环境光,美丽的细节发光,光线追踪,电影照明,反光的头发,美丽细致的眼睛,极其细致的头发,美丽的精致头发, {{{飘发}}},{{{风举}}},详细的可爱动漫脸,极其精致美丽,最好的插图,最好的质量,高度详细,插图,极端的身体细节,非常详细的CG统一8k壁纸, 非常精致和美女,眼睛一样大,华丽,{碎玻璃},{魔法圆环},漂亮细致的白手套,{{{火}}},露肩,景深,{{{{牛仔射击}}}}", "val": "{{andetailedorgandiedress}},{{sitting}},burninghair,crystalstextureHair,Iridescence hair,{{{{{{{watercolor_(medium)}}}}}}},{{{{{{{largetopsleeves}}}}}}},{Floatingwhitesilk},{{{no shoe}}},{{star hair ornament}},{{{Many ice cubes surround the girl}}},{{{iceandfiremelt}}},detailedice,icecrystaltexturewings,{{{{{spark}}}}},burning,Burnoneselfinflames,{{{bare knee}}},{{{snowflake}}},{{{burningsky}}},{{smoke of gunpowder}},{{{Ice is floating in the air}}},ahellonearth,floating glass fragments,{{{hiten}}},an extremely delicate and beautiful girl,{{{{{{gothic architecture,}}}}}},Ambient light,beautifuldetailedglow,ray tracing,cinematiclighting,reflective hair,beautiful detailed eyes,extreme detailed hair,beautiful detalied hair,{{{floating hair}}},{{{wind lift}}},detailedcuteanimeface,an extremely delicate and beautiful,bestillustration,best quality,highly detailed,illustration,extreme body details,extremely detailed CG unity 8k wallpaper,anextremelydelicateandbeautifu,eyes the same size,gorgeous,{Broken glass},{magiccircle},beautifuldetailedwhitegloves,{{{fire}}},Bare shoulders,Depth of field,{{{{ cowboy shot}}}}"}, {"tit": "", "key": "{{最佳品质}}, {{杰作}}, {{难以置信的荒谬}},8k 壁纸,原创,极其细致的壁纸,1girl,{极其精致美丽}:,traditional_media,loli,上身,polka_dot,显露连衣裙 ,裸露的肩膀,中等乳房,乳沟,城市空间,美丽细致的天空,美丽细致的水,诱人的微笑,刘海,发髻,长发,头发粉红色的花朵,{{头倾斜}},画册,城市景观,{{胳膊背后}}", "val": "{{best quality}}, {{masterpiece}}, {{ncredibly_absurdres}},8k wallpaper,original,extremely detailed wallpaper,1girl,{an extremely delicate and beautiful}:,traditional_media,loli,upper body,polka_dot,revealing dress,bare shoulders,medium_breasts ,cleavage,cityspace,beautiful detailed sky, beautiful detailed water,seductive smile,bangs,scrunchie,long hair,hair pink flowers,{{head tilt}},artbook,cityscape,{{arms behind back }}"}, {"tit": "", "key": "1girl, (石田隋: 1.2), (草图:1), 限定色盘, 红眼, 银发, 闪亮的皮肤, 空洞的眼睛, (嘴唇:0.4), (水彩: 0.8), (墨水飞溅: 1.2), from 侧面, 发花, (卡尼·格里菲思:1.2), 红花, 杰作, 电影阴影, 深阴影, 复杂的细节, 获奖, 精美的灯光, 电影灯光, 光线追踪", "val": "1girl, (ishida sui: 1.2), (sketch:1), limited palette, red eyes, silver hair, shiny skin,empty eyes, (lips:0.4), (watercolor:0.8), (ink splatter: 1.2), from side, hair flower, (carne griffiths:1.2), red flower,masterpiece, cinematic shadows,deep shadows, intricate details, award winning, beautifully lit,cinematic lighting,ray tracing"}, {"tit": "", "key": "娇小, 1girl, 独奏, 白发, 发丝, 飘发, 头花环, 虎牙, 银河, 项链, 中心褶边, 撕裂的衣服, 尴尬, {{{{by著名艺术家}}}, 美丽, 杰作, 反光头发 ,良好的照明,{{看着你}},{{{{by 瓦迪姆·卡申}}}},{{{{光线追踪}}}},飘逸的头发,有光泽的头发,{{{超细致的皮肤}}} , 杰作, 杰作, 细节, 良好的照明, 玻璃色调, 放大眼睛, {{reflective eyes}}, 水眼, 女孩肖像,", "val": "petite, 1girl, solo, white hair,hair intakes, floating hair,head wreath,tiger tooth,galaxy,choker,center frills,torn clothes,embarrassed ,{{{{by famous artist}}}, beautiful, masterpiece, reflective hair, good lighting, {{looking at you}}, {{{{by wadim kashin}}}}, {{{{ray tracing}}}}, flowing hair, glossy hair, {{{super detailed skin}}}, masterpiece, masterwork, detailed, good lighting, glass tint, zoom in on eyes, {{reflective eyes}}, water eyes, portrait of girl,"}, {"tit": "", "key": "巨大的文件,高细节,{杰作},{最佳质量},齿轮(系列),[[蒸汽朋克]],黑烟,齿轮钟楼,[[烟雾弥漫的废弃城市]],{{1 女孩}},白色 长发,凌乱的头发,随风飘扬的头发,{一个极其精致美丽的女孩},齿轮靴,棕色手套,{衣衫褴褛},中等胸围,{乌鸦},美丽细节眼睛,机械假肢,{{哥特式 连衣裙-(黑色)}},{{许多黑色羽毛}},许多零星黑色羽毛,{{{齿轮机构}}},{{{上身}}},娃娃", "val": "huge documents, high details, {masterpiece}, {best quality}, gear (series), [[steampunk]], black smoke, gear clock tower, [[smoke filled abandoned city]], {{1 girl}}, white long hair, messy hair, hair fluttering in the wind, {an extremely delicate and beautiful girl} , gear boots, brown gloves, {ragged clothes}, medium chest circumference, {crows}, beautiful detail eyes, mechanical prosthesis, {{Gothic dress - (black)}}, {{many black feathers}}, many sporadic black feathers, {{{gear mechanism}}}, {{{upper body}}},doll"}, {"tit": "", "key": "(((白色和蓝色的头发))),(美丽的细节玻璃头发),((水晶纹理身体)),衣服的结晶,((水晶纹理皮肤)),闪光,镜头光晕,{{{{详细的玻璃形 衣服}}},漂浮,紫水晶发饰蝴蝶,打褶,景深,极细的8K壁纸,超大文件,高细节,白色蕾丝手套,{{{极其精致美丽的女孩}}},小胸,美 细节眼睛,{{超现实}},{{{奇幻}}},(动态角度),色彩轨迹,HDR,多彩,能量,{棱镜魔法},{圆形成},{{{海}}},{ {玻璃碎片}},魔法时代,魔法星象,天体,独行卦,(动态角度),光线追踪,蓝眼睛,{{{齿轮机械装甲}}},彩色内毛,姬发,{{ 赛博朋克}},{{{机械}}},(白色机械外骨骼:1.1),分离的翅膀,时钟,{至尊天使},神圣,", "val": "(((white and blue hair))),(beautifuldetailedGlasshair),((Crystallizetexturebody)),Crystallizationofclothes,((crystalstextureskin)),sparkle,lensflare,{{{{DetailedGlassshapedclothes}}},floating,Amethyst hair ornament butterfly,pleated,Depthoffield, extremely detailed 8K wallpaper, oversized documents, high details, white lace gloves,{{{an extremely delicate and beautiful girl}}}, small chest, beautiful detail eyes, {{surrealistic}},{{{Fantasy}}}, (dynamic angles), color trace, HDR ,colorful, energy,{ prism magical},{ circle formation},{{{sea}}},{{Glass fragments}},The Age of Magic,Magical Starsign, celestial bodies,unicursal hexagram, (dynamic angles),ray tracing , blue eyes, {{{Gear mechanical armor}}}, colored inner hair,hime cut, {{Cyberpunk}},{{{Mechanism}}},(white Mechanical exoskeleton:1.1),detached wings,clock, {Supreme Angel},Sacredness,"}, {"tit": "", "key": "1girl,小胸,{裸膝},质量上乘,细节丰富,{{杰作}},超详细,插画,{{{hiten}}},景深,风升,很长的头发,漂亮细致的眼睛 ,{{{机械臂}}},{环绕闪电魔法圈},浅蓝色眼睛,美丽细致的眼睛,华丽,牛仔镜头,{看着观众},{强光照射在身上},{{彩虹色头发}} ,{{{watercolor_(medium)}}},发光的圆形瞳孔,坐着,飘发,{pleated_skirt},{{{{闪电发饰_发光}}}},蓝色的头发,燃烧的天空,{{tareme}}, {{{holding lighting _glowing_huge}}},闪电效果,{{详细电包围}},{电},{自焚},闪电乌云", "val": "1girl,small breast,{bare knee},best quality,highly detailed,{{masterpiece}},ultra-detailed,illustration,{{{hiten}}},Depth of field,wind lift,very long hair,beautiful detailed eyes,{{{a mechanical arm}}},{surrounded lightning magiccircle},light blue eyes,beautiful detailed eyes,gorgeous, cowboy shot,{looking at viewer},{strong light on body},{{Iridescence hair}},{{{watercolor_(medium)}}},glowing circle pupils,sitting,floating hair,{pleated_skirt},{{{{lightning bolt hair ornament_glowing}}}},blue hair,burningsky,{{tareme}},{{{holding lightning _glowing_huge}}},lightningeffect,{{detailed electricity surrounded}},{electricity},{Burnoneselfinflames},lightning dark clouds"}, {"tit": "", "key": "{{杰作}},插图,最佳画质,极其详细的CG unity 8k 壁纸,原创,高分辨率,超大文件,肖像,{{{{{极其精致美丽的女孩}}}}},1girl,solo,凌乱的头发 ,头发随风飘扬,金色的头发,很长的头发,细节精美的眼睛,宝石般的眼睛,发光的圆形瞳孔,{{金色的眼睛}},光线很好,{{{{光线追踪}}}},闪闪发光,{{ 废弃建筑}},{{废墟上}},{{黄昏看日落}},景深,轮廓", "val": "{{masterpiece}},illustration,best quality,extremely detailed CG unity 8k wallpaper,original,high resolution,oversized documents,portrait,{{{{{extremely delicate and beautiful girl}}}}},1girl,solo,messy hair,hair flowing in the wind,blonde hair,very long hair,beautiful detail eyes,jewel eyes,glowing circle pupils,{{golden eyes}},good lighting,{{{{ray tracing}}}},sparkling,{{abandoned building}},{{on ruins}},{{staring at sunset at dusk}},depth of field,profile"}, {"tit": "", "key": "{{杰作}},插图,最好的质量,非常详细的CG unity 8k 壁纸,原创,高分辨率,超大文件,肖像,{{{{{非常精致美丽的女孩}}}}},{{artbook}}, {精确几何},{{{奇幻}}},白发,极长的头发,宝石的头发,凌乱的头发,飘逸的头发,随风飘扬的头发,红色的眼睛,美丽的细节眼睛,宝石的眼睛,{{红色水晶盔甲 }},红水晶装饰,{{红水晶龙}},{{红水晶}},雾,飘灰,微风,灰烬,施法,冰晶魔法,景深,{镜头光晕},光线好, {{{{光线追踪}}}},闪闪发光,闪闪发光,动态角度,电影角度", "val": "{{masterpiece}},illustration,best quality,extremely detailed CG unity 8k wallpaper,original,high resolution,oversized documents,portrait,{{{{{extremely delicate and beautiful girl}}}}},{{artbook}},{precise geometry},{{{fantasy}}},white hair,very long hair,gem hair,messy hair,floating hair,hair flowing in the wind,red eyes,beautiful detail eyes,jewel eyes,{{red crystal armor}},red crystal decoration,{{red crystal dragon}},{{red crystal}},fog,drifting ashes,breeze,ashes,casting spells,ice crystal magic,depthoffield,{lens flare},good lighting,{{{{ray tracing}}}},glittering,sparkling,dynamic angle,cinematic angle"}, {"tit": "", "key": "{杰作},极细8K壁纸,高清,专注人物,1girl,{{上半身}},发花,极细的长白发,飘逸的头发,光晕,浅蓝色的眼睛,{{精致的脸}},可爱 ,详细的星空,雪花,满月,月光,浮城,", "val": "{masterpiece},extremely detailed 8K wallpaper,highres,focus on character,1girl,{{upper body}},hair flower,highly detailed long white hair,floating hair,halo,light blue eyes,{{delicate face}},cute,detailed starry sky,snowflakes,full moon,moonlight,floating city,"}, {"tit": "", "key": "玻璃长大的女孩,镜子碎成玻璃碎片,玻璃碎成大块,玻璃碎片随意漂浮在空中,全局照明,大片玻璃碎片映照出年轻女孩的脸,肖像被分割成碎片 被玻璃,((玻璃碎片扭曲了光线和光路)),躲在一块破碎的玻璃后面", "val": "Girl growing up by glass, the mirror shattered into pieces of glass,Glass shattered into large chunks, Shards of glass floating haphazardly in the air, global illumination,Large shards of glass reflecting the face of a young girl, The portrait is divided into pieces by glass, ((glass fragments distorted the light and light path)),Hide behind a broken piece of glass"}, {"tit": "", "key": "(拼贴1.5),(关注细节),精细的细节,景深,极其细致的CG unity 8k壁纸,杰作,吸血鬼女孩,美丽的深紫色长发,(1个女孩:1.5),((详细的美丽蝴蝶) ),(黑色吊带裙:1.3),(((个展)),(水中卷毛)),(红水:1.2),(蓝色背景:1.3),(细节背景),(星空 在美丽的细节),(朦胧的雾),完美的细节,美丽华丽的项链,{{{真实细致的脸}}},高曝光,明亮的光线,(反光玻璃碎片:1.7),(小玻璃球:1), (宝石纹理:1.5),彩色瞳孔细节,,(极光),眼泪,电影角度,紫玫瑰花框,色差,(破镜:0.7),Armin Hansen", "val": "(Collage 1.5),(Eyes for details),finely detail,Depth of field,extremely detailed CG unity 8k wallpaper,masterpiece,Vampire girl,Beautiful long dark purple hair,(1 girl :1.5),((Beautiful butterflies in detail)),(black halter dress :1.3),(((solo))),(hairs curling in the water)),(red water :1.2),(blue background:1.3),(Background of details),(Starry sky in beautiful detail),(Hazy fog),Perfect details,Beautifully gorgeous necklace,{{{Authentic and detailed face}}},High exposure,Bright light,(Reflective glass fragments :1.7),(small glass sphere :1),(Gemstone texture :1.5),Detail of the colored pupil,,(aurora),tears,cinematic angle ,Purple rose flower frame,chromatic aberration,(Broken mirror :0.7),Armin Hansen"}, {"tit": "", "key": "(极品),超大文件,高细节,(杰作),机械假肢,赛博朋克,科技,人类重建,进阶,机械提升,骨骼重塑,(身体重建),废墟,((遥远的机械巨龙) ), 机械造物, (破旧), (羽毛), 中胸围, 闪闪发光, 独奏, 白鸽, 美细节天空, 美细节眼睛, 蓝水晶(非常), 机械巨龙,", "val": " (the best quality), super large documents, high details, (masterpiece), Mechanical prosthesis, cyberpunk, science and technology, human reconstruction, advanced, mechanical promotion, bone remodeling, (body reconstruction), ruins, ((distant mechanical dragon)), mechanical creation, (dilapidated), (feathers), medium chest circumference, glittering, solo, White dove, beautiful detail sky, beautiful detail eyes, blue crystal (very much), mechanical dragons,"}, {"tit": "", "key": "杰作,最好的质量,焦散,高度详细的cg,科幻小说,车间,1girl,熟女,美丽的脸,浅色皮肤女性,详细的眼睛,眼睛反射,眼线,长睫毛,鼻子腮红,浮肿的嘴唇,突出的鼻子,高马尾辫, 荒谬的长马尾,黑发,蓝眼睛,面无表情,中胸,大长腿,大腿缝隙,巨大的前臂,巨大的手,浮毛,((外骨骼)),(机械关节),(机械零件),透视身体 , (外露部分), ((内部结构)), (详细结构), 发圈, 机械内部结构, 精致内部结构, (电缆), (电线), (活塞), 电力, 发光球体, 发光引擎, 能量 大炮,能量核心,连接到身体的电缆,连接到身体的电线,机械臂,直升机耳机,肩铠,肩胛加农炮,螺钉,piugs,呼吸机风扇,", "val": "masterpiece, best quality, caustics, highly detailed cg, science fiction, workshop,1girl, milf, beauty face, light skin female, detailed eyes, eye reflection, eyeliner, long eyelashes, nose blush, puffy lips, highlighted nose, high ponytail, absurd long ponytail, black hair, blue eyes, expressionless, medium breasts, long legs, thigh gap, huge forearms, huge hands, floating hair,((exoskeleton)),(mechanical joints), (mechanical parts), see-through body, (parts exposed), ((internal structure)), (detailed structure), hair rings, mechanical internal structure, delicate internal structure, (cables), (wires), (pistons), electricity, glowing orbs, luminous engine, energy cannon, energy core, cables connected to body, wire connected to body, robotic arms, helicopter headsets, Pauldrons, Scapular cannon, screws, piugs, ventilator fans,"}, {"tit": "", "key": "((最好的质量)), ((杰作)), ((超详细)), (插图), (详细的光), (极其精致美丽), ((1girl)), ((个展)), (美丽细致的眼睛),闪亮的头发,(((赛博朋克城))),光污染,((紧身衣)),雨夜,潮湿,(((露肩))),景深", "val": "((best quality)), ((masterpiece)) , ((ultra-detailed)), (illustration), (detailed light), (an extremely delicate and beautiful), ((1girl)), ((solo)), (beautiful detailed eyes), shiny hair,(((cyberpunk city))), light pollution, ((leotard)), rainy night, wet, (((cropped shoulders))), depth of field"}, {"tit": "", "key": "人物:球,(3:1),极其详细的CG unity 8k壁纸,(最好的质量),((超详细)),(杰作),(高分辨率),可爱,白纸衬衫,((美丽的灰色细节) 眼睛)),发星,白纸细节百褶裙,短发,白发,(头上打褶纸球),(纸球上锄头),蓝天,[地上圆皱纸球笑脸],jitome ,大雪,草原,腮红贴", "val": "character:ball,(3:1),extremely detailed CG unity 8k wallpaper,(best quality), ((ultra-detailed)),(masterpiece), (high resolution),cute,white paper shirt,((beautiful gray detail eyes)),hair star,white paper detail pleated skirt,short hair,white hair,(pleated paper ball on head),(hoing on paper ball),blue sky,[smile face on round wrinkle paper ball on ground],jitome,heavy snowy,grassland,blush stickers"}, {"tit": "", "key": "背景:人物(3:1),漫画,非常详细的CG unity 8k 壁纸,(最佳质量),((超详细)),(杰作),清晰的眼睛,(高分辨率},1女孩,loil,孩子,可爱 灰色的眼睛,黄色的头发。在漆黑的夜里,漆黑得看不见你的手,一个戴着白色发光帽子的女孩走在悬空的钢轨上,她的白色睡衣也闪闪发光。( (女孩手里拿着一个白色的光球,头上顶着一个白色的发光球)),凝视着广阔细节的梦幻星空,沉甸甸的", "val": "background:character (3:1),comic,extremely detailed CG unity 8k wallpaper,(best quality), ((ultra-detailed)),(masterpiece),clear eye ,(high resolution},1girl,loil,kid,cute,gray eye,yellow hair.In the dark night, so dark that you can't see your hand in front of you,a girl wearing a white luminous hat walked on the suspended steel rail, and her white pajamas were also shining. ((The girl has a white light ball in her hand and a white glow ball on her head)), stared at the vast detail dream starry sky, heavy"}, {"tit": "", "key": "亵渎, 杰作, 荒诞, 写实, 色差, 科幻, 机械化改造, 极其精细的cg, 不可能的衣服, 1girl, 成熟女性,{战斗姿态}, 机械关节, 超级机器, 巨乳, 窄腰, 宽臀, 粗大腿, 大长腿, 机械铠甲, 玻璃铠甲, 黑白古铜色衣服, 撕裂衣服, 破损, 发光衣服, 详细机器, 详细结构, 机械面罩, 机械护颈, 机械肩甲, 机械护臂, 机械护腕, 装甲靴, {面板}, {机械球体}, {闪电球}, {{探照灯}}, 手持武器, 严酷的天空, 严酷的气氛, {加农炮}, {霓虹灯刀片}, 市容, 损坏的建筑, 怪物, 神秘生物 , 广角", "val": "blasphemy, masterpiece, absurdres, realistic, chromatic aberration,science fiction, Transformation by mechanization, extremely detailed cg,impossible clothes, 1girl, mature female,{fighting stance}, robotic joint, hyper machine, huge breasts, narrow waist, wide hips, thick thighs, long legs, mechanical armor, glass armor, black and white and bronze clothes, torn clothes, damaged, luminous clothes, detailed machine, detailed structure, mechanical visor, mechanical gorget, mechanical pauldrons, mechanical arm guards, mechanical bracer, armored boots, {faceplate}, {mechanical orb}, {lightning orb}, {{searchlight}}, holding weapon, grim sky, grim atmosphere, {arm cannon}, {neon blade}, cityscape, damaged building, monster, mysterious creature, wide shot"}, {"tit": "", "key": "(杰作),极品,惊艳,精细,精细渲染,废墟,金属质感,大场面,高分辨率,神秘,神圣,神圣,功能强大,插画,(cg极细),((环太平洋)),(远方 机械龙和生命套装),空间,极其详细的CG统一8k壁纸,光的艺术,艺术家风格,概念,设计,科技,科幻,人形,{莱姆斯神机-芬里尔},超级机器,机械化改造, 机械武器", "val": "(masterpiece),best quality,Amazing,finely detail,refined rendering,ruins,metal texture,grand scene,highres,mysterious,holy,divine,powerful,illustration,(extremely detailed cg),((Pacific Rim)),(distant mechanical dragon and Vital Suits),space,extremely detailed CG unity 8k wallpaper,art of light,artist style,conceptart,desgin,tech,Sci-Fi,humanoid,{Remus GOD machine-Fenrir},hyper machine,Transformation by mechanization, Mechanical weapon"}, {"tit": "", "key": "([3D角色],写实艺术,杰作,美丽细节,油画,流畅素描,强烈阴影,景深,广角,模糊背景,疯狂,(克苏鲁_神话),(一个巨大的眼球:1.3),红色眼球,(血管: 1.3),(触手:1.3),(废墟:1.25),石柱,(榕树:1.25),(黄金时段照明:1.1),阴天,冬天,(下雪:1.25),(火:1.2)", "val": "([3D character],realistic art, masterpiece, beautiful detail, oilpaint, smooth sketch,intense shadows,depth of field,wide shot,blurry background,madness,(cthulhu_mythos),(one_huge_eyeball:1.3),red_eyeball,(blood vessels:1.3),(tentacles:1.3),(ruins:1.25),stone pillar,(banyan tree:1.25),(golden hour lighting:1.1),cloudy,in winter,(snowy:1.25),(fire:1.2)"}, {"tit": "", "key": "(高分辨率),(杰作),(最佳质量),[3D角色],写实艺术,杰作,美丽的细节,油画,流畅的素描,强烈的阴影,景深,广角,模糊的背景,疯狂,((克苏鲁神话) ),(巨大的宝座:1.5),(蠕动的肉块:1.3),(皇冠:1.1),(血管:1.3),(触手:1.3),(火:1.2),(蜡烛:1.15),黄金时间 灯光,(教堂内:1.2),(圆顶:1.3),华丽:,(污迹斑斑的窗户),灯光照在宝座上", "val": "(highres),(masterpiece),(best quality),[3D character],realistic art, masterpiece, beautiful detail, oilpaint, smooth sketch,intense shadows,depth of field,wide shot,blurry background ,madness,((cthulhu_mythos)),(huge_throne:1.5),(wriggling lumps of flesh:1.3),(crown:1.1),(blood vessels:1.3),(tentacles:1.3),(fire:1.2),(candle:1.15),golden hour lighting,(in the church:1.2),(dome:1.3),gorgeous:,(stained windows),light shines on the throne"}, {"tit": "", "key": "广角镜头, 杰作, 荒诞, 写实, 科幻, 极其详细的CG, 亵渎神灵, 神秘, 激烈的角度, 肌肉发达, 宽胸, 窄腰, 宽臀, 大长腿, 器官外露, 战斗姿态, 看着观众, {触手} , 沼泽, 扭曲的树, 阴森的气氛, 阴森的天空, 火山, 巨大的眼球, 巨大的爪子, 器官, 浮岛, 自然, 湿地, 巨魔, 若虫, 生物, 异种, 神秘生物, 巨大的怪物, 巨大的生物, 发光的球体, 藤蔓 , 锋利的牙齿, 详细的生物, 粘液, 阴茎, 拟人化, 幻想, 非人类,", "val": "wide shot,masterpiece, absurdres, realistic, science fiction, extremely detailed cg, blasphemy, mysterious,intense angle,muscular, wide chest, narrow waist, wide hips, long legs, organ exposed, fighting stance, looking at viewer,{tentacle}, swamp, twisted tree, grim atmosphere, grim sky, volcano ,gigantic eyeball, huge paw, organs, floating island, nature, wetland, troll, nymph, creature, xenogenesis, mysterious creature, gigantic monster, gigantic creature, glowing orb, vine, sharp teeth, detailed creature, mucus, penis, personification, fantasy, non-human, "}, {"tit": "", "key": "美丽详细的天空,美丽详细的大海,((非常详细的 CG unity 8k 壁纸)),杰作,最好的质量,高度详细,美丽详细的眼睛,电影灯光,极其精致和美丽,高度详细,((杰作)),( ((最好的质量))),((超详细)),((插图)),((蓬乱的头发)),动态角度,(((一个女孩被困在一个巨大的玻璃瓶中))),全身 ,(漂流瓶),跪,伸手,镣铐,项圈,臂托,凝视,(俯瞰),((全景)),(((梦幻如画))),从上面,玻璃", "val": "beautiful detailed sky, beautiful detailed sea, ((extremely detailed CG unity 8k wallpaper)),masterpiece, best quality,highly detailed,beautiful detailed eyes,cinematic lighting,an extremely delicate and beautiful,highly detailed,((masterpiece)),(((bestquality))),((ultra-detailed)),((illustration)),((disheveledhair)),dynamicangle,(((a girl was trapped in a huge glass bottle))),full body, (drift bottle), kneel,reaching,shackles, collar, arm support, stare,(Overlooking),((panorama)),(((dreamlike and picturesque))),from above,glass "}, {"tit": "", "key": "((全景)),油画,画质极好,极其细致的CG统一8k壁纸,(杰作),(惊人)((梦幻如画)),梦幻,((虚幻)),((((在梦幻的天空中) 有蓝粉红色的云)))),天上有一些星星,一个玻璃状的湖,((一颗蓝色的大流星划过天空,落入湖中))", "val": "((panorama)),oil painting,best quality,extremely detailed CG unity 8k wallpaper,(masterpiece),(amazing)((dreamlike and picturesque)),dreamy,((unreal)),((((in the dreamy sky with blue-pink clouds)))),there are some stars in the sky,a glass-like lake,((a big blue meteor streaked across the sky and fall into the lake))"}, {"tit": "", "key": "{{{杰作}}},{{极品画质,超精细插画,地上暗水晶,巨大火云,废墟,断山,}},{{自然,绘画}},{{非常精美的8KCG壁纸 }}, {{{陨石划过天空}}}, {{世界末日}},从侧面,", "val": "{{{masterpiece}}}, {{the best quality, super fine illustrations, dark crystals on the ground,huge fire clouds,ruins,broken mountains,}}, {{nature, painting}}, {{very fine 8KCG wallpapers}}, {{{Meteorites streak across the sky}}}, {{doomsday}}, from side, "}, {"tit": "", "key": "机械假肢,赛博朋克,科技,人类重建,进阶,机械提升,骨骼重塑,{身体重建},白色大教堂(很干净明亮) - 很多透明玻璃窗,白长发,白丝袜,白手套,凌乱头发, 随风飘逸的头发, 超大文件, 高细节, {杰作}, {精品}, 极其精致美丽的女孩, {{羽毛}}, 小胸, 闪闪发光, 独奏, 白鸽, 美丽细节天空, 美丽细节眼睛,裙子-宝石项链-宝石吊坠,裸肩,满室蓝水晶(非常),上身", "val": "Mechanical prosthetics, cyberpunk, science and technology, human reconstruction, advanced, mechanical promotion, bone remodeling, {body reconstruction}, white cathedral (very clean and bright) - many transparent glass windows, white long hair, white stockings, white gloves, messy hair, hair flowing in the wind, oversized documents, high details, {masterpiece}, {best quality}, extremely delicate and beautiful girl, {{feathers}}, small chest, glittering, Solo, white dove, beautiful detail sky, beautiful detail eyes, skirt - gem necklace - gem pendant, bare shoulder, room full of blue crystals (very much), upper body"}, {"tit": "", "key": "((((((单独的,杰作,最佳品质,非常详细,体积照明,原作, ))))),极其细致的8K壁纸,{极其精致美丽},超大文件,高细节,{{{一个女孩 }}}, Gem scale,西部神话,史诗, {{{犹格·索托斯}}}, {{离奇的}}, 高科技武器,{{{蒸汽朋克}}},(动态角度),光线追踪,HDR , 多彩,深渊,{{科幻}},{混沌与邪恶},", "val": "(((((solo,masterpiece,best quality,highly detailed,volumetric lighting,original, ))))), extremely detailed 8K wallpaper, {an extremely delicate and beautiful}, oversized documents, high details, {{{a girl}}}, Gem scale,Western Mystery,epic, {{{Yog-Sothoth}}}, {{surreal}}, High tech weapons,{{{Steampunk}}},(dynamic angles), ray tracing , HDR ,colorful, abyss, {{science fiction}}, {Chaos and evil},"}, {"tit": "", "key": "((杰作)),(((最好的质量))),((超详细)),((插图)),((蓬乱的头发)),((褶边)),(1个女孩),(个展) , 动态角度, 大上袖, 漂浮, 美丽细致的天空, 美丽细致的水面, 美丽细致的眼睛, 过度曝光, (拳头), 面无表情, 侧钝的刘海, 眼睛之间的毛发, 丝带, 领结, 纽扣, 裸露的肩膀, (( (小胸))),详细的湿衣服,空白凝视,百褶裙,花朵", "val": "((masterpiece)), (((best quality))), ((ultra-detailed)), ((illustration)), ((disheveled hair)), ((frills)), (1 girl), (solo), dynamic angle, big top sleeves, floating, beautiful detailed sky, on beautiful detailed water, beautiful detailed eyes, overexposure, (fist), expressionless, side blunt bangs, hairs between eyes, ribbons, bowties, buttons, bare shoulders, (((small breast))), detailed wet clothes, blank stare, pleated skirt, flowers"}, {"tit": "", "key": "((插图)),((浮毛)),((色差)),((焦散)),镜头光晕,动态角度,((肖像)),(1个女孩),((个展)),可爱 脸,((隐藏的手)),不对称刘海,(美丽细致的眼睛),眼影,((巨大的时钟)),((玻璃条)),(漂浮的玻璃碎片),((彩色折射)),(美丽 详细的天空),((黑暗强烈的阴影)),((电影照明)),((过度曝光)),(无表情),空白凝视,大袖子,((褶边)),头发装饰,丝带,领结,纽扣, (((小胸))),百褶裙,((锐利)),((杰作)),(((最佳质量))),((非常详细)),多彩,hdr", "val": "((illustration)), ((floating hair)), ((chromatic aberration)), ((caustic)), lens flare, dynamic angle, ((portrait)), (1 girl), ((solo)), cute face, ((hidden hands)), asymmetrical bangs, (beautiful detailed eyes), eye shadow, ((huge clocks)), ((glass strips)), (floating glass fragments), ((colorful refraction)), (beautiful detailed sky), ((dark intense shadows)), ((cinematic lighting)), ((overexposure)), (expressionless), blank stare, big top sleeves, ((frills)), hair_ornament, ribbons, bowties, buttons, (((small breast))), pleated skirt, ((sharp focus)), ((masterpiece)), (((best quality))), ((extremely detailed)), colorful, hdr"}, {"tit": "", "key": "(((杰作))),极品,插图,(美丽细致的女孩),美丽的详细发光,详细的冰,美丽的详细水,(美丽的详细眼睛),无表情,(漂浮的宫殿),蔚蓝的头发,蓬乱的头发,长 刘海,两眼之间的毛发,(天蓝色连衣裙),黑色丝带,白色领结,腹部,{{{半闭眼}}},大额头,空白凝视,花朵,大上袖", "val": "(((masterpiece))),best quality, illustration,(beautiful detailed girl),beautiful detailed glow,detailed ice,beautiful detailed water,(beautiful detailed eyes),expressionless,(floating palaces),azure hair,disheveled hair,long bangs, hairs between eyes,(skyblue dress),black ribbon,white bowties,midriff,{{{half closed eyes}}},big forhead,blank stare,flower,large top sleeves"}, {"tit": "", "key": "(((杰作))),最好的质量,插图,(美丽详细的女孩),美丽的详细发光,((战争的火焰)),(((核爆炸))),雨,详细的照明,详细的水,( 美丽细致的眼睛),面无表情,宫廷,蔚蓝的头发,蓬乱的头发,长刘海,两眼之间的头发,(白色灰色连衣裙),黑色丝带,白色蝴蝶结,腹部,大额头,空白凝视,花朵,长袖", "val": "(((masterpiece))),best quality, illustration,(beautiful detailed girl),beautiful detailed glow,((flames of war)),(((nuclear explosion behide))),rain,detailed lighting,detailed water,(beautiful detailed eyes),expressionless,palace,azure hair,disheveled hair,long bangs,hairs between eyes,(whitegrey dress),black ribbon,white bowties,midriff,big forhead,blank stare,flower,long sleeves"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),(插图),(1个女孩),(个展),((一个非常精致和美丽)),小女孩 , ((美丽细致的天空)), 美丽细致的眼睛, 侧钝的刘海, 眼睛之间的毛发, 丝带, 领结, 纽扣, 裸露的肩膀, (小胸), 空白凝视, 百褶裙, 靠近观众, ((微风)) , 飞溅, 飞花瓣, 风", "val": "(((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration), (1 girl), (solo), ((an extremely delicate and beautiful)), little girl, ((beautiful detailed sky)), beautiful detailed eyes, side blunt bangs, hairs between eyes, ribbons, bowties, buttons, bare shoulders, (small breast), blank stare, pleated skirt, close to viewer, ((breeze)), Flying splashes, Flying petals, wind"}, {"tit": "", "key": "电影照明,((最好的质量)),((非常详细的眼睛和脸部)),((((墨水))),((插图)),景深,((非常详细)),((水彩 )),((动漫脸)),(((戏剧角度))),中胸,(8k 壁纸),((明亮的眼睛)),(看着观众),(一件精致的风衣),((( ((非常接近观众))))),((困)),((杰作)),(((((((被沉重的漂浮沙流和漂浮的尖锐石头包围)))))),((( ((凌乱的长发))))),((((头纱))),专注脸部,(上半身),(裸肩),((((1个女孩)))),(金手链) ,(长纱),((日落)),镜头光晕,漏光,((详细美丽的沙漠与仙人掌)),中风,(详细美丽的天空)", "val": "cinematic lighting, ((best quality)),((extremely_detailed_eyes_and_face)),((((ink)))),((illustration)),depth of field,((extremely detailed)),((watercolor)),((anime face)),(((dramatic_angle))),medium_breast,(8k_wallpaper),((bright_eyes)), (looking_at_viewers),(an detailed organdie dress),(((((very_close_to_viewers))))),((sleepy)),((masterpiece)),((((((surrounded_by_heavy_floating_sand_flow_and_floating_sharp_stones)))))),(((((messy_long_hair))))),((((veil)))),focus_on_face,(upper_body),(bare_shoulder),((((1girl)))),(golden_bracelet),(long yarn),((sunset)),lens_flare,light_leaks,((detailed_beautiful_desert_with_cactus)),medium_wind,(detailed_beautiful_sky)"}, {"tit": "", "key": "电影照明,((最佳质量)),((单人女孩)),((((上半身)))),((极其细致的眼睛和脸部)),((教堂)),((生气)) ,((墨水)),((插图)),景深,((皱眉)),((表情)),((红眼)),((((白发)))),((极度 详细)),((水彩)),((动漫脸)),(衣服上的骷髅),(((横津))),((详细的骷髅教堂)),(((美丽详细的黑色哥特式帝国腰连衣裙) )),(((戏剧角度))),中胸,(8k壁纸),((明亮的眼睛)),(看着观众),((靠近观众)),((杰作)),((( ((凌乱的长发))))),((((1个女孩)))),镜头光晕,漏光", "val": "cinematic lighting, ((best quality)),((single_human_girl)),((((upper_body)))),((extremely_detailed_eyes_and_face)),((church)),((annoyed)),((ink)),((illustration)),depth of field,((frown)),((expression)),((red_eyes)),((((white_hair)))),((extremely detailed)),((watercolor)),((anime face)),(skull_on_dress),(((yokozuwari))),((detailed_skeleton_church)),(((beautiful_detailed_black_gothic_Empire_Waist_Dress))),(((dramatic_angle))),medium_breast,(8k_wallpaper),((bright_eyes)), (looking_at_viewers),((close_to_viewers)),((masterpiece)),(((((messy_long_hair))))),((((1girl)))),lens_flare,light_leaks"}, {"tit": "", "key": "((杰作)),(((最好的质量))),((超详细)),((插图)),((蓬乱的头发)),美丽细致的眼睛,(1girl:1.2),(个展), 动态角度,黑暗魔法师女孩,(黑色膝盖:1.1),(星空龙卷风:1.4),星空星云,((褶边)),美丽细致的天空,美丽细致的眼睛,邪恶的微笑,面无表情,眼睛之间的毛发,白色的头发, 百褶裙,((散乱的头发))", "val": "((masterpiece)), (((best quality))), ((ultra-detailed)), ((illustration)), ((disheveled hair)), beautiful detailed eyes, (1girl:1.2),(solo), dynamic angle, dark magician girl,(black kneehighs:1.1),(starry tornado:1.4), starry Nebula, ((frills)), beautiful detailed sky, beautiful detailed eyes,evil smile, expressionless,hairs between eyes, white hair,pleated skirt,((disreveled hair))"}, {"tit": "", "key": "{{杰作}},平胸最佳质量},{高分辨率},独奏,平胸,一个白发蓝瞳的女孩在教堂里,被{许多}发光的{羽毛}冷冷的脸,详细的脸,夜晚明亮 五颜六色的灯光,在详细的天空中有层次丰富的云彩和云月,{很多发光的粒子},高马尾辫,机甲衣服,机器人女孩,酷运动,银色紧身连衣裤,{花丝},精致和(复杂)头发,(( 长条))和(破损的)身体,蓝色条纹头发,全身,景深,坐在{蓝星}上", "val": "{{masterpiece}}, flat chestbest quality},{highres},solo,flat_chest,a girl inside the church with white hair and blue pupil surrounded by {many} glowing {feathers} in cold face,detailed face,night with bright colorful lights whith richly layered clouds and clouded moon in the detailed sky,{a lot of glowing particles},high ponytail,mecha clothes,robot girl,cool movement,sliver bodysuit,{filigree},delicate and (intricate) hair,((sliver)) and (broken) body,blue streaked hair,full body,Depth of field, sitting on a {blue star}"}, {"tit": "", "key": "((((墨水))),((水彩)),世界名作剧场,((最好的质量)),景深,((插图)),(1个女孩),动漫脸,中等乳房,浮动,美丽详细 天空,看着观众,细节风衣,非常接近观众,光着肩膀,金色手镯,焦点在脸上,凌乱的长发,面纱,上身,镜头光晕,漏光,裸露的肩膀,详细的_美丽_雪地森林,精神,灰白的头发,白色的衣服,(和飘落的雪花) ,肚脐,(美丽细致的眼睛),(8k 壁纸)", "val": "((((ink))),((watercolor)),world masterpiece theater, ((best quality)),depth of field,((illustration)),(1 girl),anime face,medium_breast,floating,beautiful detailed sky,looking_at_viewers,an detailed organdie dress,very_close_to_viewers,bare_shoulder,golden_bracelet,focus_on_face,messy_long_hair,veil,upper_body,,lens_flare,light_leaks,bare shoulders,detailed_beautiful_Snow Forest_with_Trees, spirit,grey_hair,White clothes,((Snowflakes)),floating sand flow,navel,(beautiful detailed eyes), (8k_wallpaper)"}, {"tit": "", "key": "{杰作},{最好的质量},{1个女孩},惊人的,美丽细致的眼睛,精细的细节,景深,非常详细的CG,原创,非常详细的壁纸,萝莉,白头发,魔法圆,猫耳朵,长头发,白头发/黄色眼睛 ,魔杖,五角星,时钟,{杰作},{最好的质量},{1个女孩},惊人的,美丽的详细的眼睛,精细的细节,景深,非常详细的CG,原创,非常详细的壁纸,萝莉,白头发", "val": "{masterpiece},{best quality},{1girl},Amazing,beautiful detailed eyes,finely detail,Depth of field,extremely detailed CG,original, extremely detailed wallpaper,loli,white_hair,magic_circle,cat_ears,long_hair,white_hair/yellow_eyes,wand,pentagram,clock, {masterpiece},{best quality},{1girl},Amazing,beautiful detailed eyes,finely detail,Depth of field,extremely detailed CG,original, extremely detailed wallpaper,loli, white_hair"}, {"tit": "", "key": "一个男人,黑色短发,一顶圆帽,没有五官,一件高领外套,手上闪烁着闪电,全身,,(((杰作))),(((最好的质量))),( (超详细)),(插图),(详细的灯光),((无表情)),,(((杰作))),(((最佳质量))),((超详细)),(插图 ),(详细的灯光),((极其精致美丽的)),((男人)),((手中的闪电)),闪电包围男人,(((闪电链))),悬浮水晶,里面有闪电 水晶,((悬浮无色水晶))", "val": "A man with has short black hair, a round hat, no facial features, a high collar coat, Flashes of lightning from the hands,full body,, (((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration), (detailed light),((Expressionless)),, (((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration), (detailed light),((an extremely delicate and beautiful)),((man)),((lightning in hand)),Lightning surrounds men,(((Lightning chain))),Suspended crystal, with lightning inside the crystal,((Suspended colorless crystal))"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),(插图),(详细的灯光),((非常精致和美丽)),(美丽细致的眼睛), (阳光),(天使),独奏,少女,动态角度,漂浮,光着肩膀,看着观众,翅膀,手臂,光晕,漂浮的白色丝绸,(圣光),就像银星爆炸一样,我们吸收了白天的光", "val": "(((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration), (detailed light),((an extremely delicate and beautiful)),(beautiful detailed eyes), (sunlight),(angel),solo,young girls,dynamic angle,floating, bare_shoulders,looking_at_viewer ,wings ,arms_up,halo,Floating white silk,(Holy Light),just like silver stars imploding we absorb the light of day"}, {"tit": "", "key": "戏剧性的阴影,光线追踪,((最佳质量)),(((美丽细致的黑暗午夜天空))),((((黄色满月)))),(拿着酒葫芦),((((((被包围 漂浮的樱花))))),戏剧性的角度,(靠在巨大的石头上),(((裸肩))),((((非常接近观众)))),(((tispy))),(( (昏昏欲睡))),((远离观众)),(((非常漂亮的详细动漫脸和眼睛))),((((((1个女孩)))))),(((打开裤裙) ))),((武士)),(墨水),((插图)),景深,((((((美丽细致的蒲苇草地))))),水彩,((上身)),中等 乳房,(明亮的眼睛),((杰作)),((凌乱的白长发))", "val": "dramatic_shadow,ray_tracing, ((best quality)),(((beautiful_detailed_dark_midnight_sky))),((((yellow_full_moon)))),(holding_wine_gourd),(((((surrounded_by_floating_sakura))))),dramatic_angle,(leaning_on_huge_stone),(((bare_shoulder))),((((very_close_to_viewer)))),(((tispy))),(((sleepy))),((far_from_viewer)),(((extremely_beautiful_detailed_anime_face_and_eyes))),((((((1girl)))))),((((open_hakama)))),((samurai)),(ink),((illustration)),depth of field,(((((beautiful_detailed_pampas_grass_field))))),watercolor,((upper_body)),medium_breast,(bright_eyes),((masterpiece)),((messy_white_long_hair))"}, {"tit": "", "key": "{{{杰作}}},{{最好的品质,超精细的插图,美丽细腻的水,最好的草}}。 ((美丽的眼睛)),{非常精致的光,完美的四肢},{自然,绘画,喷水},{{精细的发光,非常精细的8K CG壁纸}},薰衣草色的眼睛,粉红色的瞳孔,全身,白色 头发,明亮的眼睛,((一个非常精致和美丽的女孩)),((1个女孩)),中等胸围,动态角度,(金色装饰的白色连衣裙),(长发随风飘扬,美丽的发饰,精致 湿裙子, nsfw, 微风, 长刘海), 褶皱的裙子, (呆呆地盯着, 可爱的大眼睛), 凌乱的头发, 帕约特, 横向的辫子, (薄纱蕾丝白色裙子) 花草草地, 靠近水边, (( 日落, 满天星斗的天空), 随机分布的云, (((河))), 飞溅的水, 飘落的花瓣", "val": "{{{masterpiece}}}, {{best quality, super fine illustration , beautiful and delicate water,The finest grass}}. ((beautiful eyes)),{ very delicate light, perfect and delicate limbs}, {nature, painting, water spray},{{ fine luminescence ,very fine 8K CG wallpaper}},Lavender eyes, pink pupils, whole body, white hair, bright eyes,( (an extremely delicate and beautiful girl)), ((1 girl)), medium bust, dynamic angle, (white dress with gold decoration), (long hair flowing with the wind, beautiful hair ornaments, delicate wet skirt, nsfw, breeze, long bangs between eyes), wrinkled skirt, (staring blankly, lovely big eyes),messy_hair,payot,Lateral braid,(Tulle lace white skirt) Flowers and grass meadow, near the water edge, ((sunset, starry sky in a circle), randomly distributed clouds, (((river))), splashing water, falling petals"}, {"tit": "", "key": "(((杰作))),最好的品质,插图,(美丽详细的女孩),美丽的详细发光,详细的冰,美丽的详细水,(美丽详细的眼睛),无表情,美丽的详细白手套,(浮动宫殿:1.2), 天蓝色的头发,蓬乱的头发,长长的刘海,眼睛之间的头发,(天蓝色连衣裙),黑色丝带,白色领结,腹部,{{{半闭眼}}},,大额头,空白凝视,花朵,大顶袖,( ((冰晶质地翅膀))),{{{{{{{{彩虹色和彩虹头发:2.5}}}}}}},{{{{{{详细的可爱动漫脸}}}}}},{ {萝莉}},{{{{{水彩_(中)}}}},(((杰作)))", "val": "(((masterpiece))),best quality, illustration,(beautiful detailed girl),beautiful detailed glow,detailed ice,beautiful detailed water,(beautiful detailed eyes),expressionless,beautiful detailed white gloves, (floating palaces:1.2),azure hair,disheveled hair,long bangs, hairs between eyes, (skyblue dress),black ribbon,white bowties,midriff,{{{half closed eyes}}},,big forhead,blank stare,flower,large top sleeves,(((ice crystal texture wings))),{{{{{{{{Iridescence and rainbow hair:2.5}}}}}}},{{{{{{detailed cute anime face}}}}}},{{loli}},{{{{{watercolor_(medium)}}}},(((masterpiece)))"}, {"tit": "", "key": "一个女孩,凤女,蓬松的头发,战争,人间地狱,美丽而详细的爆炸,冷机,眼中的火,世界大战,燃烧,金属质感,精致的布料,金属雕刻,体积,最好的质量,正常的手,金属细节,金属划痕,金属缺陷,{{杰作}},最好的质量,官方艺术,4k,最好的质量,非常详细的CG统一8k,插图,高分辨率,杰作,轮廓加深,碧蓝航线,少女前线,神奇,云图计划,轮廓加深,长焦,景深,多云的天空,黑烟,火药味,长焦,成熟,坚定的眼睛,燃烧,燃烧的天空,燃烧的头发,燃烧自己的火焰,战斗,满身是血,繁复的图案,战斗,飞舞的火焰,火焰漩涡,末日场景,漂浮,溅血,战场,血腥场面,好看的火焰,精致的火焰,精致的血液,写实,水彩,色彩鲜艳,(((杰作) ))),最好的质量,插图,美丽的详细发光,详细的冰,美丽的详细水,红月亮,(魔术圈:1,2),(美丽iful 详细的眼睛),面无表情,美丽的详细的白色手套,双手紧握,(漂浮的宫殿:1.1),蔚蓝的头发,蓬乱的头发,长刘海,眼睛之间的毛发,深色连衣裙,(深色魔术师女孩:1.1),黑色膝盖,黑丝带,白领结,腹部,{{{半闭眼}}},,大额头,空白凝视,花朵,大袖,,(((杰作))),最佳品质,插图,(美丽详细的女孩) ,美丽细致的辉光,细致的冰,美丽的细致的水,(美丽细致的眼睛),面无表情,美丽的细致白手套,(浮宫:1.2),蔚蓝的头发,凌乱的头发,长长的刘海,眼睛之间的毛发,(天蓝色连衣裙),黑丝带,白领结,腰部,{{{半闭眼}}},,大额头,白眼,花,大袖,(((冰晶质感翅膀)),(((冰火融化)) )", "val": "a girl,Phoenix girl,fluffy hair,war,a hell on earth,Beautiful and detailed explosion,Cold machine,Fire in eyes,World War,burning,Metal texture,Exquisite cloth,Metal carving,volume,best quality,normal hands,Metal details,Metal scratch,Metal defects,{{masterpiece}},best quality,official art,4k,best quality,extremely detailed CG unity 8k,illustration,highres,masterpiece,contour deepening,Azur Lane,Girls' Front,Magical,Cloud Map Plan,contour deepening,long-focus,Depth of field,a cloudy sky,Black smoke,smoke of gunpowder, long-focus,Mature, resolute eyes, burning, burning sky, burning hair,Burn oneself in flames, fighting,Covered in blood,complex pattern,battleing,Flying flames,Flame whirlpool,Doomsday Scenes,float,Splashing blood,on the battlefield,Bloody scenes,Good looking flame,Exquisite Flame,Exquisite Blood,photorealistic,Watercolor,colourful, (((masterpiece))),best quality, illustration,beautiful detailed glow,detailed ice,beautiful detailed water,red moon, (magic circle:1,2), (beautiful detailed eyes),expressionless,beautiful detailed white gloves, own hands clasped, (floating palaces:1.1),azure hair,disheveled hair,long bangs, hairs between eyes, dark dress, (dark magician girl:1.1),black kneehighs, black ribbon,white bowties,midriff,{{{half closed eyes}}},,big forhead,blank stare,flower,large top sleeves,, (((masterpiece))),best quality, illustration,(beautiful detailed girl),beautiful detailed glow,detailed ice,beautiful detailed water,(beautiful detailed eyes),expressionless,beautiful detailed white gloves, (floating palaces:1.2),azure hair,disheveled hair,long bangs, hairs between eyes, (skyblue dress),black ribbon,white bowties,midriff,{{{half closed eyes}}},,big forhead,blank stare,flower,large top sleeves,(((ice crystal texture wings)),(((ice and fire melt)))"}, {"tit": "", "key": "((非常详细的CG)),((8k壁纸)),(((杰作))),((最佳质量)),水彩_(中等),((美丽详细的星空)),电影灯光,萝莉,公主 ,非常长的彩虹头发,侧视图,看着观众,全身,褶边,(远离观众),((非常详细的脸)),((一个非常精致和美丽的女孩)),((非常详细的可爱动漫脸 )),((非常详细的眼睛)),(((非常详细的身体))),(超详细),插图,((裸露的肚子)),((裸露的肩膀)),小乳房,((侧胸)) ,((((漂浮和彩虹头发)))),(((彩虹和彩虹头发))),(((非常详细的水手服))),(((((彩虹和彩虹裙子)))),( 彩虹色和彩虹色的眼睛),美丽的细节头发,美丽的细节连衣裙,戏剧性的角度,没有表情,(大袖子),褶边,腮红,(ahoge)", "val": "((extremely detailed CG)),((8k_wallpaper)),(((masterpiece))),((best quality)),watercolor_(medium),((beautiful detailed starry sky)),cinmatic lighting,loli,princess,very long rainbow hair,side view,looking at viewer,full body,frills,(far from viewer),((extremely detailed face)),((an extremely delicate and beautiful girl)),((extremely detailed cute anime face)),((extremely detailed eyes)),(((extremely detailed body))),(ultra detailed),illustration,((bare stomach)),((bare shoulder)),small breast,((sideboob)),((((floating and rainbow hair)))),(((Iridescence and rainbow hair))),(((extremely detailed sailor dress))),((((Iridescence and rainbow dress)))),(Iridescence and rainbow eyes),beautiful detailed hair,beautiful detailed dress,dramatic angle,expressionless,(big top sleeves),frills,blush,(ahoge)"}, {"tit": "", "key": "{{{{{杰作}}}}},{{{{最好的质量}}}},插图,{{美丽的细节女孩}},(((美丽的细节照明))),美丽的细节眼睛,((( ((蓬乱的头发))))),{{{漂亮的细节连衣裙}}},上腹部,{{女女孩}},((露肩夹克)),水手裙,((((((darkside))))) ,{{{{{胸围}}}},{{{{{watercolor_(medium)}}}}},全黑布卢默,湿衣服,湿皮肤,花朵,空洞的眼睛,空洞的夜晚,空洞的骑士,{{{ {{链}}}}},黑暗之魂,深渊之船,深渊,黑暗,{{{{女女孩}}}}},{{{小胸}}},死亡花园,{{{{无情的眼睛 }}}},{{{cthulhu}}},(((((极详细的乌云)))),{{{{{极详细的CG统一8k壁纸}}}}},(((极详细的脸) )),(((jitome))),(((((dark persona)))),{{ruins}},{{{{{{美丽的细节阴影}}}}}},{{{{链风暴}}} }},{{{{链环}}},", "val": "{{{{{masterpiece}}}}},{{{{best quality}}}},illustration,{{beautiful detailed girl}},(((beautiful detailed lighting))),beautiful detailed eyes,(((((disheveled hair))))),{{{beautiful detailed dress}}},midriff,{{female girl}},((off-shoulder jacket)),sailor dress,((((darkside)))),{{{{{bust}}}},{{{{{watercolor_(medium)}}}}},wholeblack bloomer,wet clothes,wet skin,flowers,hollow eyes,hollow night,hollow knight,{{{{{chain}}}}},dark soul,abyssal ship,deep dark,darkness,{{{{female girl}}}}},{{{small breast}}},death garden,{{{{emotionless eyes}}}},{{{cthulhu}}},((((extremely detailed dark clouds)))),{{{{{extremely detailed CG unity 8k wallpaper}}}}},(((extremely detailed face))),(((jitome))),((((dark_persona)))),{{ruins}},{{{{{{beautiful deatailed shadow}}}}}},{{{{chain storm}}}}},{{{{chain ring}}},"}, {"tit": "", "key": "(((杰作))),最好的品质,插图,(美丽详细的女孩),美丽的详细发光,详细的冰,美丽的详细水,(美丽详细的眼睛),无表情,美丽的详细白手套,(浮动宫殿:1.3), 天蓝色的头发,蓬乱的头发,长长的刘海,眼睛之间的头发,(天蓝色连衣裙),黑色丝带,白色领结,腹部,{{{半闭眼}}},,大额头,空白凝视,花朵,大顶袖,( (((冰晶质地的翅膀)))", "val": "(((masterpiece))),best quality, illustration,(beautiful detailed girl),beautiful detailed glow,detailed ice,beautiful detailed water,(beautiful detailed eyes),expressionless,beautiful detailed white gloves, (floating palaces:1.3),azure hair,disheveled hair,long bangs, hairs between eyes, (skyblue dress),black ribbon,white bowties,midriff,{{{half closed eyes}}},,big forhead,blank stare,flower,large top sleeves,(((ice crystal texture wings)))"}, {"tit": "", "key": "(((杰作))),最好的质量,插图,美丽的细节发光,(美丽的细节眼睛),(黑暗魔法师女孩:1.1),大额头,花朵,大袖子,浮灰,美丽和细节爆炸,红月亮 , 火, 火云, 着火的翅膀, 多云的天空, 火药的烟雾, 燃烧的, 黑色的衣服, (美丽细致的眼睛), 面无表情, 美丽细致的白手套, 和平鸽, (浮云:1.2), 蔚蓝的头发, 蓬乱的头发,长长的刘海,眼睛之间的毛发,黑色的及膝,黑色的丝带,白色的领结,腹部,{{{半闭眼}}},", "val": "(((masterpiece))),best quality, illustration,beautiful detailed glow,(beautiful detailed eyes), (dark magician girl:1.1),big forhead,flower,large top sleeves,Floating ashes, Beautiful and detailed explosion, red moon, fire,Fire cloud, Wings on fire, a cloudy sky, smoke of gunpowder, burning, black dress, (beautiful detailed eyes),expressionless,beautiful detailed white gloves, Dove of peace, (floating cloud:1.2),azure hair,disheveled hair,long bangs, hairs between eyes, black kneehighs, black ribbon,white bowties,midriff,{{{half closed eyes}}},"}, {"tit": "", "key": "(((杰作))),最好的质量,插图,美丽的详细发光,详细的冰,美丽的详细水,红月亮,(魔术圈:1,2),(美丽的详细眼睛),无表情,美丽详细的白手套,自己 双手紧握,(浮宫:1.1),天蓝色的头发,凌乱的头发,长长的刘海,眼睛之间的毛发,深色的连衣裙,(黑暗的魔法师女孩:1.1),黑色的膝盖高,黑色的丝带,白色的领结,腹部,{{{半闭合 眼睛}}},,大额头,空白凝视,花朵,大上袖,", "val": "(((masterpiece))),best quality, illustration,beautiful detailed glow,detailed ice,beautiful detailed water,red moon, (magic circle:1,2), (beautiful detailed eyes),expressionless,beautiful detailed white gloves, own hands clasped, (floating palaces:1.1),azure hair,disheveled hair,long bangs, hairs between eyes, dark dress, (dark magician girl:1.1),black kneehighs, black ribbon,white bowties,midriff,{{{half closed eyes}}},,big forhead,blank stare,flower,large top sleeves,"}, {"tit": "", "key": "hiten 1, (((杰作))), 最好的质量, 插图, 美丽的详细发光, 详细的冰, 美丽的详细水, 红月亮, 雪花, (美丽详细的眼睛), 无表情, 美丽的详细白手套, (浮云:1.2 ),天蓝色的头发,蓬乱的头发,长刘海,眼睛之间的头发,深色连衣裙,(深色魔法师女孩:1.1),黑色膝盖高,黑色丝带,白色蝴蝶结,腹部,{{{半闭眼}}},大额头, 茫然凝视,花朵,大袖,", "val": "hiten_1, (((masterpiece))),best quality, illustration,beautiful detailed glow,detailed ice,beautiful detailed water,red moon,snowflake, (beautiful detailed eyes),expressionless,beautiful detailed white gloves, (floating cloud:1.2),azure hair,disheveled hair,long bangs, hairs between eyes, dark dress, (dark magician girl:1.1),black kneehighs, black ribbon,white bowties,midriff,{{{half closed eyes}}},big forhead,blank stare,flower,large top sleeves,"}, {"tit": "", "key": "(((水晶质感头发))),{{{{{极其细致的CG}}}}},{{8k壁纸}},{{{{水晶紫色宝石手套}}}},((精美细致的玻璃头发 )),((玻璃质感的手)),((水晶质感的身体)),宝石般的身体,手像宝石一样清晰,衣服的结晶,((水晶质感的皮肤)),闪光,镜头光晕,漏光,破碎 玻璃,{{{{详细的玻璃形状的衣服}}}}, ((杰作)), (((最佳质量))), ((超详细)), ((插图)), ((蓬乱的头发)) , ((frills)), (1 女孩), (solo), 动态角度, 大上衣袖子, 浮动, 美丽细致的宝石天空, 宝石海, 美丽细致的眼睛, 过度曝光, 侧钝刘海, 眼睛之间的毛发, 丝带, 蝴蝶结 , 纽扣, 露肩, ((((小胸))), 百褶裙, 水晶质感花朵, ((详细水晶衣)),(宝石身), 单焦点", "val": "(((crystals texture Hair))),{{{{{extremely detailed CG}}}}},{{8k_wallpaper}},{{{{Crystalline purple gemstone gloves}}}},((beautiful detailed Glass hair)),((Glass shaped texture hand)),((Crystallize texture body)),Gem body,Hands as clear as jewels,Crystallization of clothes,((crystals texture skin)),sparkle, lens flare, light leaks, Broken glass,{{{{Detailed Glass shaped clothes}}}}, ((masterpiece)), (((best quality))), ((ultra-detailed)), ((illustration)), ((disheveled hair)), ((frills)), (1 girl), (solo), dynamic angle, big top sleeves, floating, beautiful detailed gemstone sky, gemstone sea, beautiful detailed eyes, overexposure, side blunt bangs, hairs between eyes, ribbons, bowties, buttons, bare shoulders, (((small breast))), pleated skirt, crystals texture flowers, ((Detailed crystallized clothing)),(gemstone of body),solo focus"}, {"tit": "", "key": "{{{杰作}}},{{最佳品质}},{{超精细插图}},{{美丽而细腻的水}},{{美丽而细致的眼睛},{非常详细的光线},{完美而精致 四肢},{自然},{绘画},{水花},{精致的光芒},{{非常精美的8KCG壁纸}},薰衣草色的眼睛,桃粉色的瞳孔,全身,白发,发光的眼睛,极其精致和 美丽的女孩,(1个女孩),中等胸围,动态角度,(金色装饰的紫色连衣裙),(飘逸的长发),(美丽的头发装饰),(精致的湿连衣裙),(nsfw),(微风), 长发吹起,((凌乱的发型)),(两眼之间的长刘海),皱巴巴的裙子,鲜花草甸,靠近水边,(((日落)),(少星星形成一个圆圈),随机分布的云, (河流),(柳枝落入水中)", "val": "{{{masterpiece}}}, {{best quality}}, {{super fine illustration}}, {{beautiful and delicate water}}, {{beautiful and detailed eyes}, {very detailed light}, {perfect and delicate limbs}, {nature}, {painting}, {water bloom}, {delicate glow}, {{very fine 8KCG wallpaper}}, lavender eyes, peach pink pupils, whole body, white hair, luminous eyes, an extremely delicate and beautiful girl, (1 girl), medium chest circumference, dynamic angle, (Violet dress with gold decoration), (long hair floating everywhere), (beautiful hair decoration), (delicate wet dress), (nsfw), (breeze), long hair blown up, ((messy hair style)), (long bangs between eyes), wrinkled skirt, Flowers meadow, near the water edge, (((sunset)), (less stars form a circle), randomly distributed clouds, (rivers), (willows with branches falling into the water)"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),(插图),((极其精致和美丽)),动态角度,浮动,(美丽细致的眼睛), (详细的光)(1个女孩),萝莉,小乳房,漂浮的头发,发光的眼睛,尖尖的耳朵,白头发,绿色的眼睛,露背连衣裙,羽毛,树叶,自然,(阳光),河流,(森林),(绘画),(素描) ),(盛开)", "val": "(((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration), ((an extremely delicate and beautiful)),dynamic angle,floating, (beautiful detailed eyes), (detailed light) (1girl), loli, small_breasts, floating_hair, glowing eyes, pointy_ears, white hair, green eyes,halter dress, feather, leaves, nature, (sunlight), river, (forest),(painting),(sketch),(bloom)"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),(插图),((极其精致和美丽)),动态角度,浮动,(美丽细致的眼睛), (详细的光)(1个女孩),萝莉,小乳房,漂浮的头发,发光的眼睛,尖尖的耳朵,白头发,绿色的眼睛,露背连衣裙,羽毛,树叶,自然,(阳光),河流,(森林),(绘画),(素描) ),(盛开)", "val": "(((masterpiece))),(((best quality))),((ultra-detailed)),((illustration)),((an extremely delicate and beautiful)),dynamic angle,floating, (beautiful detailed eyes), (detailed light), (((ink))),depth of field,((watercolor)) 1girl, small breasts, red hair, blue eyes, ((veil)), bare shoulders, navel, (starry sky),(desert),(floating sand flow), (((colorful bubble)))"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),(插图),((非常精致和美丽)),美丽细致的眼睛,(详细的光线),(美丽 详细的阴影),1girl,(萝莉),(小乳房),漂浮的头发,发光的眼睛,黑色的头发,红色的眼睛,悲伤,洛丽塔,裸露的肩膀,白色连衣裙,((玫瑰)),(藤蔓),(血),笼子, 绷带,红绳,((素描)),(绘画)", "val": "(((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration), ((an extremely delicate and beautiful)), beautiful detailed eyes,(detailed light),(beautiful deatailed shadow), 1girl, (loli), (small_breasts), floating_hair, glowing eyes, black hair,red eyes, sad, lolita, bare shoulders, white_dress, ((rose)),(vines), (blood), cage, bandage, red rope, ((sketch)),(painting)"}, {"tit": "", "key": "(((杰作))),(((最好的质量))),((超详细)),(插图),((非常精致和美丽)),电影角度,浮动,(美丽细致的眼睛), (详细的灯光),电影灯光,美丽详细的天空,(1个女孩),白头发,蓝眼睛,(高马尾辫),斗篷,发光的眼睛,((月亮)),(月光),星空,(照明粒子),雾,雪(绘画),(素描),(绽放)", "val": "(((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration), ((an extremely delicate and beautiful)),cinematic angle,floating, (beautiful detailed eyes), (detailed light),cinematic lighting, beautifully detailed sky,(1girl), white hair, blue eyes, (high ponytail), cloak, glowing eyes,((moon)),(moonlight), starry sky, (lighting particle), fog, snow,(painting),(sketch),(bloom)"}, {"tit": "", "key": "((((墨水)))),((水彩)),((最好的质量)),(精神),((插图)),(((1个女孩))),(美丽细致的眼睛),世界杰作 剧场,景深,(燃烧的森林),火花,动漫脸,黑纱裙,(红头发),蓝眼睛,专注于脸,中等乳房,((((((凌乱的长发))))),光秃秃的 肩膀,离观众很近,面纱,漏光,燃烧的天空,肚脐,((紧身胸衣)),火焰,红宝石项链,天空中的彩虹,四处燃烧的火焰,燃烧的教堂,(((火蝴蝶))) ,(飞溅的火花)", "val": "((((ink)))),((watercolor)),((best quality)),(spirit),((illustration)),(((1 girl))),(beautiful detailed eyes),world masterpiece theater,depth of field,(Burning forest),spark,anime face,Black gauze skirt,(red_hair),blue_eyes,focus_on_face,medium_breasts,(((((messy_long_hair))))),Bare shoulder,very_close_to_viewers,veil,light_leaks,Burning sky,navel,((bustier)),flame,Red Gem Necklace,Rainbow in the sky,Flames burning around,A burning church,(((Fire butterflys ))),(Flying sparks)"}, {"tit": "", "key": "(((杰作))),最好的质量,插图,(((1girl))),((可爱的动漫脸)),(美丽详细的女孩),无表情,冷酷的态度,红瞳,短发,白发,( ((美丽细致的眼睛))),夹克,开裂的地板,损坏的教室,凌乱的桌椅,残檐断壁,美丽的天空,积云,发霉,漂浮,风,死角机器,(坏掉的机器人),(机械 女孩)", "val": "(((masterpiece))), best quality, illustration,(((1girl))),((cute anime face)),(beautiful detailed girl),expressionless,cold attitude, red pupils, short hair, white hair,(((beautiful detailed eyes))),jacket,cracked floor,damaged classroom,Tables and chairs in disarray,The residual eaves DuanBi,beautiful sky,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical girl)"}, {"tit": "", "key": "(杰作),最佳质量,{全身},((1个女孩)),((美丽的眼睛)),{机甲,巨大的文件大小},(裸露的肩膀),科幻小说,高度详细,插图,非常详细的CG 统一壁纸,淹没,电影灯光,戏剧性的角度,{{美丽的脸}},姿势,焦散,精细的水面,,机械翼,金属翅膀,机甲翼,{机甲衣服},机器人女孩,美丽详细的脸,", "val": "(masterpiece), best quality,{full body},((1 girl)),((beauty detailed eye)),{mecha,huge_filesize},(bare shoulders),science fiction,highly detailed,illustration,extremely detailed CG unity wallpaper,submerge,cinematic lighting,dramatic angle,{{beautiful face}},posing,caustics,fine water surface,,Mechanical wing,Metal wings,Mecha wing,{mecha clothes},robot girl,beautiful detailed face,"}, {"tit": "", "key": "杰作, 最佳品质, 最佳品质, 惊人的, 美丽细致的眼睛, ((1 个女孩)), 精细的, 景深, 极其详细的 CG 统一 8k 壁纸, 全身, (其他 Minato 水色), (((一个女孩穿着 银色质地的衣服))),((极其华丽的金属风格)),((带有华丽条纹的金属皇冠)),((((各种金属背景)))),溅射的熔融铁,(浮毛),( (头发像熔化的金属)),(((详细的脸))),(((详细的眼睛))),(((银制成的衣服))),(((金色蕾丝的衣服))),(( 全身)),((((流动的金和银)))),(((((一切流动和融化的))))),(((((流动的铁)))))),((((( (流动的银))))),((((蕾丝流动和融化))))", "val": "masterpiece, best quality, best quality, Amazing, beautiful detailed eyes,((1girl)), finely detailed, Depth of field, extremely detailed CG unity 8k wallpaper, full body,(other Minato aqua), (((a girl wears Clothes with a silver texture))),((Extremely gorgeous metal style)),((Metal crown with ornate stripes)),((((Various metals background)))),Sputtered molten iron,(floating hair),((Hair like melted metal)),(((detailed face))), (((detailed eyes))),(((Clothes made of silver))),(((Clothes with gold lace))),((full body)),((((flowing gold and silver)))),(((((everything flowing and melt))))),(((((flowing iron))))),(((((flowing silver))))),((((lace flowing and melt))))"}, {"tit": "", "key": "电影照明,((最佳质量)),((单人女孩)),((((上半身)))),((极其细致的眼睛和脸部)),墨水,(((骨头))),( ((肋骨))),一个女孩,一个年轻女孩,上半身,玫瑰色,黑色头发,蓝色眼睛,卷发,灰度,无阴影,简单背景,明亮的皮肤,樱花", "val": "cinematic lighting, ((best quality)),((single_human_girl)),((((upper_body)))),((extremely_detailed_eyes_and_face)),ink,(((bone))), (((ribs))), one girl, a young girl, upper body, rose, black hair, blue eyes,curly hair,greyscale,no shadow, simple background, bright skin,Cherry blossoms"}, {"tit": "", "key": "杰作,{{{质量最好}}},(插画)),{{{极其详细的CG unity 8k壁纸}}},游戏cg,(({{1女孩}})),{solo},(精美细致 眼睛),((闪亮的眼睛)),女神,蓬松的头发,凌乱的头发,丝带,蝴蝶结,{飘逸的头发},(光亮的头发),(丝滑的头发),((白丝袜)),(((华丽的水晶) 盔甲))),冷笑,凝视,斗篷,(((水晶翅膀))),((大羽毛)),((高积云)),(晴空),(雪山),((繁花似锦)), {(花泡泡)},{{云图平面}},({(水晶)}),水晶罂粟,({花边}) ({{迷雾}}),(摆姿势),(灿烂的光),电影 灯光,((厚涂)),(玻璃色调),(水彩),(环境光),长焦,(七彩水泡),浮世绘", "val": "masterpiece,{{{best quality}}},(illustration)),{{{extremely detailed CG unity 8k wallpaper}}},game_cg,(({{1girl}})),{solo}, (beautiful detailed eyes),((shine eyes)),goddess,fluffy hair,messy_hair,ribbons,hair_bow,{flowing hair}, (glossy hair), (Silky hair),((white stockings)),(((gorgeous crystal armor))),cold smile,stare,cape,(((crystal wings))),((grand feathers)),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),{(flowery bubbles)},{{cloud map plane}},({(crystal)}),crystal poppies,({lacy}) ({{misty}}),(posing sketch),(Brilliant light),cinematic lighting,((thick_coating)),(glass tint),(watercolor),(Ambient light),long_focus,(Colorful blisters),ukiyoe style"}, {"tit": "", "key": "(非常详细的 CG 统一 8k 壁纸),(((杰作))),(((最佳质量))),((超详细)),(最佳插图),(最佳阴影),((一个非常精致和 美丽)),动感角度,飘逸,单人,((1个女孩)),{长波浪卷发},表情少,((白色偶像礼服)),角水手礼服,(详细湿衣服),真丝披肩,比基尼, 胸下,褶边,可爱的动漫脸,腮红,(美丽细致的眼睛),(详细的光线),羽毛,自然,(阳光),河流,(森林),(((漂浮的宫殿))),美丽而细腻的水,( 绘画),(素描),(绽放),(闪耀),", "val": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))), (((best quality))), ((ultra-detailed)), (best illustration),(best shadow), ((an extremely delicate and beautiful)),dynamic angle,floating, solo,((1girl)),{long wavy curly hair},expressionless,((white idol dress)), anglesailor dress,(detailed wet clothes),silk shawl,bikini,underboob, frills,cute anime face,blush,(beautiful detailed eyes), (detailed light),feather, nature, (sunlight), river, (forest),(((floating palace))),beautiful and delicate water,(painting),(sketch),(bloom),(shine),"}, {"tit": "", "key": "((墨水)),((水彩)),{{最佳质量},(无表情),((插图)),(美丽细致的女孩),(美丽细致的眼睛),世界杰作剧院,景深,(蓝色 火花),动漫脸,黑纱裙,(红蓝头发),蓝眼睛,专注于脸,中等乳房,((((((凌乱的长发))))),露肩,离观众很近,燃烧 天空,肚脐,((紧身胸衣)),火焰,天空中的彩虹,((燃烧冰的火焰)),(((火蝴蝶))),(((冰晶纹理翅膀))),(飞溅的火花), (详细的冰),{{很多发光的冰晶}},((燃烧的羽毛)),{由冰制成的羽毛},(冷冻的羽毛),{{{冰与火在一起}}}", "val": "((ink)),((watercolor)),{{best quality},(expressionless),((illustration)),(beautiful detailed girl),(beautiful detailed eyes),world masterpiece theater,depth of field,(blue spark),anime face,black gauze skirt,(red and blue hair),blue eyes,focus_on_face,medium_breasts,(((((messy_long_hair))))),Bare shoulder,very_close_to_viewers,burning sky,navel,((bustier)),flame,Rainbow in the sky,((Flames burning ice)),(((Fire butterflys ))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),{{a lot of luminous ice crystals}},((burning feathers)),{feathers_made_of_ice},(frozen feathers),{{{ice and fire together}}}"}, {"tit": "", "key": "极其详细的CG统一8k壁纸,(杰作),最佳品质,插图,(1个女孩),湿皮肤,面无表情,黄色眼睛,(愤怒),牛角,(银色盔甲),金属,复杂图案,角落,斗篷,冷漠", "val": "extremely detailed CG unity 8k wallpaper, (masterpiece), best quality, illustration, (1 girl), wet skin, expressionless, yellow eyes, (anger), horns, (silver armor), metal, complex pattern, corner, cape, indifference"}, {"tit": "", "key": "((杰作)),(((最好的质量))),((超详细)),((((全身)))),(无奈),眼泪,哭泣,((((()从 天空))))),((与你一起风化)),(((全身))),(插图),(1个女孩),((坠落)),泪水,((面向天空)), (头发向上流动),((插图)),((蓬乱的头发)),动漫截图,((褶边)),(1个女孩),大上衣袖子,漂浮,美丽详细的isky,美丽详细的眼睛,过度曝光,, 面无表情,侧钝的刘海,两眼之间的毛发,丝带,领结,纽扣,裸露的肩膀,(((小胸))),详细的衣服,空白的凝视", "val": "((masterpiece)),(((best quality))),((ultra-detailed)),((((full body)))),(unhelpless),tear,crying,((((( falling from the sky))))),(( Weathering With You)),(((full body))),(illustration), (1 girl),((falling)),tear,((face towards the sky)),(hair flows upwards),((illustration)),((disheveled hair)),anime screeshot,((frills)),(1 girl),big top sleeves, floating,beautiful detailed isky,beautiful detailed eyes,overexposure,,expressionless,side blunt bangs,hairs between eyes, ribbons,bowties,buttons,bare shoulders,(((small breast))), detailed clothes,blank stare"}, {"tit": "", "key": "(((杰作))),(((最佳质量))),((超详细)),((水下)),(插图),(美丽详细的水),((珊瑚)),开褶, ((非常精致漂亮的女孩)),动态角度,漂浮,(美丽细致的眼睛),(详细的灯光),(萝莉),漂浮的头发,发光的眼睛,尖尖的耳朵,(飞溅),水下),((鱼) ),白发,绿右眼,冰蓝左眼,叶子裙,羽毛,自然,(阳光),(水下森林),(绘画),(开花),(详细发光),湿透,海藻,鱼,(( (廷德尔效应))),面对面", "val": "(((masterpiece))),(((best quality))),((ultra-detailed)),((underwater)),(illustration),(beautiful detailed water),((coral)),open tuck,((extremely delicate and beautiful girls)),dynamic angle,floating,(beautiful detailed eyes),(detailed light),(loli),floating hair,glowing eyes,pointy ears,(splash),underwater),((fishes)),white hair,green right eye,iceblue left eye,leaves dress,feather,nature,(sunlight),(underwater forest),(painting),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect))),face to face"}, {"tit": "", "key": "(非常详细的 CG 统一 8k 壁纸),(((杰作))),(((最佳质量))),((超详细)),(最佳插图),(最佳阴影),((一个非常精致和 美丽)),动态角度,漂浮,仙境,动态角度,花海,美丽细致的花园,风,经典,春天,(详细的光),羽毛,自然,(阳光),河流,森林,(((浮宫) ))),((最好的建筑)),美丽而细腻的水,(绘画),(素描),(绽放),(闪耀)", "val": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))), (((best quality))), ((ultra-detailed)), (best illustration),(best shadow), ((an extremely delicate and beautiful)),dynamic angle,floating, fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring, (detailed light),feather, nature, (sunlight), river, forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)"}, {"tit": "", "key": "{{{杰作}}},{{最好的品质,超精细的插图,美丽而细腻的水}},{{非常精致的光}},{{自然,绘画}},{{精细的灯光,更透明的星星, 高质量的雪花,高质量的山脉,非常好的8KCG壁纸}},(高原),(((雪山))),日出,随机分布的云,(雪场),悬崖,((旋转的星空)) , ((山间溪流中的湖)), 发光粒子", "val": "{{{masterpiece}}}, {{the best quality, super fine illustrations, beautiful and delicate water}}, {{very delicate light}}, {{nature, painting}}, {{fine lighting, more transparent stars, high-quality snowflakes, high-quality mountains, very fine 8KCG wallpapers}}, (plateau), (((snow mountain))), sunrise, randomly distributed clouds, (snow field), cliff, ((rotating star sky)), ((lake in mountain stream)), luminous particles"}, {"tit": "", "key": "非常详细的CG统一8k壁纸,最好的质量,中午,美丽的详细水,长黑的头发,美丽的详细的女孩,serafuku,直接查看,眼球,头发花,特写", "val": "extremely detailed CG unity 8k wallpaper,best quality,noon,beautiful detailed water,long black hair,beautiful detailed girl,serafuku,view straight on,eyeball,hair flower,close up"}, {"tit": "", "key": "请画出一位身着公主裙的精致女孩,上面饰有精美的金色金属装饰, 她站在那里看着我", "val": "Please draw a picture of an exquisite girl in a princess dress with delicate gold metal decorations, She stands there looking at me"}, {"tit": "", "key": "{{{{复古艺术风格}}}},{{杰作)),质量最好,插图,1 女孩,成熟女性,小胸,美丽细致的眼睛,长袖,连帽衫,褶边,无阴影,简单的背景,明亮的皮肤 , 1980 年代(风格)", "val": "{{{{retro artstyle}}}}, {{masterpiece)),best quality,illustration,1 girl,mature female,small breast,beautiful detailed eyes,long sleeves, hoodie,frills, no shadow, simple background, bright skin, 1980s (style)"}, {"tit": "", "key": "杰作, 最佳品质, 最佳品质, 惊人, 1girl, 精细, 景深, 极其详细 CG 统一 8k 壁纸, 杰作, 全身, (萝莉), (白头发), 红条纹头发, 红眼睛, (全身 ),红头发,(((带剑))),愤怒的脸,(美丽细致的眼睛),血滴,血雾,飘发,光轴,柔焦,人物焦,蓬乱的头发,长刘海,两眼间的毛 , 看着观众, 低垂的头发, 漂浮, 溅血, 长头发, (血迹)", "val": "masterpiece, best quality, best quality,Amazing,1girl,finely detail,Depth of field,extremely detailed CG unity 8k wallpaper, masterpiece, full body,(loli),(white hair), red streaked hair, red eyes, (full body),red hair, (((with sword))), angry face,(beautiful detailed eyes), Blood drop,Blood fog, floating hair,light shafts, soft focus, character focus,disheveled hair,long bangs, hairs between eyes, looking at viewer,lowing hair, floating, Splashing blood,Long hair,(Bloodstain)"}, {"tit": "", "key": "(非常详细的CG统一8k壁纸),(((杰作))),(((最佳质量))),((超详细)),(最佳插图),(最佳阴影),((极其精致和 美丽)),动态角度,漂浮,详细城堡,(((最好的建筑))),雾绕群山,仙境,动态角度,经典,(详细光线),羽毛,自然,(阳光),河流, 森林,花草,美丽细腻的水,(绘画),(素描),(绽放),(闪耀)", "val": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))), (((best quality))), ((ultra-detailed)), (best illustration),(best shadow), ((an extremely delicate and beautiful)),dynamic angle,floating,The detailed castle, (((the best building))),mist encircles the mountains,fairyland,dynamic angle,classic,(detailed light),feather, nature, (sunlight), river, forest,flowers,beautiful and delicate water,(painting),(sketch),(bloom),(shine)"}, {"tit": "", "key": "((杰作)),(((最好的质量))),插图,1个女孩,成熟女性,小胸,美丽细致的眼睛,长袖,连帽衫,褶边,非常详细的CG统一8k壁纸,龙,龙背景,龙 背景,游戏 cg, 景深, 斗篷", "val": "((masterpiece)),(((best quality))),illustration,1 girl,mature female,small breast,beautiful detailed eyes,long sleeves, hoodie,frills, extremely detailed CG unity 8k wallpaper, Loong, dragon background, loong background, game cg, depth of field, Cape hood"}, {"tit": "", "key": "{{杰作}},最佳品质,插图,1个女孩,小乳房,美丽细致的眼睛,美丽详细的赛博朋克城市,平胸,美丽的详细头发,波浪形的头发,美丽的详细街道,机甲衣服,机器人女孩,酷运动,银色紧身衣裤, {花丝},龙翼,彩色背景,龙站在女孩身后,雨天,{闪电效果},美丽细致的银龙盔甲,(冷面)", "val": "{{master piece}},best quality,illustration,1girl,small breast,beatiful detailed eyes,beatiful detailed cyberpunk city,flat_chest,beatiful detailed hair,wavy hair,beatiful detailed steet,mecha clothes,robot girl,cool movement,sliver bodysuit,{filigree},dargon wings,colorful background,a dragon stands behind the girl,rainy days,{lightning effect},beatiful detailed sliver dragon arnour,(cold face)"}, {"tit": "", "key": "独奏,高分辨率,{最佳质量};{高度详细},美丽详细的蓝眼睛,浅腮红,面无表情,白发,头发在风中飘扬,机械臂盔甲,机械防弹衣,衣服,骑行马达,{紧身衣裤,废墟 战争中的城市,火灾,燃烧的汽车,燃烧的建筑物,空中的空军舰队,黄昏,鸟瞰", "val": "{{{solo}}},highres,{best quality};{highly detailed},beautiful detailed blue eyes,light blush,expressionless,white hair,hair fluttering in the wind,mechanical arm armor,mechanical body armor,clothes,riding motor,{bodysuit,ruins of city in war,fire,burning cars,burning buildings,air force fleet in the sky,dusk,bird see"}, {"tit": "", "key": "(((杰作))),最好的品质,插图,(美丽详细的女孩),一个女孩,独奏,裸露的肩膀,扁平的胸,钻石和闪亮的眼睛,美丽的详细的冷脸,很长的蓝色和银色的头发,飘动的黑色羽毛, 波浪形的头发,黑白的袖子,金色和银色的流苏,女孩身后的(黑洞),镶嵌黑曜石的银色三重皇冠,(坐在)黑色((宝座)),(深度)的(领域)", "val": "(((masterpiece))),best quality, illustration,(beautiful detailed girl), a girl ,solo,bare shoulders,flat_chst,diamond and glaring eyes,beautiful detailed cold face,very long blue and sliver hair,floaing black feathers,wavy hair,black and white sleeves,gold and sliver fringes,a (blackhole) behind the girl,a silver triple crown inlaid with obsidian,(sit) on the black ((throne)), (depth) of (field)"}, {"tit": "", "key": "最好的质量,惊人的,美丽的金色眼睛,精细的细节,景深,非常详细的 CG 统一 8k 壁纸,杰作,(((长黑金发))),((红色中发)),(1个女孩),(白色 丝袜),(((((中胸,))))),(发带),露出乳沟,((美丽的蝴蝶细节)),(((露背连衣裙))),巨大的ahoge,颗粒,(( (个展))),(细节背景),站立,(美丽的星空),(((忧郁(表情)郁闷))),(朦胧的雾),(((很长的头发))),{ 飘动的头发},{浓密的头发},{{{凝胶状的质地}}},{轮廓},(美丽细节的废墟),(((站在海面上))),{人物特写} ,{{{光滑的皮肤}}},(((上半身))),(光滑和容光焕发的皮肤),(光滑和容光焕发的脸),完美的细节,美丽华丽的项链,正宗的皮肤纹理,{乳沟},{{ {真实而细致的面孔}}},(未曝光:1.5)", "val": "best quality,Amazing,Beautiful golden eyes,finely detail,Depth of field,extremely detailed CG unity 8k wallpaper, masterpiece,(((Long dark blond hair))),((red mediumhair)),(1 girl),(white stockings ),(((((medium_breasts,))))),(hair ribbon),Exposing cleavage,((Beautiful butterflies in detail)),(((halter dress ))),huge ahoge,particle,(((solo))),(Background of details),standing,(Starry sky in beautiful detail),(((gloom (expression) depressed))),(Hazy fog),(((Very long hair))),{Fluttering hair},{Thick hair},{{{Gelatinous texture}}},{profile},(Ruins of beautiful details),(((Standing on the surface of the sea))),{Close-up of people},{{{Smooth skin}}},(((upper body))),(Smooth and radiant skin),(Smooth and radiant face),Perfect details,Beautifully gorgeous necklace,Authentic skin texture,{Cleavage},{{{Authentic and detailed face}}},(unexposed :1.5)"}, {"tit": "", "key": "{最佳质量},{{杰作}},{高分辨率},非常详细的 CG,非常详细的 8K 壁纸,非常详细的角色,{非常精致和美丽},肖像,插图,单独对焦,直截了当,戏剧性的角度 ,景深,{{电影照明}},户外,{{{角色({{{女孩}}},独奏,萝莉,{{{{全身}}}},站立,面无表情,[[[浅笑] ]],可爱,美丽细致的眼睛,蓝眼睛,[长腿],{非常长的头发},金发,波浪形头发,[闪亮的头发],{{哥特式洛丽塔}},蓝白色裙子,{{短裙}},黑色头饰 , 蝴蝶结, {{{发饰}}}, [发花], 长袜, [[吊袜带]], 蕾丝, 交叉系带鞋, 丝带修剪的袖子)}}}, [背景(建筑建筑, {{哥特式) 建筑}}, 星空, 户外, 教堂, {城堡}, [[幻想]])]", "val": "{best quality}, {{masterpiece}}, {highres}, extremely detailed CG, extremely detailed 8K wallpaper, extremely detailed character, {an extremely delicate and beautiful}, portrait, illustration, solo focus, straight-on, dramatic angle, depthoffield, {{cinematiclighting}}, outdoors, {{{character({{{a girl}}}, solo, loli, {{{{full body}}}}, standing, expressionless, [[[light smile]]], cute, beautiful detailed eyes, blue eyes, [long legs], {very_long_hair}, blonde hair, wavy_hair, [shiny hair], {{Gothic_Lolita}}, blue_white skirt, {{short skirt}}, black_Headdress, bowknot, {{{hair ornament}}}, [hair flower], stocking, [[Garter]], Lace, cross-laced footwear, ribbon-trimmed sleeves)}}}, [background(building architecture, {{gothic architecture}}, starry sky, outdoors, church, {castle}, [[fantasy]])]"}, {"tit": "", "key": "(水彩介质),((浮世绘风格)),(((((杰作)))),(((最佳质量))),(插图),(1个女孩:1.5),(个展:1.5),(( 一个非常精致和美丽)),((小女孩)),可爱,((hime cut)),侧钝刘海,(深蓝色头发:1.2),眼睛之间的毛发,丝带,手链,裸肩,((日本服装) )), sakura , ((缝学生)), (( 巫女)),(脱肩),王牌,(神乐铃),剑", "val": "(watercolor_medium), ((ukiyoe style)), ((((masterpiece)))), (((best quality))), (illustration),(1girl:1.5),(solo:1.5), ((an extremely delicate and beautiful)), ((little girl)) , cute, ((hime_cut)), side blunt bangs,(ultramarine hair:1.2), hairs between eyes, ribbons, Bracelet , bare shoulders,((japanese_clothes)), sakura, ((slit pupils)), ((miko)), (off_shoulder), ace, (Kagura Suzu),sword"}, {"tit": "", "key": "梦想,(((非常详细的CG统一8k壁纸)),{绘画},(((墨水))),惊人的,景深,{{最佳质量}},{{杰作}},高分辨率,动态角度 ,(插图),电影灯光,{1个女孩},((波浪银发)),((萝莉)),((极其细致的眼睛和脸)),(详细浸水赤脚:1.5),半透明粉色裙子, 宝石头发,法式辫子,尖耳朵,看着观众,{{半透明飘扬的裙子}},黄色发夹,{{白色连衣裙配黄色装饰的粉红色蕾丝}},袖子过去手腕,((袖子过去手指)),walking_motion ,露肩连衣裙,海浪,风,(((波光粼粼))),{详细的夕阳辉光},(浮流),((珊瑚)),(夜光),海岸,{漂浮的七彩泡泡},美丽 详细的天空,{荧光},详细的阴影,(海螺),美丽的详细水,湿透,海星,流星,彩虹,(海鸟),{闪烁的星星},(萤火虫),(飞溅),,详细的云,贝壳,{ 烟花}", "val": "dream,(((extremely detailed CG unity 8k wallpaper))),{painting},(((ink))),amazing,Depth of field,{{best quality}},{{masterpiece}},highres,dynamic angle,(illustration),cinematic lighting,{1girl},((wavy silver hair)),((loli)),((extremely_detailed_eyes_and_face)),(detailed flooding bare feet:1.5),translucent pink skirt,gemological hair,french braid,pointy ears,looking at viewer,{{translucent fluttering skirt}},yellow hairpin,{{white dress with pink lace with yellow decoration}},sleeves past wrists,((sleeves past fingers)),walking_motion,strapless dress,ocean waves,wind,(((glistening light of waves))),{detailed sunset glow},(floating flow),((coral)),(Luminous),coast,{floating colorful bubbles},beautiful detailed sky,{fluorescence},detailed shadow,(conch),beautiful detailed water,drenched,starfish,meteor,rainbow,(seabirds),{glinting stars}, (glowworm),(splash),,detailed cloud,shell,{fireworks}"}, {"tit": "", "key": "(((杰作))),(((最佳质量))),((超详细)),(插图),美丽详细的天空,夜晚,星星,(1个女孩)((一个非常精致和美丽的女孩)) ,红眼,戏剧角,小胸,(((全身))),兜帽,冷脸白衬衫,(((长白发))),(红发),(红梅花),(( 冬天)),(((雪花))){{{{{{详细的可爱动漫脸}}}}}},电影灯光,((红色和白色的花朵)),眼睛之间的毛发,面无表情,年轻的女孩,( ((对着镜头))),(星空),((美颜)),((全身)),(坐着),景深,((七彩)),风景,发花,灯笼,圣诞节 ,(星陨)", "val": "(((masterpiece))), (((best quality))), ((ultra-detailed)), (illustration),beautiful detailed sky ,night,stars,(1girl)((an extremely delicate and beautiful girl)),red eyes,dramatic angle,small breasts,(((full body))),hood,cold face and white shirt,(((long white hair))),(red hair),(red plum blossom),((winter)),(((snowflakes))){{{{{{detailed cute anime face}}}}}},cinmatic lighting,((red and white flowers)),hairs between eyes, expressionless, young girl,(((Facing the lens))),(starry sky),((Beautiful face)),((full body)),(sitting),depth_of_field,((colorful)),scenery,hair_flower,lantern,christmas,(starfall)"}, {"tit": "", "key": "(((水晶质感头发))),{{{{{极其细致的CG}}}}},{{8k壁纸}},{{{{水晶紫色宝石手套}}}},((精美细致的玻璃头发)),((玻璃质感的手)),((水晶质感的身体)),宝石般的身体,手像宝石一样清晰,衣服的结晶,((水晶质感的皮肤)),闪光,镜头光晕,漏光,破损玻璃,{{{{详细的玻璃形状的衣服}}}},((杰作)),(((质量最好))),((超详细)),((插图)),((蓬乱的头发)) ,((褶边)),(1个女孩),(独奏),动态角度,大顶袖,浮动,美丽细致的宝石天空,宝石海,美丽细致的眼睛,过度曝光,侧钝刘海,眼睛之间的毛发,丝带,蝴蝶结, 纽扣, 裸肩, ((((小胸))), 百褶裙, 水晶质感花朵, ((详细的水晶衣)), (宝石身体), 单焦点, {{{{{{{{虹彩和彩虹头发:2.5}}}}}}},{{{{{{详细的可爱动漫脸}}}}}},{{萝莉}},{{{{{水彩_(中)}}}},(( (杰作))),(((时钟) )),(((红色))),(((血))),精细的细节,景深,血滴,血雾", "val": "(((crystals texture Hair))),{{{{{extremely detailed CG}}}}},{{8k_wallpaper}},{{{{Crystalline purple gemstone gloves}}}},((beautiful detailed Glass hair)),((Glass shaped texture hand)),((Crystallize texture body)),Gem body,Hands as clear as jewels,Crystallization of clothes,((crystals texture skin)),sparkle, lens flare, light leaks, Broken glass,{{{{Detailed Glass shaped clothes}}}}, ((masterpiece)), (((best quality))), ((ultra-detailed)), ((illustration)), ((disheveled hair)), ((frills)), (1 girl), (solo), dynamic angle, big top sleeves, floating, beautiful detailed gemstone sky, gemstone sea, beautiful detailed eyes, overexposure, side blunt bangs, hairs between eyes, ribbons, bowties, buttons, bare shoulders, (((small breast))), pleated skirt, crystals texture flowers, ((Detailed crystallized clothing)),(gemstone of body),solo focus,{{{{{{{{Iridescence and rainbow hair:2.5}}}}}}},{{{{{{detailed cute anime face}}}}}},{{loli}},{{{{{watercolor_(medium)}}}},(((masterpiece))),(((clock))),(((red))),(((blood))),finely detail,Depth of field,Blood drop,Blood fog"}] \ No newline at end of file diff --git a/scripts/__pycache__/old_six_prompt.cpython-310.pyc b/scripts/__pycache__/old_six_prompt.cpython-310.pyc index 32e31c8..f668c06 100644 Binary files a/scripts/__pycache__/old_six_prompt.cpython-310.pyc and b/scripts/__pycache__/old_six_prompt.cpython-310.pyc differ diff --git a/scripts/old_six_prompt.py b/scripts/old_six_prompt.py index b8bb87c..a1f3d31 100644 --- a/scripts/old_six_prompt.py +++ b/scripts/old_six_prompt.py @@ -1,21 +1,20 @@ import modules.scripts as scripts import gradio as gr import os,json -from pathlib import Path import json -from collections import deque -def LoadTagsFile(): - current_script = os.path.realpath(__file__) - current_folder = os.path.dirname(current_script) - work_basedir = os.path.dirname(current_folder) #本插件目录 - path1 = work_basedir+ r"/json" - path2 = work_basedir+ r"/yours" +import random + +current_script = os.path.realpath(__file__) +current_folder = os.path.dirname(current_script) +work_basedir = os.path.dirname(current_folder) #本插件目录 +path1 = work_basedir+ r"/json" +path2 = work_basedir+ r"/yours" +pathrandom = work_basedir+ r"/random" +def LoadTagsFile(): dic={} loadjsonfiles(path1,dic) loadjsonfiles(path2,dic) - return json.dumps(dic,ensure_ascii=False) - - + return json.dumps(dic,ensure_ascii=False) def loadjsonfiles(path,dic): files = os.listdir( path ) @@ -27,13 +26,23 @@ def loadjsonfiles(path,dic): res=json.loads(f.read()) dic[filename]=res - +def loadRandomList(): + files = os.listdir( pathrandom ) + for item in files: + if item.endswith(".json"): + filepath=pathrandom+'/'+item + filename=filepath[filepath.rindex('/') + 1:-5] + with open(filepath, "r",encoding="utf-8-sig") as f: + jsonlist=json.loads(f.read()) + return jsonlist + class Script(scripts.Script): - + rdlist=loadRandomList() json= LoadTagsFile() - + randomIndex=0 + txtprompt=None def title(self): return "Old_Six" @@ -50,7 +59,12 @@ class Script(scripts.Script): # html=traverse_dict(self.diclist[item])[6:] # gr.HTML(html) # return tabs - + + def after_component(self, component, **kwargs): + if(component.elem_id=="txt2img_prompt" or component.elem_id=="img2img_prompt"): + self.txtprompt=component + # print(component,component.elem_id) + def ui(self, is_img2img): if(is_img2img): @@ -62,20 +76,38 @@ class Script(scripts.Script): with gr.Row(elem_id=eid): with gr.Accordion(label="SixGod_K提示词",open=False): textarea=gr.TextArea(self.json,elem_id=tid,visible=False) - btnreload=gr.Button('🔄',elem_classes="oldsix-reload sm secondary gradio-button svelte-1ipelgc") - - + with gr.Column(scale=4,elem_id="oldsix-optit"): + btnreload=gr.Button('🔄',elem_classes="oldsix-reload sm secondary gradio-button svelte-1ipelgc") + gr.Button('清空正面提示词', variant="secondary",elem_classes="oldsix-clear") + gr.Button('清空负面提示词',variant="secondary",elem_classes="oldsix-clear") + with gr.Accordion(label="随机灵感",open=False): + rdtextarea=gr.TextArea(label='灵感词预览框') + with gr.Row(): + with gr.Column(scale=4): + btnRandom=gr.Button('随机灵感关键词',variant="primary") + with gr.Column(scale=4): + btnSend=gr.Button('发送到提示词框',variant="primary") + + def send(): + return self.rdlist[self.randomIndex]['val'] + + def randomPrompt(): + self.randomIndex= random.randint(0,len(self.rdlist)) + return self.rdlist[self.randomIndex]['key'] + def reloadData(): return LoadTagsFile() - btnreload.click(fn=reloadData,inputs=None,outputs=textarea) - + + + btnreload.click(fn=reloadData,inputs=None,outputs=textarea) + btnRandom.click(fn=randomPrompt,inputs=None,outputs=rdtextarea) + btnSend.click(fn=send,inputs=None,outputs=self.txtprompt) return [btnreload] + - - diff --git a/style.css b/style.css index 83dd479..60dd984 100644 --- a/style.css +++ b/style.css @@ -37,7 +37,6 @@ overflow:visible!important } - .oldsix-btn:hover::after{ content: attr(data-sixoldtit); position: absolute; @@ -83,7 +82,42 @@ display: block; } + #oldsix-optit{ + display: block; + + } + #oldsix-optit button{ + margin: 5px; + } .oldsix-reload{ - width: 50px !important; + width: 50px !important; + } + .oldsix-clear{ + width: fit-content!important; + + } + + .oldsix-btn.active{ + background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); + color:black; + } + + .oldsix-btn.active:hover{ + background-image: linear-gradient(120deg, #a8d63d 10%, #96e6a1 100%); + } + .oldsix-tab-nav button{ + position: relative; + } + .oldsix-tab-nav button.active::after{ + position: absolute; + content: ''; + display: block; + width: 8px; + height: 8px; + border-radius: 50%; + background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%); + right: 3px; + top:50%; + transform: translateY(-50%); } \ No newline at end of file