Akimitsujiro commited on
Commit
7dd39b2
1 Parent(s): 0964063

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +23 -0
config.py CHANGED
@@ -38,6 +38,11 @@ quality_prompt_list = [
38
  "prompt": "{prompt}, (masterpiece), (best quality), (ultra-detailed), very aesthetic, illustration, disheveled hair, perfect composition, moist skin, intricate details",
39
  "negative_prompt": "longbody, lowres, bad anatomy, bad hands, missing fingers, pubic hair, extra digit, fewer digits, cropped, worst quality, low quality, very displeasing",
40
  },
 
 
 
 
 
41
  ]
42
 
43
  sampler_list = [
@@ -47,6 +52,9 @@ sampler_list = [
47
  "Euler",
48
  "Euler a",
49
  "DDIM",
 
 
 
50
  ]
51
 
52
  aspect_ratios = [
@@ -117,4 +125,19 @@ style_list = [
117
  "prompt": "{prompt}, professional 3d model, octane render, highly detailed, volumetric, dramatic lighting",
118
  "negative_prompt": "ugly, deformed, noisy, low poly, blurry, painting",
119
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  ]
 
38
  "prompt": "{prompt}, (masterpiece), (best quality), (ultra-detailed), very aesthetic, illustration, disheveled hair, perfect composition, moist skin, intricate details",
39
  "negative_prompt": "longbody, lowres, bad anatomy, bad hands, missing fingers, pubic hair, extra digit, fewer digits, cropped, worst quality, low quality, very displeasing",
40
  },
41
+ {
42
+ "name": "NSFW",
43
+ "prompt": "{prompt}, masterpiece, best quality, high quality, penis, veiny penis, muscular male, 1boy, a boy, big penis, big ball, anthro, big arm, five finger, big chest",
44
+ "negative_prompt": "(low quality), bad anatomy, band hands, text, error, missing finger, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, watermark, username, blurry, artist name",
45
+ },
46
  ]
47
 
48
  sampler_list = [
 
52
  "Euler",
53
  "Euler a",
54
  "DDIM",
55
+ "DPM++ 2S a",
56
+ "Heun",
57
+ "DPM fast",
58
  ]
59
 
60
  aspect_ratios = [
 
125
  "prompt": "{prompt}, professional 3d model, octane render, highly detailed, volumetric, dramatic lighting",
126
  "negative_prompt": "ugly, deformed, noisy, low poly, blurry, painting",
127
  },
128
+ {
129
+ "name": "Analog Film",
130
+ "prompt": "analog film photo {prompt} . faded film, furry art, desaturated, 35mm photo, grainy, vignette, vintage, Kodachrome, Lomography, stained, highly detailed, found footage",
131
+ "negative_prompt": "painting, drawing, illustration, glitch, deformed, mutated, cross-eyed, ugly, disfigured",
132
+ },
133
+ {
134
+ "name": "Comics Book",
135
+ "prompt": "comic {prompt} . graphic illustration, comic art, furry art, graphic novel art, vibrant, highly detailed",
136
+ "negative_prompt": "photograph, deformed, glitch, noisy, realistic, stock photo",
137
+ },
138
+ {
139
+ "name": "Line Art",
140
+ "prompt": "line art drawing {prompt} . professional, furry art, sleek, modern, minimalist, graphic, line art, vector graphics",
141
+ "negative_prompt": "anime, photorealistic, 35mm film, deformed, glitch, blurry, noisy, off-center, deformed, cross-eyed, closed eyes, bad anatomy, ugly, disfigured, mutated, realism, realistic, impressionism, expressionism, oil, acrylic",
142
+ },
143
  ]