Spaces:
Runtime error
Runtime error
adjust example params t0 image gen cfg fix
Browse files
examples/example_02_zombies/params.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"prompt": "Group of scary zombies dancing. Halloween concept.",
|
3 |
"neg_prompt": "monochrome",
|
4 |
"cfg": 15,
|
5 |
-
"cfg_image":
|
6 |
"seed": 0,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
|
|
2 |
"prompt": "Group of scary zombies dancing. Halloween concept.",
|
3 |
"neg_prompt": "monochrome",
|
4 |
"cfg": 15,
|
5 |
+
"cfg_image": 15,
|
6 |
"seed": 0,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
examples/example_03_astronaut/params.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"prompt": "Astronaut performing shuffle dance moves on a Moon surface. Stanley Kubrick.",
|
3 |
"neg_prompt": "",
|
4 |
"cfg": 15,
|
5 |
-
"cfg_image":
|
6 |
"seed": 0,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
|
|
2 |
"prompt": "Astronaut performing shuffle dance moves on a Moon surface. Stanley Kubrick.",
|
3 |
"neg_prompt": "",
|
4 |
"cfg": 15,
|
5 |
+
"cfg_image": 15,
|
6 |
"seed": 0,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
examples/example_04_furry_moster/params.json
CHANGED
@@ -2,7 +2,7 @@
|
|
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":
|
6 |
"seed": 0,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
|
|
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": 15,
|
6 |
"seed": 0,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
examples/example_06_sophie/params.json
CHANGED
@@ -2,7 +2,7 @@
|
|
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":
|
6 |
"seed": 1,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
|
|
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": 15,
|
6 |
"seed": 1,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|