Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
c82fe37
1
Parent(s):
4109acf
debug example
Browse files- app-example-debug.py +52 -52
app-example-debug.py
CHANGED
@@ -56,58 +56,58 @@ with gr.Blocks() as demo:
|
|
56 |
|
57 |
])
|
58 |
|
59 |
-
with gr.Accordion('More Examples for Prompt Changing', open=False):
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
|
112 |
with gr.Accordion('Examples for Motion Magnitude', open=False):
|
113 |
create_example(
|
|
|
56 |
|
57 |
])
|
58 |
|
59 |
+
# with gr.Accordion('More Examples for Prompt Changing', open=False):
|
60 |
+
# create_example(
|
61 |
+
# [
|
62 |
+
# [
|
63 |
+
# './__assets__/image_animation/real/lighthouse.jpg',
|
64 |
+
# './__assets__/image_animation/real/1.mp4',
|
65 |
+
# 'lightning, lighthouse',
|
66 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
67 |
+
# 'realistic',
|
68 |
+
# 1,
|
69 |
+
# ],
|
70 |
+
# [
|
71 |
+
# './__assets__/image_animation/real/lighthouse.jpg',
|
72 |
+
# './__assets__/image_animation/real/2.mp4',
|
73 |
+
# 'sun rising, lighthouse',
|
74 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
75 |
+
# 'realistic',
|
76 |
+
# 1,
|
77 |
+
# ],
|
78 |
+
# [
|
79 |
+
# './__assets__/image_animation/real/lighthouse.jpg',
|
80 |
+
# './__assets__/image_animation/real/3.mp4',
|
81 |
+
# 'fireworks, lighthouse',
|
82 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
83 |
+
# 'realistic',
|
84 |
+
# 1,
|
85 |
+
# ],
|
86 |
+
# [
|
87 |
+
# './__assets__/image_animation/rcnz/harry.png',
|
88 |
+
# './__assets__/image_animation/rcnz/1.mp4',
|
89 |
+
# '1boy smiling',
|
90 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
91 |
+
# '3d_cartoon',
|
92 |
+
# 2
|
93 |
+
# ],
|
94 |
+
# [
|
95 |
+
# './__assets__/image_animation/rcnz/harry.png',
|
96 |
+
# './__assets__/image_animation/rcnz/2.mp4',
|
97 |
+
# '1boy playing magic fire',
|
98 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
99 |
+
# '3d_cartoon',
|
100 |
+
# 2
|
101 |
+
# ],
|
102 |
+
# [
|
103 |
+
# './__assets__/image_animation/rcnz/harry.png',
|
104 |
+
# './__assets__/image_animation/rcnz/3.mp4',
|
105 |
+
# '1boy is waving hands',
|
106 |
+
# 'wrong white balance, dark, sketches,worst quality,low quality, deformed, distorted, disfigured, bad eyes, wrong lips,weird mouth, bad teeth, mutated hands and fingers, bad anatomy,wrong anatomy, amputation, extra limb, missing limb, floating,limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg',
|
107 |
+
# '3d_cartoon',
|
108 |
+
# 2
|
109 |
+
# ]
|
110 |
+
# ])
|
111 |
|
112 |
with gr.Accordion('Examples for Motion Magnitude', open=False):
|
113 |
create_example(
|