youneeds commited on
Commit
dd9076c
·
verified ·
1 Parent(s): b361a72

Create prompts.json

Browse files
Files changed (1) hide show
  1. prompts.json +82 -0
prompts.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SD1.5 局部重绘": {
3
+ "positive": "repair missing parts, consistent texture, seamless blend, high quality, detailed",
4
+ "negative": "lowres, blurry, artifacts, color mismatch, text, watermark, deformed"
5
+ },
6
+ "SD1.5 基础通用": {
7
+ "positive": "masterpiece, best quality, highres, photorealistic, detailed, sharp focus",
8
+ "negative": "lowres, bad anatomy, bad hands, text, error, missing fingers, cropped, worst quality"
9
+ },
10
+ "游戏资产贴图专用": {
11
+ "positive": "game texture, asset design, seamless tiling, high detail, 8k, concept art, pbr material",
12
+ "negative": "lowres, blurry, ugly, deformed, text, watermark, photorealistic, 3d render"
13
+ },
14
+ "2D手绘场景贴图": {
15
+ "positive": "2D flat art style, hand-drawn game background, vibrant colors, illustration, clean lines, cel shading",
16
+ "negative": "3D, realistic, shading, gradient, messy lines, noise, blurry"
17
+ },
18
+ "低多边形LowPoly": {
19
+ "positive": "low poly style, geometric shapes, vertex colors, game asset, stylized, faceted, minimalistic",
20
+ "negative": "smooth, realistic, high poly, detailed textures, gradient, soft shading"
21
+ },
22
+ "体素Voxel艺术": {
23
+ "positive": "voxel art, blocky, minecraft style, cubic, game environment, chunky pixels, nostalgic",
24
+ "negative": "smooth, realistic, high resolution, organic, soft edges"
25
+ },
26
+ "唯美插画风": {
27
+ "positive": "masterpiece, beautiful illustration, anime style, pastel colors, soft lighting, detailed background, gorgeous, etheral",
28
+ "negative": "lowres, bad anatomy, bad hands, text, error, missing fingers, cropped, worst quality, ugly"
29
+ },
30
+ "轻量二次元V3": {
31
+ "positive": "anime style, cute girl, high quality illustration, detailed, vibrant, bishoujo, colorful",
32
+ "negative": "lowres, bad anatomy, bad hands, text, error, ugly, deformed, distorted"
33
+ },
34
+ "吉卜力手绘动画": {
35
+ "positive": "Ghibli style, hand-drawn animation, watercolor background, soft colors, nostalgic, nature, serene",
36
+ "negative": "realistic, 3D, sharp lines, dark, creepy, lowres, text"
37
+ },
38
+ "原神二次元场景": {
39
+ "positive": "Genshin Impact style, fantasy landscape, anime background, vibrant colors, detailed, game art, magical",
40
+ "negative": "lowres, bad anatomy, text, watermark, ugly, deformed, realistic"
41
+ },
42
+ "王者荣耀国风原画": {
43
+ "positive": "Chinese ink wash painting style, magnificent ancient Chinese palace, epic fantasy, highly detailed, 8k resolution, traditional",
44
+ "negative": "western style, modern, lowres, blurry, ugly, text, watermark, deformed"
45
+ },
46
+ "塞尔达旷野手绘风": {
47
+ "positive": "Breath of the Wild style, cel shaded, lush nature, adventure landscape, vibrant colors, game concept art, energetic",
48
+ "negative": "realistic, dark, gloomy, lowres, ugly, text, deformed"
49
+ },
50
+ "复古像素艺术": {
51
+ "positive": "pixel art style, 16-bit retro game, chunky pixels, limited palette, nostalgic, oldschool, 8-bit",
52
+ "negative": "smooth, high resolution, realistic, blurry, anti-aliasing, gradient"
53
+ },
54
+ "RPG像素场景贴图": {
55
+ "positive": "RPG tile map, pixel art environment, top-down view, game background, retro style, classic",
56
+ "negative": "high res, smooth, 3D, realistic, blurry, modern"
57
+ },
58
+ "写实建筑场景": {
59
+ "positive": "architectural photography, hyper-realistic, highly detailed, natural lighting, 8k, professional, cinematic",
60
+ "negative": "cartoon, anime, lowres, blurry, ugly, fake, surreal"
61
+ },
62
+ "写实环境无VAE": {
63
+ "positive": "realistic environment, natural landscape, detailed texture, photographic quality, cinematic, sharp",
64
+ "negative": "cartoon, lowres, blurry, ugly, anime, painting, distorted"
65
+ },
66
+ "卡通写实融合": {
67
+ "positive": "semi-realistic, cartoonist style, stylized, detailed, vibrant, illustrative, balanced",
68
+ "negative": "photorealistic, anime, lowres, blurry, ugly, text"
69
+ },
70
+ "FastSD 极速CPU": {
71
+ "positive": "fast inference, simple shape, low detail, efficient, quick draw, minimal",
72
+ "negative": "complex, highres, detailed, photorealistic, text"
73
+ },
74
+ "BK-SDM 轻量化": {
75
+ "positive": "lightweight style, minimal details, quick generation, acceptable quality, simplified",
76
+ "negative": "high detail, photorealistic, complex texture, text, blurry"
77
+ },
78
+ "SD-Turbo 超快出图": {
79
+ "positive": "fast rendering, simple composition, vivid colors, sharp edges, one-step generation, expressive",
80
+ "negative": "blurry, deformed, ugly, text, lowres, noise"
81
+ }
82
+ }