Spaces:
Runtime error
Runtime error
Update my_app.aiconfig.json
Browse files- my_app.aiconfig.json +15 -4
my_app.aiconfig.json
CHANGED
@@ -10,12 +10,23 @@
|
|
10 |
"description": "By [@umesh_ai](https://twitter.com/umesh_ai)\n \n## Make your own AI Art in this playground!\n1/ Pick a prompt you want to try\n2/ Open the cell sidebar and click on 'Local Parameters'\n3/ Change the parameter value to an object of your choice\n4/ **Click Run button to see your creation 🚀** \n \nWant to share your prompt templates on Hugging Face? Get started on [Gradio Notebooks](https://aiconfig.lastmileai.dev/docs/gradio-notebook/)!",
|
11 |
"prompts": [
|
12 |
{
|
13 |
-
"name": "
|
14 |
-
"input": "",
|
15 |
"metadata": {
|
16 |
-
"model":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"tags": null,
|
18 |
-
"parameters": {
|
|
|
|
|
19 |
},
|
20 |
"outputs": null
|
21 |
},
|
|
|
10 |
"description": "By [@umesh_ai](https://twitter.com/umesh_ai)\n \n## Make your own AI Art in this playground!\n1/ Pick a prompt you want to try\n2/ Open the cell sidebar and click on 'Local Parameters'\n3/ Change the parameter value to an object of your choice\n4/ **Click Run button to see your creation 🚀** \n \nWant to share your prompt templates on Hugging Face? Get started on [Gradio Notebooks](https://aiconfig.lastmileai.dev/docs/gradio-notebook/)!",
|
11 |
"prompts": [
|
12 |
{
|
13 |
+
"name": "Elongated Objects",
|
14 |
+
"input": "hyper-realistic image of a significantly elongated {{object}}, stretched to an exaggerated length while retaining realistic {{object}} features. The texture should reflect a high level of detail, showing the skin's natural glossiness and subtle imperfections. The elongation should be accentuated, making it the {{object}}'s most striking feature, yet the ends should taper naturally like a real {{object}}. The image should have a high-resolution quality",
|
15 |
"metadata": {
|
16 |
+
"model": {
|
17 |
+
"name": "dall-e-3",
|
18 |
+
"settings": {
|
19 |
+
"quality": "hd",
|
20 |
+
"size": "1024x1024",
|
21 |
+
"style": "vivid",
|
22 |
+
"model": "dall-e-3",
|
23 |
+
"response_format": "b64_json"
|
24 |
+
}
|
25 |
+
},
|
26 |
"tags": null,
|
27 |
+
"parameters": {
|
28 |
+
"object": "apple"
|
29 |
+
}
|
30 |
},
|
31 |
"outputs": null
|
32 |
},
|