Update widget configuration
Browse files- widget-config.json +11 -35
widget-config.json
CHANGED
@@ -1,38 +1,14 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
"label": "Negative Prompt",
|
13 |
-
"name": "negative_prompt",
|
14 |
-
"type": "text",
|
15 |
-
"default": ""
|
16 |
-
},
|
17 |
-
{
|
18 |
-
"label": "Number of Paths",
|
19 |
-
"name": "num_paths",
|
20 |
-
"type": "number",
|
21 |
-
"default": 96
|
22 |
-
},
|
23 |
-
{
|
24 |
-
"label": "Guidance Scale",
|
25 |
-
"name": "guidance_scale",
|
26 |
-
"type": "number",
|
27 |
-
"default": 7.5
|
28 |
-
},
|
29 |
-
{
|
30 |
-
"label": "Seed",
|
31 |
-
"name": "seed",
|
32 |
-
"type": "number",
|
33 |
-
"default": 42
|
34 |
-
}
|
35 |
-
]
|
36 |
}
|
37 |
-
|
38 |
}
|
|
|
1 |
{
|
2 |
+
"include": true,
|
3 |
+
"examples": [
|
4 |
+
{
|
5 |
+
"text": "a beautiful mountain landscape"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"text": "a colorful sunset over the ocean"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"text": "a cute cat sitting on a windowsill"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
13 |
+
]
|
14 |
}
|