artificialguybr commited on
Commit
7f1d167
1 Parent(s): e56610f

Create config.py

Browse files
Files changed (1) hide show
  1. config.py +29 -0
config.py ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ examples = [
2
+ "beautiful lady, (freckles), big smile, ruby eyes, long curly hair, dark makeup, hyperdetailed photography, soft light, head and shoulders portrait, cover",
3
+ "Leica portrait of a gremlin skateboarding, coded patterns, sparse and simple, uhd image, urbancore, sovietwave, period snapshot",
4
+ "Leica Hasselblad portrait, hyperdetailed Photography, a Native American man walks proudly confidently in traditional clothing with an Indian feather hat on his head a wolf accompanies him in the streets of New York in the middle of the buildings in the middle of the road. Large view",
5
+ "A hyperdetailed photograph of a Cat dressed as a mafia boss holding a fish walking down a Japanese fish market with an angry face, 8k resolution, best quality, beautiful photograph, dynamic lighting,",
6
+ "A beautiful portrait photograph of a dragon with diamond and gemstone scales, opal eyes, cinematic, gem, diamond, crystal, fantasy art, hyperdetailed photograph, shiny scales, 8k resolution,"
7
+ ]
8
+
9
+ sampler_list = [
10
+ "DPM++ 2M Karras",
11
+ "DPM++ SDE Karras",
12
+ "DPM++ 2M SDE Karras",
13
+ "Euler",
14
+ "Euler a",
15
+ "DDIM",
16
+ ]
17
+
18
+ aspect_ratios = [
19
+ "1024 x 1024",
20
+ "1152 x 896",
21
+ "896 x 1152",
22
+ "1216 x 832",
23
+ "832 x 1216",
24
+ "1344 x 768",
25
+ "768 x 1344",
26
+ "1536 x 640",
27
+ "640 x 1536",
28
+ "Custom",
29
+ ]