{"id":18417909,"url":"https://github.com/5eroo/Text-to-Image","last_synced_at":"2025-04-07T12:32:53.648Z","repository":{"id":219997759,"uuid":"750486033","full_name":"5eroo/Text-to-Image","owner":"5eroo","description":"The DeepInfra Image Generator utilizes the DeepInfra API for easy image creation. With a user-friendly GUI and command-line interface, it provides flexibility in customizing settings. Simplify the image generation process and create compelling visuals effortlessly.","archived":false,"fork":false,"pushed_at":"2024-05-21T07:32:04.000Z","size":74,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T10:13:19.135Z","etag":null,"topics":["ai","image","open-source","py","py3","python3","requests-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5eroo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-30T18:26:57.000Z","updated_at":"2024-07-11T13:20:29.000Z","dependencies_parsed_at":"2024-03-26T15:26:52.791Z","dependency_job_id":"999ef28c-36e5-451b-a91c-91fc3c040488","html_url":"https://github.com/5eroo/Text-to-Image","commit_stats":null,"previous_names":["recentaly/text-to-image","itszerrin/text-to-image","5eroo/text-to-image"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5eroo%2FText-to-Image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5eroo%2FText-to-Image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5eroo%2FText-to-Image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5eroo%2FText-to-Image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5eroo","download_url":"https://codeload.github.com/5eroo/Text-to-Image/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247653399,"owners_count":20973823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","image","open-source","py","py3","python3","requests-python"],"created_at":"2024-11-06T04:12:14.114Z","updated_at":"2025-04-07T12:32:52.789Z","avatar_url":"https://github.com/5eroo.png","language":"Python","readme":"# DeepInfra Image Generator\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nWelcome to the DeepInfra Image Generator repository! This tool allows you to generate images using the DeepInfra API with a user-friendly GUI.\n\n## Table of Contents\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n- [Configuration](#configuration)\n  - [Configuring `config.json`](#configuring-configjson)\n- [License](#license)\n\n## Features\n- Simple and intuitive GUI for image generation.\n- Command-line interface for batch processing.\n- Configurable settings for customizing the image generation process.\n- Automatically handles API configuration and version retrieval.\n\n## Getting Started\nFollow these instructions to get a copy of the project up and running on your local machine.\n\n### Prerequisites\n- Python 3.x\n- Pip (Python package installer)\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Recentaly/Text-to-Image.git\n   cd deepinfra-image-generator\n   ```\n\n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\nTo run the command-line version:\n```bash\npython tti-cli.py --prompt \"Your prompt\" --config /path/to/config.json --width 800 --height 600\n```\n\nTo run the GUI version:\n```bash\npython \"tti-gui.py\"\n```\nFollow the on-screen instructions to provide input and generate images.\n\n## Configuration\n### Configuring `config.json`\n\nThe `config.json` file contains settings for your image generation. Here's an example of its structure:\n\n```json\n{\n  \"model\": \"your_model_name\",\n  \"strength\": 0.8,\n  \"num_interference_steps\": 5,\n  \"guidance_scale\": 1, \n  \"use_compel\": true\n}\n```\n\n- **model**: Specify the DeepInfra model name (e.g., \"stability-ai/sdxl\").\n- **strength**: The strength parameter for image generation (float between 0.0 and 1.0).\n- **num_interference_steps**: Number of interference steps in the generation process (integer).\n- **guidance_scale**: Guidance scale for the generation process (float between 0.0 and 1.0).\n- **use_compel**: Whether to use compulsion in the generation process (boolean).\n\nAdjust these values according to your preferences and the requirements of the DeepInfra API model you're using.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5eroo%2FText-to-Image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5eroo%2FText-to-Image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5eroo%2FText-to-Image/lists"}