-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
16 lines (16 loc) · 955 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"Config": {
"AppName": "Image-Generator",
"Description": "This Python project provides a simple command-line interface for interacting with the SDXL-Turbo model, showcasing two key functionalities:",
"Functionalities": [
{
"Name": "Text-to-image Conversion",
"Description": "Allows users to convert a text prompt into an image using the SDXL-Turbo model. Users are prompted to input a text prompt, and the script generates code snippets using the model to produce an image. The generated image is saved in the 'output' directory."
},
{
"Name": "Image-to-image Transformation",
"Description": "Enables users to transform an existing image based on a text prompt using SDXL-Turbo. Users input a text prompt, and the script generates code snippets utilizing the model to transform an initial image. The resulting image is saved in the 'output' directory."
}
]
}
}