ultimaxxl commited on
Commit
578b7b0
·
1 Parent(s): 073af8c

Add example obj

Browse files
Files changed (1) hide show
  1. examples_db.py +22 -0
examples_db.py ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ZEN_EXAMPLES = [
2
+ [
3
+ "A beautiful landscape with mountains and a lake",
4
+ "imgs/structure1.jpg",
5
+ "imgs/style1.jpg",
6
+ "imgs/output1.jpg",
7
+ 20,
8
+ 0.4,
9
+ 0.6,
10
+ 30,
11
+ ],
12
+ # [
13
+ # "A cyberpunk cityscape at night",
14
+ # "imgs/structure2.jpg",
15
+ # "imgs/style2.jpg",
16
+ # "imgs/output2.jpg",
17
+ # 15,
18
+ # 0.35,
19
+ # 0.7,
20
+ # 28,
21
+ # ],
22
+ ]