Spaces:
Runtime error
Runtime error
example data
Browse files- examples/example_01_barbarian/input.png +3 -0
- examples/example_01_barbarian/output.gif +3 -0
- examples/example_01_barbarian/params.json +14 -0
- examples/example_02_zombies/output.gif +3 -0
- examples/example_02_zombies/params.json +14 -0
- examples/example_03_astronaut/output.gif +3 -0
- examples/example_03_astronaut/params.json +14 -0
- examples/example_04_furry_moster/output.gif +3 -0
- examples/example_04_furry_moster/params.json +14 -0
- examples/example_05_people/input.png +3 -0
- examples/example_05_people/output.gif +3 -0
- examples/example_05_people/params.json +14 -0
- examples/example_06_sophie/output.gif +3 -0
- examples/example_06_sophie/params.json +14 -0
examples/example_01_barbarian/input.png
ADDED
Git LFS Details
|
examples/example_01_barbarian/output.gif
ADDED
Git LFS Details
|
examples/example_01_barbarian/params.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"prompt": "he is dancing as minotaur dancer wearing a fur armor water in a dark cave, john cena, fantasy, barbarian",
|
3 |
+
"neg_prompt": "",
|
4 |
+
"cfg": 15,
|
5 |
+
"cfg_image": 9,
|
6 |
+
"seed": 1,
|
7 |
+
"steps": 20,
|
8 |
+
"width": 512,
|
9 |
+
"height": 512,
|
10 |
+
"scheduler": "dpm",
|
11 |
+
"fps": 20,
|
12 |
+
"format": "gif",
|
13 |
+
"num_frames": 24
|
14 |
+
}
|
examples/example_02_zombies/output.gif
ADDED
Git LFS Details
|
examples/example_02_zombies/params.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"prompt": "Group of scary zombies dancing. Halloween concept.",
|
3 |
+
"neg_prompt": "monochrome",
|
4 |
+
"cfg": 15,
|
5 |
+
"cfg_image": 9,
|
6 |
+
"seed": 0,
|
7 |
+
"steps": 20,
|
8 |
+
"width": 512,
|
9 |
+
"height": 512,
|
10 |
+
"scheduler": "dpm",
|
11 |
+
"fps": 20,
|
12 |
+
"format": "gif",
|
13 |
+
"num_frames": 24
|
14 |
+
}
|
examples/example_03_astronaut/output.gif
ADDED
Git LFS Details
|
examples/example_03_astronaut/params.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"prompt": "Astronaut performing shuffle dance moves on a Moon surface. Stanley Kubrick.",
|
3 |
+
"neg_prompt": "",
|
4 |
+
"cfg": 15,
|
5 |
+
"cfg_image": 9,
|
6 |
+
"seed": 0,
|
7 |
+
"steps": 20,
|
8 |
+
"width": 512,
|
9 |
+
"height": 512,
|
10 |
+
"scheduler": "dpm",
|
11 |
+
"fps": 20,
|
12 |
+
"format": "gif",
|
13 |
+
"num_frames": 24
|
14 |
+
}
|
examples/example_04_furry_moster/output.gif
ADDED
Git LFS Details
|
examples/example_04_furry_moster/params.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"prompt": "They are dancing in the club but everybody is a 3d cg hairy monster wearing a hairy costume.",
|
3 |
+
"neg_prompt": "monochrome, saturated",
|
4 |
+
"cfg": 15,
|
5 |
+
"cfg_image": 9,
|
6 |
+
"seed": 0,
|
7 |
+
"steps": 20,
|
8 |
+
"width": 512,
|
9 |
+
"height": 512,
|
10 |
+
"scheduler": "dpm",
|
11 |
+
"fps": 20,
|
12 |
+
"format": "gif",
|
13 |
+
"num_frames": 24
|
14 |
+
}
|
examples/example_05_people/input.png
ADDED
Git LFS Details
|
examples/example_05_people/output.gif
ADDED
Git LFS Details
|
examples/example_05_people/params.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"prompt": "Front view close up of group of people dancing at a concert in nightclub.",
|
3 |
+
"neg_prompt": "",
|
4 |
+
"cfg": 15,
|
5 |
+
"cfg_image": 9,
|
6 |
+
"seed": 3,
|
7 |
+
"steps": 20,
|
8 |
+
"width": 512,
|
9 |
+
"height": 512,
|
10 |
+
"scheduler": "dpm",
|
11 |
+
"fps": 20,
|
12 |
+
"format": "gif",
|
13 |
+
"num_frames": 24
|
14 |
+
}
|
examples/example_06_sophie/output.gif
ADDED
Git LFS Details
|
examples/example_06_sophie/params.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"prompt": "A girl is dancing by a beautiful lake by sophie anderson and greg rutkowski and alphonse mucha.",
|
3 |
+
"neg_prompt": "",
|
4 |
+
"cfg": 15,
|
5 |
+
"cfg_image": 9,
|
6 |
+
"seed": 1,
|
7 |
+
"steps": 20,
|
8 |
+
"width": 512,
|
9 |
+
"height": 512,
|
10 |
+
"scheduler": "dpm",
|
11 |
+
"fps": 20,
|
12 |
+
"format": "gif",
|
13 |
+
"num_frames": 24
|
14 |
+
}
|