{"id":22812305,"url":"https://github.com/cursedprograms/image-generator","last_synced_at":"2025-04-22T16:03:02.359Z","repository":{"id":219628002,"uuid":"749485478","full_name":"CursedPrograms/Image-Generator","owner":"CursedPrograms","description":"This project leverages the SDXL-Turbo model for versatile image processing tasks. Offering a simple command-line interface, it facilitates both Text-to-image and Image-to-image operations. Users select an operation, input prompts, and the script dynamically generates and executes code snippets. ","archived":false,"fork":false,"pushed_at":"2024-10-09T00:12:41.000Z","size":8096,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T16:41:26.561Z","etag":null,"topics":["ai","ai-art","art","art-generation","artificial-intelligence","image-generation","image-generation-ai","image-generators","json","prompt-engineering","prompt-injection","sdxl","self-prompting","stablediffusion"],"latest_commit_sha":null,"homepage":"https://cursedprograms.github.io/Image-Generator/","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/CursedPrograms.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-28T18:06:38.000Z","updated_at":"2025-02-26T21:59:13.000Z","dependencies_parsed_at":"2024-02-15T09:41:31.330Z","dependency_job_id":null,"html_url":"https://github.com/CursedPrograms/Image-Generator","commit_stats":null,"previous_names":["cursedprograms/image-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FImage-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FImage-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FImage-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FImage-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CursedPrograms","download_url":"https://codeload.github.com/CursedPrograms/Image-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250275402,"owners_count":21403675,"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","ai-art","art","art-generation","artificial-intelligence","image-generation","image-generation-ai","image-generators","json","prompt-engineering","prompt-injection","sdxl","self-prompting","stablediffusion"],"created_at":"2024-12-12T12:11:49.406Z","updated_at":"2025-04-22T16:03:02.278Z","avatar_url":"https://github.com/CursedPrograms.png","language":"Python","funding_links":["https://ko-fi.com/cursedentertainment"],"categories":[],"sub_categories":[],"readme":"  \u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://ko-fi.com/cursedentertainment\"\u003e\n    \u003cimg src=\"https://ko-fi.com/img/githubbutton_sm.svg\" alt=\"ko-fi\" style=\"width: 20%;\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n  \u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Python\" src=\"https://img.shields.io/badge/python%20-%23323330.svg?\u0026style=for-the-badge\u0026logo=python\u0026logoColor=white\"/\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Flask\" src=\"https://img.shields.io/badge/flask%20-%23323330.svg?\u0026style=for-the-badge\u0026logo=flask\u0026logoColor=white\"/\u003e\n\u003c/div\u003e\n    \n# Image-Generator\n\n![Image-Generator](https://github.com/CursedPrograms/Image-generator/raw/main/demo_images/image-gen-cover.png)\n\nThis Python project provides a simple command-line interface for interacting with the SDXL-Turbo model, showcasing two key functionalities:\n\n## Text-to-image Conversion:\n\nAllows users to convert a text prompt into an image using the SDXL-Turbo model.\nUsers are prompted to input a text prompt, and the script generates code snippets using the model to produce an image.\nThe generated image is saved in the \"output\" directory.\n\n## Image-to-image Transformation:\n\nEnables users to transform an existing image based on a text prompt using SDXL-Turbo.\nUsers input a text prompt, and the script generates code snippets utilizing the model to transform an initial image.\nThe resulting image is saved in the \"output\" directory.\n\n\u003cdiv align=\"center\"\u003e\n  \n[Creations by the Image-Genetator](https://cursedprograms.github.io/image-gen-demo-images/)\n\n\u003c/div\u003e\n\n## How to Run:\n```bash\npip install -r requirements.txt\n```\n```bash\npython main.py\n```\nTo make the setup script executable, run the following command in your terminal:\n\n```bash\nchmod +x setup.sh\n```\n- [GloriosaAI Repository](https://github.com/CursedPrograms/GloriosaAI)\n- [Gender-Age-ID Repository](https://github.com/CursedPrograms/Gender-Age-ID)\n- [Detect-Face Repository](https://github.com/CursedPrograms/Detect-Face)\n- [Cursed GPT Repository](https://github.com/CursedPrograms/Cursed-GPT)\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/SynthWomb\" target=\"_blank\" align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/SynthWomb/synth.womb/blob/main/logos/synthwomb07.png\"\n        alt=\"SynthWomb\" style=\"width:200px;\"/\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://cursed-entertainment.itch.io/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/CursedPrograms/cursedentertainment/raw/main/images/logos/logo-wide-grey.png\"\n        alt=\"CursedEntertainment Logo\" style=\"width:250px;\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursedprograms%2Fimage-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcursedprograms%2Fimage-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursedprograms%2Fimage-generator/lists"}