Zen-Style-Shape / examples_db.py
ultimaxxl's picture
Add example obj
578b7b0
raw
history blame
439 Bytes
ZEN_EXAMPLES = [
[
"A beautiful landscape with mountains and a lake",
"imgs/structure1.jpg",
"imgs/style1.jpg",
"imgs/output1.jpg",
20,
0.4,
0.6,
30,
],
# [
# "A cyberpunk cityscape at night",
# "imgs/structure2.jpg",
# "imgs/style2.jpg",
# "imgs/output2.jpg",
# 15,
# 0.35,
# 0.7,
# 28,
# ],
]