BestWishYsh
commited on
Commit
•
2baf92c
1
Parent(s):
62c169e
Update app.py
Browse files
app.py
CHANGED
@@ -31,13 +31,13 @@ css = """
|
|
31 |
"""
|
32 |
|
33 |
examples = [
|
34 |
-
# 1-
|
35 |
[
|
36 |
-
"
|
37 |
"motion_module.ckpt",
|
38 |
-
"
|
39 |
"worst quality, low quality, letterboxed",
|
40 |
-
512, 512, "
|
41 |
],
|
42 |
# 2-RCNZ
|
43 |
[
|
@@ -47,13 +47,13 @@ examples = [
|
|
47 |
"worst quality, low quality, letterboxed",
|
48 |
512, 512, "1268480012"
|
49 |
],
|
50 |
-
# 3-
|
51 |
[
|
52 |
-
"
|
53 |
"motion_module.ckpt",
|
54 |
-
"
|
55 |
"worst quality, low quality, letterboxed",
|
56 |
-
512, 512, "
|
57 |
]
|
58 |
]
|
59 |
|
|
|
31 |
"""
|
32 |
|
33 |
examples = [
|
34 |
+
# 1-RealisticVision
|
35 |
[
|
36 |
+
"RealisticVisionV60B1_v51VAE.safetensors",
|
37 |
"motion_module.ckpt",
|
38 |
+
"Cherry blossoms transitioning from tightly closed buds to a peak state of bloom. The progression moves through stages of bud swelling, petal exposure, and gradual opening, culminating in a full and vibrant display of open blossoms.",
|
39 |
"worst quality, low quality, letterboxed",
|
40 |
+
512, 512, "2038801077"
|
41 |
],
|
42 |
# 2-RCNZ
|
43 |
[
|
|
|
47 |
"worst quality, low quality, letterboxed",
|
48 |
512, 512, "1268480012"
|
49 |
],
|
50 |
+
# 3-ToonYou
|
51 |
[
|
52 |
+
"ToonYou_beta6.safetensors",
|
53 |
"motion_module.ckpt",
|
54 |
+
"Bean sprouts grow and mature from seeds.",
|
55 |
"worst quality, low quality, letterboxed",
|
56 |
+
512, 512, "1496541313"
|
57 |
]
|
58 |
]
|
59 |
|