linoyts HF staff commited on
Commit
826b04b
1 Parent(s): 39c8554

Create constants.py

Browse files
Files changed (1) hide show
  1. constants.py +38 -0
constants.py ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MEDIUMS = [
2
+ "painting",
3
+ "drawing",
4
+ "photograph",
5
+ "HD photo",
6
+ "illustration",
7
+ "portrait",
8
+ "sketch",
9
+ "3d render",
10
+ "digital painting",
11
+ "concept art",
12
+ "screenshot",
13
+ "canvas painting",
14
+ "watercolor art",
15
+ ]
16
+
17
+ SUBJECTS = [
18
+ "dog",
19
+ "cat",
20
+ "car",
21
+ "building",
22
+ "house",
23
+ "tree",
24
+ "flower",
25
+ "mountain",
26
+ "lake",
27
+ "person",
28
+ "man",
29
+ "woman",
30
+ "toy",
31
+ "horse",
32
+ "bird",
33
+ "soup",
34
+ "chicken",
35
+ "fish",
36
+ "fruit",
37
+
38
+ ]