{"id":15779491,"url":"https://github.com/jim60105/docker-infinite-image-browsing","last_synced_at":"2026-02-07T05:02:03.714Z","repository":{"id":236408111,"uuid":"792467210","full_name":"jim60105/docker-infinite-image-browsing","owner":"jim60105","description":"This is the docker image for \"Stable Diffusion webui Infinite Image Browsing\" from the community. (Dockerfile, CI image build)","archived":false,"fork":false,"pushed_at":"2024-07-29T05:48:25.000Z","size":77,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T15:12:15.401Z","etag":null,"topics":["docker-image","dockerfile","stable-diffusion","stable-diffusion-webui"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jim60105.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-04-26T18:18:23.000Z","updated_at":"2025-04-26T10:27:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"f29763e7-ac6a-4e2a-8380-e2756e55aae7","html_url":"https://github.com/jim60105/docker-infinite-image-browsing","commit_stats":null,"previous_names":["jim60105/docker-infinite-image-browsing"],"tags_count":2,"template":false,"template_full_name":"jim60105/Containerfile-template","purl":"pkg:github/jim60105/docker-infinite-image-browsing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-infinite-image-browsing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-infinite-image-browsing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-infinite-image-browsing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-infinite-image-browsing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jim60105","download_url":"https://codeload.github.com/jim60105/docker-infinite-image-browsing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jim60105%2Fdocker-infinite-image-browsing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker-image","dockerfile","stable-diffusion","stable-diffusion-webui"],"created_at":"2024-10-04T18:20:17.568Z","updated_at":"2026-02-07T05:02:03.674Z","avatar_url":"https://github.com/jim60105.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-infinite-image-browsing\n\n[![CodeFactor](https://www.codefactor.io/repository/github/jim60105/docker-infinite-image-browsing/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/jim60105/docker-infinite-image-browsing) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/jim60105/docker-infinite-image-browsing/scan.yml?label=IMAGE%20SCAN\u0026style=for-the-badge)](https://github.com/jim60105/docker-infinite-image-browsing/actions/workflows/scan.yml)\n\nThis is the docker image for [Stable Diffusion webui Infinite Image Browsing: About A fast and powerful image/video browser for Stable Diffusion webui / ComfyUI / Fooocus, featuring infinite scrolling and advanced search capabilities using image parameters. It also supports standalone operation.](https://github.com/zanllp/sd-webui-infinite-image-browsing) from the community.\n\nGet the Dockerfile at [GitHub](https://github.com/jim60105/docker-infinite-image-browsing), or pull the image from [ghcr.io](https://ghcr.io/jim60105/infinite-image-browsing) or [quay.io](https://quay.io/repository/jim60105/infinite-image-browsing?tab=tags).\n\nhttps://github.com/jim60105/docker-infinite-image-browsing/assets/16995691/c636d348-cd39-458d-9e9d-483d114bc8c5\n\n## Usage Command\n\n- Copy `.env_example` to `.env`\n\n  ```bash\n  cp .env_example .env\n  ```\n\n- Set the outputs directory from the `AUTOMATIC1111/stable-diffusion-webui` in `.env` file.\n\n  https://github.com/jim60105/docker-infinite-image-browsing/blob/c4b00a11f8d419586cd0e6a848aade762de4cbf7/.env_example#L1\n\n- And then run the following command:\n\n  ```bash\n  docker compose up -d\n  ```\n\n- Open your browser at [http://localhost/](http://localhost/)\n\n### Build Command\n\n\u003e [!IMPORTANT]  \n\u003e Clone the Git repository recursively to include submodules:  \n\u003e `git clone --recursive https://github.com/jim60105/docker-infinite-image-browsing.git`\n\n```bash\ndocker compose up -d --build\n```\n\n\u003e [!NOTE]  \n\u003e If you are using an earlier version of the docker client, it is necessary to [enable the BuildKit mode](https://docs.docker.com/build/buildkit/#getting-started) when building the image. This is because I used the `COPY --link` feature which enhances the build performance and was introduced in Buildx v0.8.  \n\u003e With the Docker Engine 23.0 and Docker Desktop 4.19, Buildx has become the default build client. So you won't have to worry about this when using the latest version.\n\n## LICENSE\n\n\u003e [!NOTE]  \n\u003e The main program, [zanllp/sd-webui-infinite-image-browsing](https://github.com/zanllp/sd-webui-infinite-image-browsing), is distributed under [MIT](https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/LICENSE).  \n\u003e Please consult their repository for access to the source code and licenses.  \n\u003e The following is the license for the Dockerfiles and CI workflows in this repository.\n\n\u003cimg src=\"https://github.com/jim60105/docker-infinite-image-browsing/assets/16995691/5f5ec9d1-3bb1-4b4b-bef7-77c5a33a0bb0\" alt=\"agplv3\" width=\"300\" /\u003e\n\n[GNU AFFERO GENERAL PUBLIC LICENSE Version 3](/LICENSE)\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n\u003e [!CAUTION]  \n\u003e An AGPLv3 licensed Dockerfile means that you ***MUST*** **distribute the source code with the same license**, if you\n\u003e\n\u003e - Re-distribute the image. (You can simply point to this GitHub repository if you doesn't made any code changes.)\n\u003e - Distribute a image that uses code from this repository.\n\u003e - Or **distribute a image based on this image**. (`FROM ghcr.io/jim60105/infinite-image-browsing` in your Dockerfile)\n\u003e\n\u003e \"Distribute\" means to make the image available for other people to download, usually by pushing it to a public registry. If you are solely using it for your personal purposes, this has no impact on you.\n\u003e\n\u003e Please consult the [LICENSE](LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjim60105%2Fdocker-infinite-image-browsing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjim60105%2Fdocker-infinite-image-browsing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjim60105%2Fdocker-infinite-image-browsing/lists"}