jree423 commited on
Commit
3b4d43e
·
verified ·
1 Parent(s): e809d8c

Update widget configuration

Browse files
Files changed (1) hide show
  1. widget-config.json +11 -35
widget-config.json CHANGED
@@ -1,38 +1,14 @@
1
  {
2
- "text-to-image": {
3
- "default": {
4
- "inputs": [
5
- {
6
- "label": "Prompt",
7
- "name": "prompt",
8
- "type": "text",
9
- "default": "a cat sitting on a windowsill"
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
  }