Skip to content

Commit 4e68fa9

Browse files
authored
Create config.json
1 parent 5d40211 commit 4e68fa9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

config.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"input": [
3+
{
4+
"name": "promts",
5+
"type" : "str",
6+
"description" : "text to image",
7+
"default" : "prime minister of thailand"
8+
},
9+
{
10+
"name" : "num_inference_steps",
11+
"type" : "int",
12+
"default" : 25,
13+
"optional" : {
14+
"ge" : 1,
15+
"le" : 100
16+
}
17+
}
18+
],
19+
"output" :
20+
{
21+
"name": "items",
22+
"type" : "string"
23+
}
24+
25+
}

0 commit comments

Comments
 (0)