{"id":15100751,"url":"https://github.com/OutofAi/OutofFocus","last_synced_at":"2025-09-26T22:31:46.187Z","repository":{"id":256855184,"uuid":"856416534","full_name":"OutofAi/OutofFocus","owner":"OutofAi","description":"An AI focused photo manipulation tool based on Gradio","archived":false,"fork":false,"pushed_at":"2025-01-10T00:04:12.000Z","size":26958,"stargazers_count":178,"open_issues_count":0,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T01:18:43.831Z","etag":null,"topics":["ai-photo-editor","diffusion-inversion","gradio","gradio-interface","photo-editing","photo-editor"],"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/OutofAi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"outofai","custom":null}},"created_at":"2024-09-12T14:41:37.000Z","updated_at":"2025-01-10T00:04:15.000Z","dependencies_parsed_at":"2025-01-10T01:18:36.199Z","dependency_job_id":"19ab407b-3079-4c5b-94b6-d0fffbb094f5","html_url":"https://github.com/OutofAi/OutofFocus","commit_stats":null,"previous_names":["outofai/outoffocus"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutofAi%2FOutofFocus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutofAi%2FOutofFocus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutofAi%2FOutofFocus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutofAi%2FOutofFocus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OutofAi","download_url":"https://codeload.github.com/OutofAi/OutofFocus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234356481,"owners_count":18819371,"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-photo-editor","diffusion-inversion","gradio","gradio-interface","photo-editing","photo-editor"],"created_at":"2024-09-25T18:00:55.225Z","updated_at":"2025-09-26T22:31:36.163Z","avatar_url":"https://github.com/OutofAi.png","language":"Python","funding_links":["https://buymeacoffee.com/outofai","https://www.buymeacoffee.com/outofai"],"categories":["Python"],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n\n![image](https://github.com/user-attachments/assets/55a38e74-ab93-4d80-91c8-0fa6130af45a)\n\n\u003ch1\u003eOut of Focus v1.0\u003c/h1\u003e\n\n\u003ca href=\"https://www.buymeacoffee.com/outofai\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/-buy_me_a%C2%A0coffee-red?logo=buy-me-a-coffee\" alt=\"Buy Me A Coffee\"\u003e\u003c/a\u003e\n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=Ashleigh%20Watson)](https://twitter.com/OutofAi) \n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=Alex%20Nasa)](https://twitter.com/banterless_ai)\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/OutofAi/OutofFocus/blob/main/app_colab.ipynb)\n\n\n\u003c/div\u003e\n\n\nOut of AI presents a flexible tool in Gradio to manipulate your images. This is our first version of Image modification tool through prompt manipulation by reconstruction through diffusion inversion process.\nWe recommend running it on GPU with at least 15GB VRAM and preferably a A100 GPU for the best experience.\n\n\nhttps://github.com/user-attachments/assets/de8a4f9d-cdad-4b73-962e-2cc42bbc2e0d\n\n\n\n## Download the project\n\n```bash\ngit clone https://github.com/OutofAi/OutofFocus.git\ncd  OutofFocus\n```\n\n# 🚀 Run Gradio Demo locally\nAfter downloading the project and navigating to the correct folder\n\n**Install dependencies:**\n```bash\npip install -r requirements.txt\n```\n**Run the app**\n```bash\npython app.py\n```\nIf you running on a GPU with less than 15GB VRAM, you could try the --enable_low_memory argument when starting the app, the test we ran we managed to run it with 11GB VRAM when enable_low_memory was turned on\n\n\n# 🚀 Run Gradio Demo locally in Virtual Environment\nIf you face any dependency, token or cuda issues we higly recommend running it in a virtual environment.\n\nTo run it in a virtual environment use these commands instead, after downloading the project and navigating to the correct folder\n\n**Create a virtual environment:**\n```bash\npython -m venv venv\n```\n\n**Activate the environment:**\n\n*Windows:*\n```bash\n.\\venv\\Scripts\\activate\n```\n*macOS/Linux:*\n```bash\nsource venv/bin/activate\n```\n**Install dependencies:**\n```bash\npip install -r requirements.txt\n```\n**Run the app in virtual environment:**\n```bash\npython app.py\n```\n\n# 🚀 Run Gradio Demo on Google Colab (GPU based)\n\n\n\nIf you want to run it on [Colab](https://colab.research.google.com/) either click on the badge below \n\n\n [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/OutofAi/OutofFocus/blob/main/app_colab.ipynb)\n\n or create your own notebook, make sure you got a GPU notebook enabled (Views-\u003eNotebook Info) a A100 GPU or a L4 GPU and run the following commands\n\n\n```bash\n!git clone https://github.com/OutofAi/OutofFocus\n%cd OutofFocus\n!pip install -r requirements.txt\n!python app.py --share\n```\n\n\nhttps://github.com/user-attachments/assets/1f71553d-d41d-45d6-a256-df3e06f93182\n\n\n# More Examples:\n![image](https://github.com/user-attachments/assets/d9f7aac4-abd6-448f-9c1a-c046958086a9)\n![image](https://github.com/user-attachments/assets/a19e1a43-de42-4244-ba39-5fcdbff509d4)\n![image](https://github.com/user-attachments/assets/6b80e011-3959-4b3e-a686-365bdb32ae94)\n![image](https://github.com/user-attachments/assets/62a324b5-a792-438a-97c5-0e40953a84ed)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOutofAi%2FOutofFocus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOutofAi%2FOutofFocus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOutofAi%2FOutofFocus/lists"}